aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/dce_v10_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/+7
2017-01-13Revert "drm/amdgpu: Only update the CUR_SIZE register when necessary"Michel Dänzer1-15/+7
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 into drm-nextDave 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/dce10: simplify hpd codeAlex Deucher1-99/+15
2016-10-21drm/amdgpu: move atom scratch register save/restore to common codeAlex Deucher1-6/+0
2016-10-14drm/amdgpu: fix amdgpu_need_full_reset (v2)Alex Deucher1-10/+2
2016-09-30Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-28/+31
2016-09-28drm/amdgpu: rename all rbo variable to abo v2Christian König1-18/+18
2016-09-28drm/amdgpu/dce10: disable hpd on local panelsAlex Deucher1-10/+13
2016-09-28Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-3/+5
2016-09-22drm/amd/amdgpu: Remove division from vblank_waitTom St Denis1-3/+5
2016-08-25Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-6/+62
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-4/+4
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-1/+41
2016-08-08drm/amdgpu: add dce10 check_soft_resetChunming Zhou1-0/+16
2016-06-13drm/amdgpu: use drm_crtc_vblank_{on,off}()Gustavo Padovan1-2/+2
2016-06-07drm/core: Change declaration for gamma_set.Maarten Lankhorst1-4/+6
2016-06-06drm/amdgpu: use drm_crtc_vblank_{get,put}()Gustavo Padovan1-1/+1
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson1-1/+1
2016-05-11drm/amd/amdgpu: Add name field to amd_ip_funcs (v2)Tom St Denis1-0/+1
2016-05-11drm/amdgpu: Support DRM_MODE_PAGE_FLIP_ASYNC (v2)Alex Deucher1-8/+17
2016-05-06Merge branch 'drm-next-4.7' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-12/+0
2016-05-04drm/amd/amdgpu: Drop print_status callbacks.Tom St Denis1-12/+0
2016-05-02drm/amdgpu: use drm_crtc_send_vblank_event()Gustavo Padovan1-1/+1
2016-03-08drm/amd/amdgpu: Fix identation in do_set_base() (DCEv10)Tom St Denis1-4/+3
2016-03-08drm/amd/amdgpu: Make afmt_init cleanup if alloc fails (DCEv10)Tom St Denis1-2/+12
2016-03-08drm/amd/amdgpu: Move initialized flag to bottom of sw_init (DCEv10)Tom St Denis1-3/+2
2016-03-08drm/amd/amdgpu: Don't proceed in audio_fini if disabled (DCEv10)Tom St Denis1-0/+3
2016-03-08drm/amdgpu: Switch to drm_vblank_on/off (v2)Daniel Vetter1-2/+2
2016-02-19Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-3/+1
2016-02-16drm/amdgpu: remove page flip work queue v3Christian König1-3/+1