aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/amdgpu_dm
AgeCommit message (Expand)AuthorFilesLines
2024-11-11drm/amd/display: Adjust VSDB parser for replay featureRodrigo Siqueira1-1/+1
2024-11-11drm/amd/display: Fix Panel Replay not update screen correctlyTom Chung2-57/+59
2024-11-11drm/amd/display: Change some variable name of psrTom Chung4-14/+14
2024-11-04drm/amd/display: Fix brightness level not retained over rebootTom Chung1-0/+15
2024-10-22drm/amd/display: temp w/a for DP Link Layer complianceAurabindo Pillai1-0/+13
2024-10-22drm/amd/display: temp w/a for dGPU to enter idle optimizationsAurabindo Pillai1-1/+2
2024-10-07drm/amd/display: fix hibernate entry for DCN35+Hamza Mahfooz1-3/+4
2024-10-01drm/amd/display: Fix system hang while resume with TBT monitorTom Chung1-0/+6
2024-10-01drm/amd/display: Enable idle workqueue for more IPS modesLeo Li1-1/+2
2024-10-01drm/amd/display: Add HDR workaround for specific eDPAlex Hung2-1/+14
2024-10-01drm/amd/display: Restore Optimized pbn Value if Failed to Disable DSCFangzhi Zuo1-4/+13
2024-09-18drm/amd/display: Allow backlight to go below `AMDGPU_DM_DEFAULT_MIN_BACKLIGHT`Mario Limonciello1-1/+1
2024-09-18drm/amdgpu: explicitely set the AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS flagChristian König2-0/+2
2024-09-18drm/amd/display: Update IPS default mode for DCN35/DCN351Roman Li1-17/+33
2024-09-18drm/amd/display: Validate backlight caps are saneMario Limonciello1-0/+16
2024-09-18drm/amd/display: Add HDMI DSC native YCbCr422 supportLeo Ma1-2/+2
2024-09-18drm/amd/display: Add dmub hpd sense callbackRoman Li2-1/+21
2024-09-17Merge tag 'amd-drm-next-6.12-2024-09-13' of https://gitlab.freedesktop.org/ag...Dave Airlie2-2/+13
2024-09-11drm/amd/display: Add all planes on CRTC to state for overlay cursorLeo Li1-0/+11
2024-09-11Merge tag 'amd-drm-next-6.12-2024-09-06' of https://gitlab.freedesktop.org/ag...Dave Airlie4-44/+168
2024-09-10drm/amd/display: Do not reset planes based on crtc zpos_changedLeo Li1-1/+1
2024-09-06drm/amd/display: Fix spelling mistake "recompte" -> "recompute"Colin Ian King1-1/+1
2024-09-02drm/amd/display: Lock DC and exit IPS when changing backlightLeo Li1-1/+12
2024-08-30Merge tag 'drm-misc-next-2024-08-29' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-23/+72
2024-08-29drm/amd/display: Determine IPS mode by ASIC and PMFW versionsLeo Li1-1/+25
2024-08-29drm/amdgpu/display: Fix a mistake in revert commitFangzhi Zuo1-1/+1
2024-08-29drm/amd/display: switch to guid_gen() to generate valid GUIDsJani Nikula1-11/+12
2024-08-29drm/mst: switch to guid_t type for GUIDJani Nikula1-1/+1
2024-08-27drm/amd/display: Add DSC Debug LogFangzhi Zuo3-39/+119
2024-08-27drm/amd/display: Fix Synaptics Cascaded Panamera DSC DeterminationFangzhi Zuo1-1/+1
2024-08-27drm/amd/display: do not set traslate_by_source for DCN401 cursorAurabindo Pillai1-1/+4
2024-08-27drm/amd: Introduce additional IPS debug flagsLeo Li1-0/+6
2024-08-23drm/amd/display: use a more lax vblank enable policy for older ASICsHamza Mahfooz1-8/+6
2024-08-23drm/amd/display: use a more lax vblank enable policy for DCN35+Hamza Mahfooz1-1/+6
2024-08-23drm/amd/display: use new vblank enable policy for DCN35+Hamza Mahfooz1-11/+24
2024-08-23drm/amd/display: avoid using null object of framebufferMa Ke1-2/+7
2024-08-13drm/amd/display: Fix MST BW calculation RegressionFangzhi Zuo2-9/+27
2024-08-13drm/amd/display: Add null check for 'afb' in amdgpu_dm_plane_handle_cursor_up...Srinivasan Shanmugam1-1/+2
2024-08-13drm/amd/display: Add null check for 'afb' in amdgpu_dm_update_cursor (v2)Srinivasan Shanmugam1-1/+2
2024-08-13drm/amd: Use a constant format string for amdgpu_ucode_requestArnd Bergmann1-2/+2
2024-08-13drm/amd/display: fix s2idle entry for DCN3.5+Hamza Mahfooz1-0/+3
2024-08-06drm/amd/display: Skip Recompute DSC Params if no Stream on LinkFangzhi Zuo1-0/+3
2024-08-06drm/amd/display: Re-enable panel replay featureTom Chung1-12/+8
2024-08-02Revert "drm/amd: Add power_saving_policy drm property to eDP connectors"Hamza Mahfooz2-49/+5
2024-07-29Merge drm/drm-next into drm-misc-nextThomas Zimmermann12-469/+1664
2024-07-27drm/amd/display: Reset VRR config during resumeTom Chung1-1/+5
2024-07-27drm/amd/display: sync dmub output event type.Charlene Liu1-0/+1
2024-07-27drm/amd/display: Check null pointers before using themAlex Hung1-1/+2
2024-07-27drm/amd/display: Run idle optimizations at end of vblank handlerLeo Li1-3/+9
2024-07-27drm/amd/display: Let drm_crtc_vblank_on/off manage interruptsLeo Li2-37/+47