summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Fix variable 'mca_funcs' dereferenced before NULL check in 'amdgp...Srinivasan Shanmugam2024-01-051-4/+4
* drm/amdgpu: add param to specify fw bo location for front-door loadingLe Ma2024-01-054-2/+10
* drm/amdgpu: Remove unreachable code in 'atom_skip_src_int()'Srinivasan Shanmugam2024-01-051-1/+0
* drm/amd/display: Removing duplicate copyright textMarcelo Mendes Spessoto Junior2024-01-051-28/+0
* drm/amdgpu: skip gpu_info fw loading on navi12Alex Deucher2024-01-051-9/+2
* drm/amd/display: add nv12 bounding boxAlex Deucher2024-01-051-1/+109
* drm/amd/display: Fix sending VSC (+ colorimetry) packets for DP/eDP displays ...Joshua Ashton2024-01-052-8/+13
* Revert "drm/amdgpu: enable mca debug mode on APU by default"Hawking Zhang2024-01-051-2/+1
* drm/amd/pm: Add mem_busy_percent for GCv9.4.3 apuAsad Kamal2024-01-051-1/+3
* drm/amdkfd: Fix type of 'dbg_flags' in 'struct kfd_process'Srinivasan Shanmugam2024-01-031-1/+1
* drm/amdgpu: Fix possible NULL dereference in amdgpu_ras_query_error_status_he...Srinivasan Shanmugam2024-01-031-0/+3
* drm/amdgpu: Drop redundant unsigned >=0 comparision 'amdgpu_gfx_rlc_init_micr...Srinivasan Shanmugam2024-01-031-6/+5
* drm/amd/display: Adjust kdoc for 'dcn35_hw_block_power_down' & 'dcn35_hw_bloc...Srinivasan Shanmugam2024-01-031-27/+41
* drm/amd/display: Address function parameter 'context' not described in 'dc_st...Srinivasan Shanmugam2024-01-032-2/+3
* drm/amdgpu: Use kvcalloc instead of kvmalloc_array in amdgpu_cs_parser_bos()Srinivasan Shanmugam2024-01-031-3/+3
* drm/amdgpu: Use kzalloc instead of kmalloc+__GFP_ZERO in amdgpu_ras.cSrinivasan Shanmugam2024-01-031-3/+3
* drm/amdgpu: Cleanup indenting in amdgpu_connector_dvi_detect()Srinivasan Shanmugam2024-01-031-1/+1
* drm/amd/pm: Use gpu_metrics_v1_5 for SMUv13.0.6Asad Kamal2024-01-031-5/+24
* drm/amd/pm: Add gpu_metrics_v1_5Asad Kamal2024-01-032-0/+83
* drm/amd/pm: Update metric table for jpeg/vcn dataAsad Kamal2024-01-031-1/+9
* drm/amd/pm: Use separate metric table for APUAsad Kamal2024-01-032-58/+156
* drm/amd/display: Add some functions for Panel ReplayTom Chung2024-01-0313-6/+235
* Re-revert "drm/amd/display: Enable Replay for static screen use cases"Ivan Lipski2024-01-033-32/+1
* drm/amd/display: Fixing stream allocation regressionRelja Vojvodic2024-01-031-1/+1
* drm/amd/display: Verify disallow bits were cleared for idleNicholas Kazlauskas2024-01-031-2/+10
* drm/amd/display: Fix Mismatch between pipe and streamGabe Teeger2024-01-032-6/+16
* drm/amd/display: Refactor INIT into component folderRevalla2024-01-0341-41/+250
* drm/amd/display: For FPO and SubVP/DRR configs program vmin/max selAlvin Lee2024-01-038-24/+62
* drm/amd/display: Add dpia display mode validation logicMeenakshikumar Somasundaram2024-01-035-40/+104
* drm/amd/display: Switch DMCUB notify idle command to NO_WAITNicholas Kazlauskas2024-01-031-1/+2
* drm/amdgpu/gfx11: need acquire mutex before access CP_VMID_RESET v2Jack Xiao2024-01-031-1/+47
* drm/amd/display: Wait forever for DMCUB to wake upNicholas Kazlauskas2024-01-031-12/+2
* drm/amd/display: Always exit DMCUB idle when calledNicholas Kazlauskas2024-01-031-3/+0
* drm/amd/display: Add log end specifierRelja Vojvodic2024-01-031-1/+1
* drm/amd/display: Assign stream status for FPO + Vactive casesAlvin Lee2024-01-031-1/+2
* drm/amdgpu: Let KFD sync with VM fencesFelix Kuehling2024-01-031-1/+2
* drm/amd/display: pbn_div need be updated for hotplug eventWayne Lin2024-01-031-2/+1
* drm/amd/display: Correctly restore user_levelCamille Cho2024-01-0313-20/+42
* drm/amd/display: Fix minor issues in BW Allocation Phase2Meenakshikumar Somasundaram2024-01-032-124/+101
* drm/amd/display: Add null pointer guards where neededJosip Pavic2024-01-033-1/+10
* drm/amd/display: Add HDMI capacity computations using fixed31_32Leo (Hanghong) Ma2024-01-033-3/+3
* drm/amd/display: Add more mechanisms for testsRelja Vojvodic2024-01-035-90/+229
* drm/amd/display: Don't allow FPO if no planesAlvin Lee2024-01-033-5/+25
* drm/amd/display: Fix subvp+drr logic errorsAlvin Lee2024-01-031-22/+30
* drm/amdgpu: Fix ecc irq enable/disable unpairedStanley.Yang2024-01-034-1/+38
* drm/amd/display: enable dcn35 idle power optimizationRoman Li2024-01-031-1/+1
* drm/amd/display: Disable IPS by defaultRoman Li2024-01-031-0/+2
* drm/amdgpu: Add register read/write debugfs support for AID'sMangesh Gadre2024-01-031-2/+9
* drm/amd/display: remove redundant initialization of variable remainderColin Ian King2024-01-031-1/+2
* drm/amdgpu: re-create idle bo's PTE during VM state machine resetZhenGuo Yin2023-12-191-0/+1