aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-06Revert "drm/amdgpu: use dirty framebuffer helper"Hamza Mahfooz1-12/+2
2022-09-20drm/amdgpu: don't register a dirty callback for non-atomicAlex Deucher1-1/+10
2022-09-13drm/amdgpu: use dirty framebuffer helperHamza Mahfooz1-0/+2
2022-07-05drm/amdgpu: keep fbdev buffers pinned during suspendAlex Deucher1-4/+21
2022-06-29drm/amd/display: expose additional modifier for DCN32/321Aurabindo Pillai1-2/+1
2022-06-03drm/amd: Add GFX11 modifiers support to AMDGPU (v3)Aurabindo Pillai1-10/+42
2022-04-28Merge tag 'amd-drm-next-5.19-2022-04-15' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-35/+17
2022-04-07dma-buf: add enum dma_resv_usage v4Christian König1-2/+1
2022-03-28drm/amdgpu: Re-classify some log messages in commit pathSean Paul1-2/+3
2022-03-25drm/amdgpu: make amdgpu_display_gem_fb_verify_and_init() staticAlex Deucher1-4/+5
2022-03-25drm/amdgpu: drop amdgpu_display_gem_fb_init()Alex Deucher1-25/+0
2022-03-25drm/amdgpu: make amdgpu_display_framebuffer_init() staticAlex Deucher1-4/+9
2022-03-02drm/amdgpu: Use IP versions in convert_tiling_flags_to_modifier()Alex Deucher1-3/+3
2022-03-01Merge tag 'amd-drm-next-5.18-2022-02-25' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-27/+3
2022-02-28Backmerge tag 'v5.17-rc6' into drm-nextDave Airlie1-1/+1
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-3/+3
2022-02-23drm/amdgpu: bypass tiling flag check in virtual display case (v2)Guchun Chen1-1/+1
2022-02-23drm/amdgpu: derive GTT display support from DMAlex Deucher1-27/+3
2022-02-22drm/amdgpu: bypass tiling flag check in virtual display case (v2)Guchun Chen1-1/+1
2022-02-14Merge tag 'amd-drm-next-5.18-2022-02-11-1' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-12/+17
2022-02-07Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-1/+1
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-2/+4
2022-01-31drm: introduce fb_modifiers_not_supported flag in mode_configTomohito Esaki1-3/+3
2022-01-25drm/amdgpu: convert amdgpu_display_supported_domains() to IP versionsAlex Deucher1-12/+17
2022-01-19dma-buf: drop excl_fence parameter from dma_resv_get_fencesChristian König1-2/+4
2021-12-23Merge tag 'amd-drm-next-5.17-2021-12-16' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-1/+1
2021-12-10Merge tag 'amd-drm-next-5.17-2021-12-02' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-7/+4
2021-12-07drm/amdgpu: replace drm_detect_hdmi_monitor() with drm_display_info.is_hdmiClaudio Suarez1-1/+1
2021-11-17drm/amdgpu: use generic fb helpers instead of setting up AMD own's.Evan Quan1-7/+4
2021-11-17drm/amdgpu: stop getting excl fence separatelyChristian König1-5/+1
2021-09-29drm/amdgpu: check tiling flags when creating FB on GFX8-Simon Ser1-0/+31
2021-09-28drm/amdgpu: check tiling flags when creating FB on GFX8-Simon Ser1-0/+31
2021-08-30drm/amdgpu: Enable S/G for Yellow CarpNicholas Kazlauskas1-0/+1
2021-06-18drm/amdgpu: Call drm_framebuffer_init last for framebuffer initMichel Dänzer1-5/+7
2021-06-10Merge tag 'amd-drm-next-5.14-2021-06-09' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-2/+2
2021-06-06dma-buf: drop the _rcu postfix on function names v3Christian König1-3/+2
2021-06-04drm/amdgpu: Use drm_dbg_kms for reporting failure to get a GEM FBMichel Dänzer1-2/+2
2021-05-27drm/amdgpu: Use %p4cc to print 4CC formatThomas Zimmermann1-5/+2
2021-05-07Merge tag 'amd-drm-fixes-5.13-2021-05-05' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-7/+177
2021-05-05drm/amdgpu: Use device specific BO size & stride check.Bas Nieuwenhuizen1-6/+175
2021-04-29amdgpu: fix GEM obj leak in amdgpu_display_user_framebuffer_createSimon Ser1-0/+1
2021-04-29drm/amdgpu: fix r initial valuesVictor Zhao1-1/+1
2021-04-15Revert "Revert "drm/amdgpu: Ensure that the modifier requested is supported by plane.""Qingqing Zhuo1-0/+13
2021-04-09Revert "drm/amdgpu: Ensure that the modifier requested is supported by plane."Qingqing Zhuo1-13/+0
2021-04-09drm/amdgpu: Ensure that the modifier requested is supported by plane.Mark Yacoub1-0/+13
2021-04-09drm/amdgpu: clean up non-DC suspend/resume handlingAlex Deucher1-0/+89
2021-03-23drm/amdgpu: Fix memory leakxinhui pan1-1/+3
2021-03-23drm/amdgpu: Verify bo size can fit framebuffer size on init.Mark Yacoub1-13/+55
2021-02-02drm/amdgpu: enable freesync for A+A configsChristian König1-2/+6
2020-12-08drm/amd/display: add S/G support for VangoghRoman Li1-0/+1