summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2023-10-25drm/amd/pm: add unique_id for gc 11.0.3Kenneth Feng1-0/+1
2023-10-20drm/amd/display: Don't set dpms_off for seamless bootDaniel Miess1-0/+3
2023-10-20drm/amdgpu: add missing NULL checkChristian König1-1/+1
2023-10-10drm/amd: Fix logic error in sienna_cichlid_update_pcie_parameters()Mario Limonciello1-18/+23
2023-10-10drm/amd: Fix detection of _PR3 on the PCIe root portMario Limonciello1-1/+1
2023-10-10drm/amd/display: Adjust the MST resume flowWayne Lin1-13/+80
2023-10-06drm/amdkfd: Use gpu_offset for user queue's wptrYuBiao Wang1-1/+1
2023-10-06drm/amdgpu: Handle null atom context in VBIOS info ioctlDavid Francis1-6/+11
2023-10-06drm/amdgpu/nbio4.3: set proper rmmio_remap.reg_offset for SR-IOVAlex Deucher1-0/+3
2023-10-06drm/amdgpu/soc21: don't remap HDP registers for SR-IOVAlex Deucher1-1/+1
2023-10-06drm/amd/display: Don't check registers, if using AUX BL controlSwapnil Patel1-1/+3
2023-10-06drm/amdkfd: Insert missing TLB flush on GFX10 and laterHarish Kasiviswanathan1-2/+1
2023-10-06drm/amdkfd: Flush TLB after unmapping for GFX v9.4.3Philip Yang1-3/+3
2023-09-23drm/amdgpu: fix amdgpu_cs_p1_user_fenceChristian König1-14/+4
2023-09-23drm/amd/display: fix the white screen issue when >= 64GB DRAMYifan Zhang1-5/+9
2023-09-23Revert "drm/amd: Disable S/G for APUs when 64GB or more host memory"Hamza Mahfooz3-29/+3
2023-09-23drm/amd/display: Blocking invalid 420 modes on HDMI TMDS for DCN314Leo Chen1-1/+3
2023-09-23drm/amd/display: Blocking invalid 420 modes on HDMI TMDS for DCN31Leo Chen1-1/+3
2023-09-23drm/amd/display: Use DTBCLK as refclk instead of DPREFCLKAustin Zheng1-1/+2
2023-09-23drm/amd/display: Fix underflow issue on 175hz timingLeo Ma1-1/+6
2023-09-19drm/amd/display: Fix a bug when searching for insert_above_mpccWesley Chalmers1-2/+3
2023-09-19drm/amdgpu: register a dirty framebuffer callback for fbconHamza Mahfooz1-1/+25
2023-09-19drm/amd/display: Remove wait while lockedGabe Teeger3-28/+42
2023-09-19drm/amd/display: always switch off ODM before committing more streamsWenjing Liu1-5/+5
2023-09-19drm/amd/display: prevent potential division by zero errorsHamza Mahfooz1-3/+6
2023-09-19drm/amd/display: enable cursor degamma for DCN3+ DRM legacy gammaMelissa Wen1-0/+7
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