summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2023-10-06drm/amdgpu: Handle null atom context in VBIOS info ioctlDavid Francis1-6/+11
2023-10-06drm/amd/display: Don't check registers, if using AUX BL controlSwapnil Patel1-1/+3
2023-09-23drm/amd/display: enable cursor degamma for DCN3+ DRM legacy gammaMelissa Wen1-0/+7
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-23drm/amd/display: Blocking invalid 420 modes on HDMI TMDS for DCN31Leo Chen1-1/+3
2023-09-19drm/amd/display: Fix a bug when searching for insert_above_mpccWesley Chalmers1-2/+3
2023-09-19drm/amd/display: prevent potential division by zero errorsHamza Mahfooz1-3/+6
2023-09-19Revert "drm/amdgpu: install stub fence into potential unused fence pointers"Greg Kroah-Hartman1-4/+2
2023-09-19drm/amdgpu: Use RMW accessors for changing LNKCTLIlpo Järvinen2-52/+20
2023-09-19drm/amd/pm: fix variable dereferenced issue in amdgpu_device_attr_create()Yang Wang1-3/+7
2023-09-19drm/amdgpu: Update min() to min_t() in 'amdgpu_info_ioctl'Srinivasan Shanmugam1-6/+8
2023-09-19drm/amdgpu: avoid integer overflow warning in amdgpu_device_resize_fb_bar()Arnd Bergmann1-0/+3
2023-09-19drm/amdgpu: Match against exact bootloader statusLijo Lazar1-7/+8
2023-09-19drm/amd/display: Exit idle optimizations before attempt to access PHYLeo Chen1-0/+3
2023-08-30drm/amd/display: check TG is non-null before checking if enabledTaimur Hassan1-1/+2
2023-08-30drm/amd/display: do not wait for mpc idle if tg is disabledJosip Pavic1-1/+2
2023-08-26drm/amd: flush any delayed gfxoff on suspend entryMario Limonciello2-8/+2
2023-08-26drm/amd/display: fix access hdcp_workqueue assertHersen Wu2-6/+16
2023-08-26drm/amd/display: phase3 mst hdcp for multiple displayshersen wu1-42/+141
2023-08-26drm/amd/display: save restore hdcp state when display is unplugged from mst hubhersen wu3-1/+63
2023-08-26drm/amdgpu: Fix potential fence use-after-free v2shanzhulig1-3/+3
2023-08-26drm/amdgpu: install stub fence into potential unused fence pointersLang Yu1-2/+4
2023-08-16drm/amd/display: check attr flag before set cursor degamma on DCN3+Melissa Wen1-2/+5
2023-08-03drm/amd: Fix an error handling mistake in psp_sw_init()Mario Limonciello1-3/+3
2023-08-03drm/amdgpu/vkms: relax timer deactivation by hrtimer_try_to_cancelGuchun Chen1-2/+3
2023-08-03drm/amdgpu: fix vkms crtc settingsFlora Cui2-17/+30
2023-07-27Revert "drm/amd/display: edp do not add non-edid timings"Hersen Wu1-7/+1
2023-07-27drm/amd/display: Keep PHY active for DP displays on DCN31Nicholas Kazlauskas1-0/+5
2023-07-27drm/amd/display: Disable MPC split by default on special asicZhikai Zhai1-1/+1
2023-07-23drm/amdgpu: avoid restore process run into dead loop.gaba1-0/+3
2023-07-23drm/amd/display: Correct `DMUB_FW_VERSION` macroMario Limonciello1-1/+1
2023-07-23drm/amdgpu: fix clearing mappings for BOs that are always valid in VMSamuel Pitoiset1-0/+12
2023-07-23amdgpu: validate offset_in_bo of drm_amdgpu_gem_vaChia-I Wu1-8/+8
2023-07-23drm/amd/display: Fix artifacting on eDP panels when engaging freesync video modeAurabindo Pillai1-0/+2
2023-07-23drm/amdkfd: Fix potential deallocation of previously deallocated memory.Daniil Dulov1-6/+7
2023-07-23drm/amd/display: Explicitly specify update type per plane info changeNicholas Kazlauskas1-3/+0
2023-07-23drm/amd/display: Add logging for display MALL refresh settingWesley Chalmers1-0/+3
2023-07-05drm/amdgpu: Validate VM ioctl flags.Bas Nieuwenhuizen1-0/+4
2023-07-05drm/amdgpu: Set vmbo destroy after pt bo is createdPhilip Yang1-1/+0
2023-06-28drm/amd/display: Add wrapper to call planes and stream updateRodrigo Siqueira1-10/+41
2023-06-28drm/amd/display: Use dc_update_planes_and_streamRodrigo Siqueira1-15/+15
2023-06-28drm/amd/display: Add minimal pipe split transition stateRodrigo Siqueira2-0/+295
2023-06-28drm/amd/display: fix the system hang while disable PSRTom Chung1-3/+6
2023-06-21drm/amdgpu: add missing radeon secondary PCI IDAlex Deucher1-0/+1
2023-06-21drm/amd/display: edp do not add non-edid timingsHersen Wu1-1/+7
2023-06-21drm:amd:amdgpu: Fix missing buffer object unlock in failure pathSukrut Bellary2-2/+6
2023-06-21drm/amdgpu: fix Null pointer dereference error in amdgpu_device_recover_vramHoratio Zhang2-3/+4
2023-06-14drm/amd/pm: Fix power context allocation in SMU13Lijo Lazar1-2/+2
2023-06-14drm/amdgpu: fix xclk freq on CHIP_STONEYChia-I Wu1-2/+9