summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2023-09-13Revert "drm/amd/display: Do not set drr on pipe commit"Michel Dänzer2-13/+0
2023-09-13drm/amd/display: Add smu write msg id fail retry processFudong Wang1-4/+16
2023-09-13drm/amd/display: register edp_backlight_control() for DCN301Hamza Mahfooz1-0/+1
2023-09-13drm/amdgpu: Use RMW accessors for changing LNKCTLIlpo Järvinen2-52/+20
2023-09-13drm/amd/pm: fix variable dereferenced issue in amdgpu_device_attr_create()Yang Wang1-3/+7
2023-09-13drm/amdgpu: Update min() to min_t() in 'amdgpu_info_ioctl'Srinivasan Shanmugam1-6/+8
2023-09-13drm/amdgpu: avoid integer overflow warning in amdgpu_device_resize_fb_bar()Arnd Bergmann1-0/+3
2023-09-13drm/amd/display: Do not set drr on pipe commitWesley Chalmers2-0/+13
2023-09-13drm/amd/display: ensure async flips are only accepted for fast updatesHamza Mahfooz2-15/+21
2023-09-13drm/amdgpu: Match against exact bootloader statusLijo Lazar1-7/+8
2023-09-13drm/amd/display: Exit idle optimizations before attempt to access PHYLeo Chen1-0/+3
2023-09-13drm/amd/display: Guard DCN31 PHYD32CLK logic against chip familyGeorge Shen1-1/+2
2023-09-13drm/amd/smu: use AverageGfxclkFrequency* to replace previous GFX Curr ClockJane Jian1-1/+1
2023-09-13Revert "Revert drm/amd/display: Enable Freesync Video Mode by default"Aurabindo Pillai1-7/+5
2023-09-13Partially revert "drm/amd/display: Fix possible underflow for displays with l...Daniel Miess1-1/+1
2023-08-23drm/amdgpu: keep irq count in amdgpu_irq_disable_allGuchun Chen1-1/+0
2023-08-23drm/amd/pm: skip the RLC stop when S0i3 suspend for SMU v13.0.4/11Tim Huang1-2/+2
2023-08-23drm/amd/display: Implement workaround for writing to OTG_PIXEL_RATE_DIV registerSaaem Rizvi5-4/+29
2023-08-23drm/amd/display: disable RCO for DCN314Daniel Miess2-1/+5
2023-08-23drm/amdgpu/pm: fix throttle_status for other than MP1 11.0.7Umio Yasuno1-7/+7
2023-08-23drm/amdgpu: skip fence GFX interrupts disable/enable for S0ixTim Huang1-2/+39
2023-08-23drm/amd: flush any delayed gfxoff on suspend entryMario Limonciello2-8/+2
2023-08-23drm/amd/display: fix access hdcp_workqueue assertHersen Wu2-6/+16
2023-08-23drm/amd/display: phase3 mst hdcp for multiple displayshersen wu1-42/+141
2023-08-23drm/amd/display: save restore hdcp state when display is unplugged from mst hubhersen wu3-1/+63
2023-08-23drm/amdgpu: Fix potential fence use-after-free v2shanzhulig1-3/+3
2023-08-23drm/amd/display: Enable dcn314 DPP RCODaniel Miess1-0/+16
2023-08-23drm/amd/display: Skip DPP DTO update if root clock is gatedNicholas Kazlauskas3-0/+14
2023-08-23drm/amd/display: Apply 60us prefetch for DCFCLK <= 300MhzAlvin Lee2-3/+3
2023-08-23drm/amdgpu: install stub fence into potential unused fence pointersLang Yu1-2/+4
2023-08-23drm/amdgpu: fix memory leak in mes self testJack Xiao1-0/+2
2023-08-23drm/amdgpu: Fix integer overflow in amdgpu_cs_pass1hackyzh0021-1/+1
2023-08-23drm/amdgpu: fix calltrace warning in amddrm_buddy_finiLonglong Yao1-2/+2
2023-08-16drm/amd/pm/smu7: move variables to where they are usedAlex Deucher1-6/+8
2023-08-16drm/amd/display: trigger timing sync only if TG is runningAurabindo Pillai1-0/+6
2023-08-16drm/amd/display: fix the build when DRM_AMD_DC_DCN is not setAlex Deucher1-1/+1
2023-08-16drm/amd/display: Retain phantom plane/stream if validation failsAlvin Lee5-0/+40
2023-08-16drm/amd/display: Disable phantom OTG after enable for plane disableAlvin Lee3-1/+22
2023-08-16drm/amd/display: Use update plane and stream routine for DCN32xRodrigo Siqueira1-0/+12
2023-08-16drm/amd/display: Avoid ABM when ODM combine is enabled for eDPRodrigo Siqueira1-1/+11
2023-08-16drm/amd/display: Update OTG instance in the commit streamRodrigo Siqueira1-0/+6
2023-08-16drm/amd/display: Handle seamless boot streamRodrigo Siqueira1-0/+15
2023-08-16drm/amd/display: Add function for validate and update new streamRodrigo Siqueira3-14/+227
2023-08-16drm/amd/display: Handle virtual hardware detectRodrigo Siqueira1-0/+3
2023-08-16drm/amd/pm: avoid unintentional shutdown due to temperature momentary fluctua...Evan Quan8-32/+102
2023-08-16drm/amd/pm: fulfill powerplay peak profiling mode shader/memory clock settingsEvan Quan8-38/+155
2023-08-16drm/amd/pm: expose swctf threshold setting for legacy powerplayEvan Quan7-1/+26
2023-08-16drm/amd/pm: fulfill swsmu peak profiling mode shader/memory clock settingsEvan Quan2-0/+10
2023-08-16drm/amd/display: limit DPIA link rate to HBR3Peichen Huang1-0/+5
2023-08-16drm/amd: Disable S/G for APUs when 64GB or more host memoryMario Limonciello3-3/+29