aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-15drm/amdgpu: switch to drm_*{get,put} helpersCihangir Akturk1-3/+3
2017-08-15drm/amdgpu: Fix dce_v6_0_disable_dce warningJean Delvare1-0/+1
2017-08-10Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie1-20/+7
2017-08-04drm: amd: remove dead code and pointless local lut storagePeter Rosin1-20/+7
2017-08-02Merge branch 'drm-next-4.14' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-114/+2
2017-07-14drm: handle HDMI 2.0 VICs in AVI info-framesShashank Sharma1-1/+1
2017-07-14drm/amdgpu: remove *_mc_access from display funcsAlex Deucher1-113/+0
2017-07-14drm/amdgpu: drop set_vga_render_state from display funcsAlex Deucher1-1/+0
2017-07-14drm/amdgpu: disable vga render in dce hw_initAlex Deucher1-0/+2
2017-06-27Backmerge tag 'v4.12-rc7' into drm-nextDave Airlie1-2/+5
2017-06-16Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-48/+550
2017-06-14drm/amdgpu: Fix overflow of watermark calcs at > 4k resolutions.Mario Kleiner1-2/+5
2017-05-24drm/amd/amdgpu: Tidy up static int dce_v6_0_get_num_crtc()Tom St Denis1-8/+3
2017-05-24drm/amdgpu: add HDMI audio support for si dce6Xiaojie Yuan1-9/+121
2017-05-24drm/amdgpu: add DP audio support for si dce6 (v3)Xiaojie Yuan1-36/+431
2017-05-18Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul1-4/+9
2017-05-16drm/amd: fix include notation and remove -Iinclude/drm flagMasahiro Yamada1-1/+1
2017-04-28drm/amdgpu: Make amdgpu_bo_reserve use uninterruptible waits for cleanupMichel Dänzer1-3/+3
2017-04-28drm/amdgpu: Add missing lb_vblank_lead_lines setup to DCE-6 path.Mario Kleiner1-1/+6
2017-04-11Merge tag 'drm-misc-next-2017-04-07' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie1-1/+2
2017-04-07drm/amdgpu: Avoid overflows/divide-by-zero in latency_watermark calculations.Mario Kleiner1-16/+3
2017-04-07drm/amdgpu: Make display watermark calculations more accurateMario Kleiner1-5/+5
2017-04-06drm: Add acquire ctx to ->gamma_set hookDaniel Vetter1-1/+2
2017-03-29drm/amdgpu/ih: store the full context idAlex Deucher1-5/+5
2017-03-29drm/amdgpu: switch ih handling to two levels (v3)Alex Deucher1-3/+3
2017-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie1-15/+9
2017-01-13Revert "drm/amdgpu: Only update the CUR_SIZE register when necessary"Michel Dänzer1-15/+9
2017-01-09Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie1-3/+3
2016-12-19drm/amdgpu: fix cursor setting of dce6/dce8Flora Cui1-5/+1
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-2/+2
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä1-1/+1
2016-12-08drm/amdgpu/dce6: Set MASTER_UPDATE_MODE to 0 in resume_mc_access as wellMichel Dänzer1-2/+1
2016-12-06drm/amdgpu: Only update the CUR_SIZE register when necessaryMichel Dänzer1-4/+14
2016-12-06drm/amdgpu: Also call cursor_move_locked when the cursor size changesMichel Dänzer1-4/+5
2016-12-06drm/amdgpu: Store CRTC relative amdgpu_crtc->cursor_x/y valuesMichel Dänzer1-2/+3
2016-12-06Merge branch 'drm-next-4.10' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-255/+260
2016-11-23drm/amdgpu: drop is_display_hung from display funcsAlex Deucher1-8/+0
2016-11-23drm/amd/amdgpu: port of DCE v6 to new headers (v3)Tom St Denis1-247/+260
2016-11-15drm/amdgpu: Use drm_crtc_vblank_on/off for dce6Daniel Vetter1-2/+2
2016-11-12drm: move allocation out of drm_get_format_name()Eric Engestrom1-1/+2
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie1-6/+0
2016-10-25drm/amdgpu: rework IP block registration (v2)Alex Deucher1-1/+19
2016-10-25drm/amdgpu/dce6: don't enable HPD Rx interruptsAlex Deucher1-2/+2
2016-10-25drm/amdgpu/dce6: RMW hpd registersAlex Deucher1-2/+6
2016-10-25drm/amdgpu/dce6: simplify hpd codeAlex Deucher1-190/+45
2016-10-25drm/amdgpu/dce6: add dce_v6_0_disable_dceAlex Deucher1-4/+46
2016-10-21drm/amdgpu: move atom scratch register save/restore to common codeAlex Deucher1-6/+0
2016-09-28drm/amd/amdgpu: Various cleanups for DCEv6Tom St Denis1-36/+10
2016-09-28drm/amdgpu: rename all rbo variable to abo v2Christian König1-18/+18
2016-09-28drm/amdgpu/dce6: disable hpd on local panelsAlex Deucher1-9/+39