summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'amd-drm-next-5.17-2021-12-16' of https://gitlab.freedesktop.org/ag...Dave Airlie2021-12-231-1/+1
|\
| * drm/amdgpu: replace drm_detect_hdmi_monitor() with drm_display_info.is_hdmiClaudio Suarez2021-12-071-1/+1
* | Merge tag 'amd-drm-next-5.17-2021-12-02' of https://gitlab.freedesktop.org/ag...Dave Airlie2021-12-101-7/+4
|\|
| * drm/amdgpu: use generic fb helpers instead of setting up AMD own's.Evan Quan2021-11-171-7/+4
| * drm/amdgpu: check tiling flags when creating FB on GFX8-Simon Ser2021-09-281-0/+31
* | drm/amdgpu: stop getting excl fence separatelyChristian König2021-11-171-5/+1
* | drm/amdgpu: check tiling flags when creating FB on GFX8-Simon Ser2021-09-291-0/+31
|/
* drm/amdgpu: Enable S/G for Yellow CarpNicholas Kazlauskas2021-08-301-0/+1
* drm/amdgpu: Call drm_framebuffer_init last for framebuffer initMichel Dänzer2021-06-181-5/+7
* Merge tag 'amd-drm-next-5.14-2021-06-09' of https://gitlab.freedesktop.org/ag...Dave Airlie2021-06-101-2/+2
|\
| * drm/amdgpu: Use drm_dbg_kms for reporting failure to get a GEM FBMichel Dänzer2021-06-041-2/+2
* | dma-buf: drop the _rcu postfix on function names v3Christian König2021-06-061-3/+2
|/
* drm/amdgpu: Use %p4cc to print 4CC formatThomas Zimmermann2021-05-271-5/+2
* Merge tag 'amd-drm-fixes-5.13-2021-05-05' of https://gitlab.freedesktop.org/a...Dave Airlie2021-05-071-7/+177
|\
| * drm/amdgpu: Use device specific BO size & stride check.Bas Nieuwenhuizen2021-05-051-6/+175
| * amdgpu: fix GEM obj leak in amdgpu_display_user_framebuffer_createSimon Ser2021-04-291-0/+1
| * drm/amdgpu: fix r initial valuesVictor Zhao2021-04-291-1/+1
* | Revert "Revert "drm/amdgpu: Ensure that the modifier requested is supported b...Qingqing Zhuo2021-04-151-0/+13
|/
* Revert "drm/amdgpu: Ensure that the modifier requested is supported by plane."Qingqing Zhuo2021-04-091-13/+0
* drm/amdgpu: Ensure that the modifier requested is supported by plane.Mark Yacoub2021-04-091-0/+13
* drm/amdgpu: clean up non-DC suspend/resume handlingAlex Deucher2021-04-091-0/+89
* drm/amdgpu: Fix memory leakxinhui pan2021-03-231-1/+3
* drm/amdgpu: Verify bo size can fit framebuffer size on init.Mark Yacoub2021-03-231-13/+55
* drm/amdgpu: enable freesync for A+A configsChristian König2021-02-021-2/+6
* drm/amd/display: add S/G support for VangoghRoman Li2020-12-081-0/+1
* drm/amd: print error on convert_tiling_flags_to_modifier failureSimon Ser2020-12-081-1/+4
* drm/amd: use drm_dbg_kms to log addfb2 failuresSimon Ser2020-12-081-5/+5
* drm/amd/display: Extract 3rd plane from metadataBas Nieuwenhuizen2020-11-131-8/+98
* drm/amd/display: Set new format info for converted metadata.Bas Nieuwenhuizen2020-11-131-0/+97
* drm/amd/display: Store gem objects for planes 1-3Bas Nieuwenhuizen2020-11-131-1/+19
* drm/amd/amdgpu/amdgpu_display: Remove pointless headerLee Jones2020-11-131-4/+0
* drivers: amdgpu: amdgpu_display: Fixed the spelling of falg to flagBhaskar Chowdhury2020-11-101-1/+1
* drivers: amdgpu: amdgpu_display.c: Fix a spelling doens\'t to doesn\'tBhaskar Chowdhury2020-11-101-1/+1
* Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd...Dave Airlie2020-11-101-3/+170
|\
| * drm/amd/display: Convert tiling_flags to modifiers.Bas Nieuwenhuizen2020-10-301-0/+123
| * drm/amd/display: Store tiling_flags in the framebuffer.Bas Nieuwenhuizen2020-10-301-4/+44
| * drm/amd/display: add S/G support for RenoirYifan Zhang2020-10-161-0/+4
* | Merge tag 'drm-misc-next-2020-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-11-041-6/+2
|\ \ | |/ |/|
| * drm/amdgpu: switch over to the new pin interfaceChristian König2020-09-241-6/+2
* | drm/amdgpu: restore proper ref count in amdgpu_display_crtc_set_configJean Delvare2020-09-291-1/+1
|/
* drm/amdgpu: Get DRM dev from adev by inline-fLuben Tuikov2020-08-241-15/+15
* drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov2020-08-241-3/+3
* Merge tag 'amd-drm-next-5.9-2020-07-01' of git://people.freedesktop.org/~agd5...Dave Airlie2020-07-021-2/+3
|\
| * drm/amdgpu: fix ref count leak in amdgpu_display_crtc_set_configNavid Emamdoost2020-07-011-2/+3
* | Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-06-241-2/+2
|\ \ | |/ |/|
| * drm/amd: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2020-05-191-2/+2
* | drm/amdgpu: add apu flags (v2)Alex Deucher2020-05-221-1/+2
|/
* Merge v5.6-rc2 into drm-misc-nextMaxime Ripard2020-02-171-6/+16
|\
| * drm/amdgpu: enable S/G display on PCO and RV2 (v2)Alex Deucher2020-01-141-6/+16
* | drm/amdgpu: Convert to CRTC VBLANK callbacksThomas Zimmermann2020-02-131-2/+2