summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-18drm/amdgpu: rename amdgpu_program_register_sequenceAlex Deucher1-15/+15
2017-12-06drm/amdgpu: remove nonsense const u32 cast on ARRAY_SIZE resultChristian König1-5/+5
2017-12-04amdgpu/dce: Use actual number of CRTCs and HPDs in set_irq_funcsMichel Dänzer1-4/+8
2017-08-15drm/amdgpu: switch to drm_*{get,put} helpersCihangir Akturk1-3/+3
2017-08-10Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm...Dave 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 int...Dave Airlie1-76/+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-75/+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-14drm/amdgpu: Fix overflow of watermark calcs at > 4k resolutions.Mario Kleiner1-2/+5
2017-05-18Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul1-3/+3
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-11Merge tag 'drm-misc-next-2017-04-07' of git://anongit.freedesktop.org/git/drm...Dave 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-02-10drm/amdgpu: add more cases to DCE11 possible crtc mask setupAlex Deucher1-0/+6
2017-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie1-18/+17
2017-01-13Revert "drm/amdgpu: Only update the CUR_SIZE register when necessary"Michel Dänzer1-15/+7
2017-01-06drm/amd/amdgpu: add Polaris12 support (v3)Junwei Zhang1-3/+10
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-06drm/amdgpu: Only update the CUR_SIZE register when necessaryMichel Dänzer1-7/+15
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-3/+3
2016-12-06Merge branch 'drm-next-4.10' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-1/+0
2016-11-23drm/amdgpu: drop is_display_hung from display funcsAlex Deucher1-1/+0
2016-11-12drm: move allocation out of drm_get_format_name()Eric Engestrom1-4/+3
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie1-6/+0
2016-10-25drm/amdgpu: change function declarations and add missing header dependenciesBaoyou Xie1-0/+1
2016-10-25drm/amdgpu: rework IP block registration (v2)Alex Deucher1-1/+19
2016-10-25drm/amdgpu/dce11: simplify hpd codeAlex Deucher1-99/+15
2016-10-21drm/amdgpu: move atom scratch register save/restore to common codeAlex Deucher1-6/+0
2016-10-06drm/amdgpu/dce11: add missing drm_mode_config_cleanup callGrazvydas Ignotas1-0/+1
2016-09-30Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-28/+31
2016-09-28drm/amdgpu: rename all rbo variable to abo v2Christian König1-18/+18
2016-09-28drm/amdgpu/dce11: disable hpd on local panelsAlex Deucher1-10/+13
2016-08-25Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-7/+52
2016-08-16drm: remove `const` attribute to hint at caller that they now own the memoryEric Engestrom1-1/+1
2016-08-15drm: make drm_get_format_name thread-safeEric Engestrom1-2/+4
2016-08-10drm/amdgpu: Set MASTER_UPDATE_MODE to 0 againMichel Dänzer1-2/+2
2016-08-10drm/amdgpu: Provide page_flip_target hookMichel Dänzer1-1/+1
2016-08-08drm/amdgpu: Disable VGA render and crtc when init GMC.Emily Deng1-4/+49
2016-07-07drm/amdgpu/dce11: update async flip update timeAlex Deucher1-3/+2