summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'amd-drm-next-6.8-2024-01-05' of https://gitlab.freedesktop.org/agd...Dave Airlie2024-01-09197-2109/+4090
|\
| * drm/amd/display: Allow z8/z10 from driverCharlene Liu2024-01-051-0/+2
| * drm/amd/display: fix bandwidth validation failure on DCN 2.1Melissa Wen2024-01-051-1/+1
| * drm/amdgpu: apply the RV2 system aperture fix to RN/CZN as wellAlex Deucher2024-01-054-5/+15
| * drm/amd/display: Move fixpt_from_s3132 to amdgpu_dmHarry Wentland2024-01-052-15/+15
| * drm/amd/display: Fix recent checkpatch errors in amdgpu_dmHarry Wentland2024-01-053-6/+5
| * Revert "drm/amdkfd: Relocate TBA/TMA to opposite side of VM hole"Kaibo Ma2024-01-051-13/+13
| * drm/amd/display: avoid stringop-overflow warnings for dp_decide_lane_settings()Arnd Bergmann2024-01-052-2/+2
| * drm/amd/display: Fix power_helpers.c codestyleMarcelo Mendes Spessoto Junior2024-01-051-1/+1
| * drm/amd/display: Fix hdcp_log.h codestyleMarcelo Mendes Spessoto Junior2024-01-051-4/+6
| * drm/amd/display: Fix hdcp2_execution.c codestyleMarcelo Mendes Spessoto Junior2024-01-051-4/+2
| * drm/amd/display: Fix hdcp_psp.h codestyleMarcelo Mendes Spessoto Junior2024-01-051-5/+5
| * drm/amd/display: Fix freesync.c codestyleMarcelo Mendes Spessoto Junior2024-01-051-2/+2
| * drm/amd/display: Fix hdcp_psp.c codestyleMarcelo Mendes Spessoto Junior2024-01-051-2/+2
| * drm/amd/display: Fix hdcp1_execution.c codestyleMarcelo Mendes Spessoto Junior2024-01-051-2/+2
| * drm/amd/pm/smu7: fix a memleak in smu7_hwmgr_backend_initZhipeng Lu2024-01-051-1/+5
| * drm/amdkfd: Fix iterator used outside loop in 'kfd_add_peer_prop()'Srinivasan Shanmugam2024-01-051-11/+13
| * drm/amdgpu: Drop 'fence' check in 'to_amdgpu_amdkfd_fence()'Srinivasan Shanmugam2024-01-051-1/+1
| * drm/amdkfd: Confirm list is non-empty before utilizing list_first_entry in kf...Srinivasan Shanmugam2024-01-051-9/+12
| * drm/amdgpu: Fix '*fw' from request_firmware() not released in 'amdgpu_ucode_r...Srinivasan Shanmugam2024-01-051-1/+5
| * 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