summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorLines
2024-01-09drm/amd/display: 3.2.266Aric Cyr-1/+1
2024-01-09drm/amd/display: Dpia hpd status not in sync after S4Meenakshikumar Somasundaram-14/+22
2024-01-09drm/amd/display: Update z8 latencyCharlene Liu-3/+3
2024-01-09Revert "drm/amd/display: Fix conversions between bytes and KB"Daniel Miess-9/+9
2024-01-09drm/amd/display: Request usb4 bw for mst streamsPeichen Huang-38/+144
2024-01-09drm/amd/display: revert "Optimize VRR updates to only necessary ones"Martin Leung-10/+17
2024-01-09drm/amd/display: revert "for FPO & SubVP/DRR config program vmin/max"Martin Leung-62/+24
2024-01-09drm/amd/display: Disconnect phantom pipe OPP from OPTC being disabledGeorge Shen-12/+19
2024-01-09drm/amd/display: To adjust dprefclk by down spread percentageMartin Tsai-5/+93
2024-01-09drm/amdkfd: Fix lock dependency warningFelix Kuehling-16/+10
2024-01-09Merge tag 'amd-drm-next-6.8-2024-01-05' of https://gitlab.freedesktop.org/agd...Dave Airlie-2109/+4090
2024-01-05drm/amd/display: Allow z8/z10 from driverCharlene Liu-0/+2
2024-01-05drm/amd/display: fix bandwidth validation failure on DCN 2.1Melissa Wen-1/+1
2024-01-05drm/amdgpu: apply the RV2 system aperture fix to RN/CZN as wellAlex Deucher-5/+15
2024-01-05drm/amd/display: Move fixpt_from_s3132 to amdgpu_dmHarry Wentland-15/+15
2024-01-05drm/amd/display: Fix recent checkpatch errors in amdgpu_dmHarry Wentland-6/+5
2024-01-05Revert "drm/amdkfd: Relocate TBA/TMA to opposite side of VM hole"Kaibo Ma-13/+13
2024-01-05drm/amd/display: avoid stringop-overflow warnings for dp_decide_lane_settings()Arnd Bergmann-2/+2
2024-01-05drm/amd/display: Fix power_helpers.c codestyleMarcelo Mendes Spessoto Junior-1/+1
2024-01-05drm/amd/display: Fix hdcp_log.h codestyleMarcelo Mendes Spessoto Junior-4/+6
2024-01-05drm/amd/display: Fix hdcp2_execution.c codestyleMarcelo Mendes Spessoto Junior-4/+2
2024-01-05drm/amd/display: Fix hdcp_psp.h codestyleMarcelo Mendes Spessoto Junior-5/+5
2024-01-05drm/amd/display: Fix freesync.c codestyleMarcelo Mendes Spessoto Junior-2/+2
2024-01-05drm/amd/display: Fix hdcp_psp.c codestyleMarcelo Mendes Spessoto Junior-2/+2
2024-01-05drm/amd/display: Fix hdcp1_execution.c codestyleMarcelo Mendes Spessoto Junior-2/+2
2024-01-05drm/amd/pm/smu7: fix a memleak in smu7_hwmgr_backend_initZhipeng Lu-1/+5
2024-01-05drm/amdkfd: Fix iterator used outside loop in 'kfd_add_peer_prop()'Srinivasan Shanmugam-11/+13
2024-01-05drm/amdgpu: Drop 'fence' check in 'to_amdgpu_amdkfd_fence()'Srinivasan Shanmugam-1/+1
2024-01-05drm/amdkfd: Confirm list is non-empty before utilizing list_first_entry in kf...Srinivasan Shanmugam-9/+12
2024-01-05drm/amdgpu: Fix '*fw' from request_firmware() not released in 'amdgpu_ucode_r...Srinivasan Shanmugam-1/+5
2024-01-05drm/amdgpu: Fix variable 'mca_funcs' dereferenced before NULL check in 'amdgp...Srinivasan Shanmugam-4/+4
2024-01-05drm/amdgpu: add param to specify fw bo location for front-door loadingLe Ma-2/+10
2024-01-05drm/amdgpu: Remove unreachable code in 'atom_skip_src_int()'Srinivasan Shanmugam-1/+0
2024-01-05drm/amd/display: Removing duplicate copyright textMarcelo Mendes Spessoto Junior-28/+0
2024-01-05drm/amdgpu: skip gpu_info fw loading on navi12Alex Deucher-9/+2
2024-01-05drm/amd/display: add nv12 bounding boxAlex Deucher-1/+109
2024-01-05drm/amd/display: Fix sending VSC (+ colorimetry) packets for DP/eDP displays ...Joshua Ashton-8/+13
2024-01-05Revert "drm/amdgpu: enable mca debug mode on APU by default"Hawking Zhang-2/+1
2024-01-05drm/amd/pm: Add mem_busy_percent for GCv9.4.3 apuAsad Kamal-1/+3
2024-01-03drm/amdkfd: Fix type of 'dbg_flags' in 'struct kfd_process'Srinivasan Shanmugam-1/+1
2024-01-03drm/amdgpu: Fix possible NULL dereference in amdgpu_ras_query_error_status_he...Srinivasan Shanmugam-0/+3
2024-01-03drm/amdgpu: Drop redundant unsigned >=0 comparision 'amdgpu_gfx_rlc_init_micr...Srinivasan Shanmugam-6/+5
2024-01-03drm/amd/display: Adjust kdoc for 'dcn35_hw_block_power_down' & 'dcn35_hw_bloc...Srinivasan Shanmugam-27/+41
2024-01-03drm/amd/display: Address function parameter 'context' not described in 'dc_st...Srinivasan Shanmugam-2/+3
2024-01-03drm/amdgpu: Use kvcalloc instead of kvmalloc_array in amdgpu_cs_parser_bos()Srinivasan Shanmugam-3/+3
2024-01-03drm/amdgpu: Use kzalloc instead of kmalloc+__GFP_ZERO in amdgpu_ras.cSrinivasan Shanmugam-3/+3
2024-01-03drm/amdgpu: Cleanup indenting in amdgpu_connector_dvi_detect()Srinivasan Shanmugam-1/+1
2024-01-03drm/amd/pm: Use gpu_metrics_v1_5 for SMUv13.0.6Asad Kamal-5/+24
2024-01-03drm/amd/pm: Add gpu_metrics_v1_5Asad Kamal-0/+83
2024-01-03drm/amd/pm: Update metric table for jpeg/vcn dataAsad Kamal-1/+9