summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c
Commit message (Expand)AuthorAgeFilesLines
* Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie2016-11-071-6/+0
|\
| * drm/amdgpu: move atom scratch register save/restore to common codeAlex Deucher2016-10-211-6/+0
* | drm/amdgpu: change function declarations and add missing header dependenciesBaoyou Xie2016-10-251-0/+1
* | drm/amdgpu: rework IP block registration (v2)Alex Deucher2016-10-251-1/+19
* | drm/amdgpu/dce11: simplify hpd codeAlex Deucher2016-10-251-99/+15
|/
* drm/amdgpu/dce11: add missing drm_mode_config_cleanup callGrazvydas Ignotas2016-10-061-0/+1
* Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-09-301-28/+31
|\
| * drm/amdgpu: rename all rbo variable to abo v2Christian König2016-09-281-18/+18
| * drm/amdgpu/dce11: disable hpd on local panelsAlex Deucher2016-09-281-10/+13
* | Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-08-251-7/+52
|\ \ | |/
| * drm/amdgpu: Set MASTER_UPDATE_MODE to 0 againMichel Dänzer2016-08-101-2/+2
| * drm/amdgpu: Provide page_flip_target hookMichel Dänzer2016-08-101-1/+1
| * drm/amdgpu: Disable VGA render and crtc when init GMC.Emily Deng2016-08-081-4/+49
* | drm: remove `const` attribute to hint at caller that they now own the memoryEric Engestrom2016-08-161-1/+1
* | drm: make drm_get_format_name thread-safeEric Engestrom2016-08-151-2/+4
|/
* drm/amdgpu/dce11: update async flip update timeAlex Deucher2016-07-071-3/+2
* drm/amdgpu: use drm_crtc_vblank_{on,off}()Gustavo Padovan2016-06-131-2/+2
* drm/core: Change declaration for gamma_set.Maarten Lankhorst2016-06-071-4/+6
* drm/amdgpu: use drm_crtc_vblank_{get,put}()Gustavo Padovan2016-06-061-1/+1
* Merge branch 'drm-next-4.7' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-05-271-2/+2
|\
| * drm/amdgpu: update Polaris11 golden settingFlora Cui2016-05-181-1/+1
| * drm/amdgpu: update Polaris10 golden settingFlora Cui2016-05-181-1/+1
* | drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2016-05-171-1/+1
|/
* drm/amdgpu/dce11: fix audio offset for asics with >7 audio pinsAlex Deucher2016-05-111-0/+1
* drm/amd/amdgpu: Add name field to amd_ip_funcs (v2)Tom St Denis2016-05-111-0/+1
* drm/amdgpu: Support DRM_MODE_PAGE_FLIP_ASYNC (v2)Alex Deucher2016-05-111-8/+18
* drm/amdgpu/dce11: don't share PLLs on PolarisAlex Deucher2016-05-111-4/+0
* Merge branch 'drm-next-4.7' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-05-061-76/+131
|\
| * drm/amd/amdgpu: Drop print_status callbacks.Tom St Denis2016-05-041-12/+0
| * drm/amdgpu: change ELM/BAF to Polaris10/Polaris11Flora Cui2016-05-041-18/+18
| * drm/amdgpu: add DCE golden setting for ELM/BAFFlora Cui2016-05-041-0/+26
| * drm/amdgpu/dce11: add dce clock setting for ELM/BAFAlex Deucher2016-05-041-1/+9
| * drm/amdgpu/dce11: update pll programming for ELM/BAFAlex Deucher2016-05-041-2/+29
| * drm/amdgpu: add ELM/BAF support to dce_v11_0_pick_pll (v2)Alex Deucher2016-05-041-0/+38
| * drm/amdgpu: add ELM/BAF DCE11 configs (v2)Alex Deucher2016-05-041-1/+24
| * drm/amdgpu/dce11: fix vertical bars appear on monitorVitaly Prosyak2016-05-021-60/+5
* | drm/amdgpu: use drm_crtc_send_vblank_event()Gustavo Padovan2016-05-021-1/+1
|/
* drm/amd/amdgpu: Fix indentation in dce_v11_0_crtc_do_set_base()Tom St Denis2016-03-081-4/+3
* drm/amd/amdgpu: Make afmt_init() cleanup if alloc fails (DCEv11)Tom St Denis2016-03-081-2/+12
* drm/amd/amdgpu: Move init flag to after init in sw_init() (DCEv11)Tom St Denis2016-03-081-3/+3
* drm/amd/amdgpu: Whitespace typo fix in sw_init (DCEv11)Tom St Denis2016-03-081-2/+2
* drm/amd/amdgpu: Don't proceed in audio_fini in DCEv11 if disabledTom St Denis2016-03-081-0/+3
* drm/amdgpu: Switch to drm_vblank_on/off (v2)Daniel Vetter2016-03-081-2/+2
* Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-02-191-3/+1
|\
| * drm/amdgpu: remove page flip work queue v3Christian König2016-02-161-3/+1
* | drm/amdgpu: removed optional dummy encoder mode_fixup function.Carlos Palminha2016-02-161-8/+0
|/
* amdgpu/dce11: Add test for crtc < 0 to various DCEv11 functionsTom St Denis2016-01-041-4/+4
* amdgpu/dce11: Remove division from dce_v11_0_vblank_wait()Tom St Denis2016-01-041-3/+5
* drm: Pass 'name' to drm_encoder_init()Ville Syrjälä2015-12-111-7/+7
* drm/amdgpu: Fixup hw vblank counter/ts for new drm_update_vblank_count() (v3)Alex Deucher2015-12-041-1/+4
OpenPOWER on IntegriCloud