summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2026-03-10gpu: nova-core: gsp: support large RPCs via continuation recordEliot Courtney3-2/+207
2026-03-10gpu: nova-core: gsp: add `size` helper to `CommandToGsp`Eliot Courtney1-3/+9
2026-03-10gpu: nova-core: gsp: unconditionally call variable payload handlingEliot Courtney1-9/+7
2026-03-10gpu: nova-core: gsp: clarify invariant on command queueEliot Courtney1-1/+3
2026-03-10gpu: nova-core: gsp: add checking oversized commandsEliot Courtney3-1/+11
2026-03-10gpu: nova-core: gsp: add mechanism to wait for space on command queueEliot Courtney1-12/+30
2026-03-10gpu: nova-core: gsp: sort `MsgFunction` variants alphabeticallyEliot Courtney1-32/+35
2026-03-10drm: lcdif: Use dev_err_probe()Alexander Stein1-3/+5
2026-03-10drm/bridge: ti-sn65dsi83: halve horizontal syncs for dual LVDS outputLuca Ceresoli1-3/+4
2026-03-10drm/bridge: ti-sn65dsi83: fix CHA_DSI_CLK_RANGE roundingLuca Ceresoli1-3/+3
2026-03-10drm/xe: Utilize for_each_gt_with_type() for type-specific GT loopsMatt Roper2-8/+2
2026-03-10drm/xe: Add for_each_gt_with_type() iteratorMatt Roper1-0/+4
2026-03-09drm/bridge: cadence: cdns-mhdp8546-core: Reduce log level for DPCD read/writeJayesh Choudhary1-2/+2
2026-03-09cadence: cdns-mhdp8546*: Change drm_connector from structure to pointerJayesh Choudhary3-15/+14
2026-03-09drm/bridge: cadence: cdns-mhdp8546-core: Remove legacy support for connector ...Jayesh Choudhary1-178/+9
2026-03-09drm/bridge: cadence: cdns-mhdp8546-core: Handle HDCP state in bridge atomic c...Harikrishna Shenoy1-0/+23
2026-03-09drm/bridge: cadence: cdns-mhdp8546-core: Add mode_valid hook to drm_bridge_funcsJayesh Choudhary1-0/+20
2026-03-09drm/bridge: cadence: cdns-mhdp8546-core: Set the mhdp connector earlier in at...Jayesh Choudhary3-18/+30
2026-03-09drm/i915/display: convert W/As in skl_watermark.c to new frameworkLuca Coelho3-1/+5
2026-03-09drm/i915/display: convert W/As in skl_universal_plane.c to new frameworkLuca Coelho3-3/+8
2026-03-09drm/i915/display: convert W/As in intel_psr.c to new frameworkLuca Coelho3-14/+25
2026-03-09drm/i915/display: convert W/As in intel_pmdemand.c to new frameworkLuca Coelho3-3/+8
2026-03-09drm/i915/display: convert W/As in intel_modeset_setup.c to new frameworkLuca Coelho3-1/+5
2026-03-09drm/i915/display: convert W/As in intel_flipq.c to new frameworkLuca Coelho3-10/+8
2026-03-09drm/i915/display: convert W/As in intel_fbc.c to new frameworkLuca Coelho3-2/+8
2026-03-09drm/i915/display: convert W/As in intel_dp_mst.c to new frameworkLuca Coelho3-1/+5
2026-03-09drm/i915/display: convert W/As in intel_display_device.c to new frameworkLuca Coelho3-1/+6
2026-03-09drm/i915/display: convert W/As in intel_display.c to new frameworkLuca Coelho3-2/+5
2026-03-09drm/i915/display: convert W/As in intel_ddi.c to new frameworkLuca Coelho3-2/+6
2026-03-09drm/i915/display: convert W/As in intel_cursor.c to new frameworkLuca Coelho3-1/+4
2026-03-09drm/i915/display: convert W/As in intel_cdclk.c to new frameworkLuca Coelho3-1/+5
2026-03-09drm/i915/display: convert W/As in intel_display_power.c to new frameworkLuca Coelho3-11/+36
2026-03-09drm/i915/display: convert audio workaround to new frameworkLuca Coelho3-13/+16
2026-03-09drm/i915/display: remove enum macro magic in intel_display_wa()Luca Coelho8-15/+16
2026-03-09drm/tyr: Use DRM device type alias across driverDeborah Brouwer2-4/+10
2026-03-09gpu/tests/gpu_buddy: Add gpu_test_buddy_alloc_range for exact-range allocationSanjay Yadav1-0/+327
2026-03-09drm/i915/dp: Read ALPM caps after DPCD initArun R Murthy2-6/+7
2026-03-09drm/buddy: Add KUnit test for offset-aligned allocationsArunpravin Paneer Selvam1-0/+166
2026-03-09drm/buddy: Improve offset-aligned allocation handlingArunpravin Paneer Selvam1-45/+227
2026-03-09gpu: nova-core: firmware: fix and explain v2 header offsets computationsAlexandre Courbot1-4/+12
2026-03-09drm/i915/psr: Write DSC parameters on Selective Update in ET modeJouni Högander1-0/+10
2026-03-09drm/i915/dsc: Add helper for writing DSC Selective Update ET parametersJouni Högander2-0/+26
2026-03-09drm/i915/dsc: Add Selective Update register definitionsJouni Högander1-0/+12
2026-03-09drm/i915/psr: Repeat Selective Update area alignmentJouni Högander1-12/+38
2026-03-09gpu: nova-core: firmware: add comments to justify v3 header valuesAlexandre Courbot1-0/+2
2026-03-09gpu: nova-core: use the Generic Bootloader to boot FWSEC on TuringTimur Tabi3-3/+365
2026-03-09gpu: nova-core: add gen_bootloader firmware to ModInfoBuilderAlexandre Courbot2-6/+22
2026-03-09gpu: nova-core: make Chipset::arch() constAlexandre Courbot1-1/+1
2026-03-09gpu: nova-core: falcon: remove unwarranted safety check in dma_loadAlexandre Courbot1-7/+0
2026-03-09gpu: nova-core: add PIO support for loading firmware imagesTimur Tabi3-3/+251