aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-22drm/amd/amdgpu: Clean up afmt allocation in DCEv6. (v2)Tom St Denis1-4/+14
2016-09-22drm/amd/amdgpu: Remove division from vblank_waitTom St Denis1-3/+5
2016-09-22drm/amdgpu: avoid out of bounds access on array interrupt_status_offsetsColin Ian King1-1/+1
2016-09-19drm/amdgpu/dce6: fix off by one in interrupt setupAlex Deucher1-2/+2
2016-08-31drm/amdgpu: add display controller implementation for si v10Ken Wang1-0/+3160