aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2024-05-15drm/i915: Use REG_BIT for PLANE_WM bitsVille Syrjälä1-2/+2
2024-05-15drm/i915: Shuffle the skl+ plane register definitionsVille Syrjälä1-283/+202
2024-05-15drm/i915: Drop useless PLANE_FOO_3 register definesVille Syrjälä1-19/+0
2024-05-15drm/i915/gvt: Use PLANE_CTL and PLANE_SURF definesVille Syrjälä1-6/+6
2024-05-15drm/i915/gvt: Use the full PLANE_KEY*() definesVille Syrjälä1-9/+9
2024-05-15drm/i915/gvt: Use the proper PLANE_AUX_OFFSET() defineVille Syrjälä3-28/+26
2024-05-15drm/i915/gvt: Use the proper PLANE_AUX_DIST() defineVille Syrjälä3-27/+26
2024-05-15drm/i915: Move skl+ wm/ddb registers to proper headersVille Syrjälä5-83/+86
2024-05-15drm/i915: Extract intel_cursor_regs.hVille Syrjälä8-70/+84
2024-05-15drm/i915: Extract skl_universal_plane_regs.hVille Syrjälä10-396/+414
2024-05-15drm/i915: Nuke _MMIO_PLANE_GAMC()Ville Syrjälä1-2/+0
2024-05-15drm/i915/psr: Add panel replay sel update support to debugfs interfaceJouni Högander1-3/+6
2024-05-15drm/i915/psr: Split intel_psr2_config_valid for panel replayJouni Högander1-30/+46
2024-05-15drm/i915/psr: Update PSR module parameter descriptionsJouni Högander1-2/+3
2024-05-15drm/i915/psr: Do not apply workarounds in case of panel replayJouni Högander3-9/+15
2024-05-15drm/i915/psr: Panel replay uses SRD_STATUS to track it's statusJouni Högander1-4/+16
2024-05-15drm/i915/psr: Modify intel_dp_get_su_granularity to support panel replayJouni Högander1-7/+55
2024-05-15drm/i915/psr: Detect panel replay selective update supportJouni Högander3-2/+10
2024-05-15drm/i915/psr: Rename psr2_enabled as sel_update_enabledJouni Högander2-27/+27
2024-05-15drm/i915/dp: Use always vsc revision 0x6 for Panel ReplayJouni Högander1-8/+8
2024-05-15drm/i915/display: Do not print "psr: enabled" for on Panel ReplayJouni Högander1-1/+2
2024-05-15drm/i915/psr: Rename has_psr2 as has_sel_updateJouni Högander6-11/+11
2024-05-14drm/xe/xe_guc_submit: Declare reset if banned or killed or wedgedJonathan Cavitt1-1/+1
2024-05-14drm/xe/xe_guc_submit: Allow lr exec queues to be bannedJonathan Cavitt1-2/+10
2024-05-14drm/xe/xe_guc_submit: Fix exec queue stop race conditionJonathan Cavitt1-1/+1
2024-05-14drm/xe/uc: Move GuC submission init to post hwconfig stepMichal Wajdeczko2-7/+12
2024-05-14drm/xe/uc: Reorder post hwconfig uC initialization stepMichal Wajdeczko1-4/+4
2024-05-14drm/xe: Only use reserved BCS instances for usm migrate exec queueMatthew Brost1-7/+5
2024-05-14drm/xe: Fix the warning conditionsHimal Prasad Ghimiray1-1/+5
2024-05-14drm/xe: Change pcode timeout to 50msec while polling againHimal Prasad Ghimiray1-1/+1
2024-05-14drm/i915/gt: Disarm breadcrumbs if engines are already idleChris Wilson1-8/+7
2024-05-14drm/edid: remove drm_do_get_edid()Jani Nikula1-28/+0
2024-05-13drm/xe: Move sw-only pcode initializationLucas De Marchi2-3/+2
2024-05-13drm/xe: Move xe_force_wake_init_gt() inside gt initializationLucas De Marchi2-3/+2
2024-05-13drm/xe: Move xe_gt_init_early() where it belongsLucas De Marchi1-6/+6
2024-05-13drm/xe: Drop useless forcewake get/putLucas De Marchi1-8/+0
2024-05-13drm/xe: Drop __engine_maskLucas De Marchi4-14/+5
2024-05-13Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+24
2024-05-13drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocationsMohamed Ahmed2-25/+22
2024-05-13drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocationsMohamed Ahmed2-25/+22
2024-05-13drm/amdkfd: Use dev_error intead of pr_errorHarish Kasiviswanathan1-11/+8
2024-05-13drm/amdgpu: fix mqd corruption for gfx12Frank Min1-13/+8
2024-05-13drm/amdgpu: add initial value for gfx12 AGP apertureFrank Min1-0/+1
2024-05-13drm/amd/pm: check negtive return for table entriesJesse Zhang1-5/+8
2024-05-13drm/amd/display: Don't register panel_power_savings on OLED panelsMario Limonciello1-4/+25
2024-05-13drm/amdgpu: fix the warning bad bit shift operation for aca_error_type typeJesse Zhang1-1/+1
2024-05-13drm/amdgpu: the warning dereferencing obj for nbio_v7_4Jesse Zhang1-1/+1
2024-05-13drm/amd/pm: remove logically dead codeJesse Zhang1-9/+0
2024-05-13drm/amdgpu: remove structurally dead codeJesse Zhang1-2/+0
2024-05-13drm/amd/pm: fix enum feature compared against 0Jesse Zhang1-1/+1