summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2025-01-28drm/amdkfd: Block per-queue reset when halt_if_hws_hang=1Jay Cornwall-2/+2
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2025-01-28drm/i915/guc/slpc: Add helper function slpc_measure_powerSk Anirban-1/+16
2025-01-28drm/i915/selftests: Correct frequency handling in RPS power measurementSk Anirban-1/+1
2025-01-28drm/i915: Add Wa_22010465259 in its respective WA listRanu Maurya-6/+7
2025-01-28drm/i915: Give i915 and xe each their own display tracepointsVille Syrjälä-0/+4
2025-01-28drm/i915: Include pixel format in plane tracepointsVille Syrjälä-4/+8
2025-01-28drm/i915: Pass the plane state explicitly to tracepointsVille Syrjälä-14/+15
2025-01-28drm/i915: Drop the extra "plane" from tracepointsVille Syrjälä-7/+7
2025-01-28drm/i915: Drop 64bpp YUV formats from ICL+ SDR planesVille Syrjälä-4/+0
2025-01-28drm/i915: Fix page cleanup on DMA remap failureBrian Geffon-5/+1
2025-01-28drm/xe: Initialize mei-gsc and vsec in survivability modeRiana Tauro-1/+9
2025-01-28drm/xe: Enable Boot Survivability modeRiana Tauro-3/+44
2025-01-28drm/xe: Add functions and sysfs for boot survivabilityRiana Tauro-0/+286
2025-01-28drm/ast: astdp: Fix timeout for enabling video signalThomas Zimmermann-1/+1
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados-2/+2
2025-01-27drm/xe: Make GUC binaries dump consistent with other binaries in devcoredumpJosé Roberto de Souza-3/+6
2025-01-27drm/xe: Fix and re-enable xe_print_blob_ascii85()Lucas De Marchi-24/+19
2025-01-27Merge tag 'drm-next-2025-01-27' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-1341/+1693
2025-01-27drm/xe/devcoredump: Move exec queue snapshot to Contexts sectionLucas De Marchi-5/+1
2025-01-27drm/i915/pmu: Fix zero delta busyness issueUmesh Nerlige Ramappa-0/+16
2025-01-27drm/xe: Upgrade complaint about missing slice infoJohn Harrison-1/+7
2025-01-27drm/i915/lspcon: do not hardcode settle timeoutGiedrius Statkevičius-3/+4
2025-01-27drm/xe/pf: Move VFs reprovisioning to workerMichal Wajdeczko-2/+51
2025-01-27drm/i915: Remove unused live_context_for_engineDr. David Alan Gilbert-41/+0
2025-01-27drm/xe/pf: Use GuC Buffer Cache during policy provisioningMichal Wajdeczko-26/+24
2025-01-27drm/i915/cmtg: Disable the CMTGGustavo Sousa-0/+231
2025-01-27drm/xe/pmu: Add GT C6 eventsVinay Belgaumkar-5/+18
2025-01-27drm/xe/pmu: Add attribute skeletonLucas De Marchi-4/+69
2025-01-27drm/xe/pmu: Get/put runtime pm on event initLucas De Marchi-0/+3
2025-01-27drm/xe/pmu: Extract xe_pmu_event_update()Lucas De Marchi-9/+15
2025-01-27drm/xe/pmu: Assert max gtLucas De Marchi-0/+2
2025-01-27drm/xe/pmu: Enable PMU interfaceVinay Belgaumkar-0/+351
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds-11/+6
2025-01-26drm: bridge: adv7511: remove s32 format from i2s capabilitiesOlivier Moysan-0/+3
2025-01-26drm: bridge: adv7511: fill stream capabilitiesOlivier Moysan-0/+2
2025-01-25drm/nouveau: consume the return of large GSP messageZhi Wang-14/+18
2025-01-25drm/nouveau: support handling the return of large GSP messageZhi Wang-19/+97
2025-01-25drm/nouveau: factor out r535_gsp_msgq_recv_one_elem()Zhi Wang-20/+52
2025-01-25drm/nouveau: factor out r535_gsp_msgq_peek()Zhi Wang-23/+66
2025-01-25drm/nouveau: rename the variable "cmd" to "msg" in r535_gsp_cmdq_{get, push}()Zhi Wang-16/+16
2025-01-25drm/nouveau: refine the variable names in r535_gsp_msg_recv()Zhi Wang-23/+24
2025-01-25drm/nouveau: refine the variable names in r535_gsp_rpc_push()Zhi Wang-12/+15
2025-01-25drm/nouveau: remove the magic number in r535_gsp_rpc_push()Zhi Wang-1/+1
2025-01-25drm/nouveau: fix the broken marco GSP_MSG_MAX_SIZEZhi Wang-1/+1
2025-01-25drm/nouveau: rename "argc" to what it represents in GSP RPC routinesZhi Wang-24/+34
2025-01-25drm/nouveau: rename "argv" to what it represents in *rm_{alloc, ctrl}_*()Zhi Wang-11/+14
2025-01-25drm/nouveau: remove unused param repc in *rm_alloc_push()Zhi Wang-9/+7
2025-01-25drm/nouveau: rename "argv" to what it represents on the GSP message send pathZhi Wang-12/+15
2025-01-25drm/nouveau: rename "repc" to "gsp_rpc_len" on the GSP message recv pathZhi Wang-19/+27