summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2025-02-03drm/xe: Refactor max_remote_tilesSai Teja Pottumuttu-14/+9
2025-02-03drm/xe: Refactor dma_mask_sizeSai Teja Pottumuttu-7/+16
2025-02-03drm/xe/pxp: Enable PXP for MTL and LNLDaniele Ceraolo Spurio-0/+2
2025-02-03drm/xe/pxp: Add PXP debugfs supportDaniele Ceraolo Spurio-0/+137
2025-02-03drm/xe/pxp: add PXP PM supportDaniele Ceraolo Spurio-13/+165
2025-02-03drm/xe/pxp/uapi: Add API to mark a BO as using PXPDaniele Ceraolo Spurio-7/+277
2025-02-03drm/xe/pxp/uapi: Add a query for PXP statusDaniele Ceraolo Spurio-0/+62
2025-02-03drm/xe/pxp/uapi: Add userspace and LRC support for PXP-using queuesDaniele Ceraolo Spurio-13/+114
2025-02-03drm/xe/pxp: Add PXP queue tracking and session startDaniele Ceraolo Spurio-6/+419
2025-02-03drm/xe/pxp: Add GSC session initialization supportDaniele Ceraolo Spurio-0/+69
2025-02-03drm/xe/pxp: Handle the PXP termination interruptDaniele Ceraolo Spurio-4/+189
2025-02-03drm/xe/pxp: Add GSC session invalidation supportDaniele Ceraolo Spurio-0/+244
2025-02-03drm/xe/pxp: Add VCS inline termination supportDaniele Ceraolo Spurio-3/+156
2025-02-03drm/xe/pxp: Allocate PXP execution resourcesDaniele Ceraolo Spurio-11/+410
2025-02-03drm/xe/pxp: Initialize PXP structure and KCR regDaniele Ceraolo Spurio-4/+180
2025-02-03drm/xe: Fix and re-enable xe_print_blob_ascii85()Lucas De Marchi-24/+19
2025-02-03drm/xe/devcoredump: Move exec queue snapshot to Contexts sectionLucas De Marchi-5/+1
2025-02-03drm/xe/oa: Set stream->pollin in xe_oa_buffer_check_unlockedAshutosh Dixit-6/+3
2025-02-03drm/xe/pf: Fix migration initializationMichal Wajdeczko-2/+22
2025-02-03drm/xe/oa: Preserve oa_ctrl unused bitsAshutosh Dixit-2/+16
2025-02-03drm/amd/display: Fix seamless boot sequenceLo-an Chen-6/+15
2025-02-03drm/amd/display: Fix out-of-bound accessesAlex Hung-5/+5
2025-02-03drm/amdgpu: add a BO metadata flag to disable write compression for VulkanMarek Olšák-5/+13
2025-02-03drm/xe: Remove xe_dummy_exit()Lucas De Marchi-5/+0
2025-02-03drm/i915/mst: Convert intel_dp_mtp_tu_compute_config() to .4 formatJani Nikula-25/+33
2025-02-03drm/i915/dp: Pass connector state all the way to dsc_compute_link_config()Jani Nikula-3/+6
2025-02-03drm/i915/dp: Drop compute_pipe_bpp parameter from intel_dp_dsc_compute_config()Jani Nikula-11/+8
2025-02-03drm/i915/dp: Use int for compressed BPP in dsc_compute_link_config()Jani Nikula-4/+4
2025-02-03drm/i915/dp: Simplify input BPP checks in intel_dp_dsc_compute_pipe_bpp()Jani Nikula-8/+2
2025-02-03drm/i915/dp: Inline do_dsc_compute_compressed_bpp()Jani Nikula-37/+23
2025-02-03drm/i915/dp: Unify DSC link config functionsJani Nikula-44/+5
2025-02-03drm/i915/dp: Move force_dsc_fractional_bpp_en check to intel_dp_dsc_valid_bpp()Jani Nikula-3/+7
2025-02-03drm/i915/dp: Change icl_dsc_compute_link_config() DSC BPP iterationJani Nikula-7/+26
2025-02-03drm/i915/dp: Move max DSC BPP reduction one level higherJani Nikula-18/+14
2025-02-03drm/i915/dp: Pass .4 BPP values to {icl,xelpd}_dsc_compute_link_config()Jani Nikula-12/+16
2025-02-03drm/i915/dp: Rename some variables in xelpd_dsc_compute_link_config()Jani Nikula-11/+8
2025-02-03drm/i915/dp: Add intel_dp_dsc_bpp_step_x16() helper to get DSC BPP precisionJani Nikula-5/+16
2025-02-03drm/i915/dp: Iterate DSC BPP from high to low on all platformsJani Nikula-4/+3
2025-02-03drm/i915/backlight: Return immediately when scale() finds invalid parametersGuenter Roeck-2/+3
2025-02-03drm/i915/dp: Return min bpc supported by source instead of 0Ankit Nautiyal-1/+1
2025-02-03drm/i915/dp: fix the Adaptive sync Operation mode for SDPAnkit Nautiyal-2/+1
2025-02-03drm/i915/guc: Debug print LRC state entries only if the context is pinnedDaniele Ceraolo Spurio-6/+14
2025-02-03drm/i915: Drop 64bpp YUV formats from ICL+ SDR planesVille Syrjälä-4/+0
2025-02-03drm/i915: Fix page cleanup on DMA remap failureBrian Geffon-5/+1
2025-02-03drm/i915/pmu: Fix zero delta busyness issueUmesh Nerlige Ramappa-0/+16
2025-02-03drm/i915/hdcp: Use correct function to check if encoder is HDMISuraj Kandpal-1/+1
2025-02-03drm/i915/hdcp: Fix Repeater authentication during topology changeSuraj Kandpal-0/+13
2025-02-03drm/ast: Only look up VBIOS mode on full modesetsThomas Zimmermann-25/+27
2025-02-03drm/ast: Remove struct ast_vbios_mode_infoThomas Zimmermann-44/+32
2025-02-03drm/ast: astdp: Look up mode index from tableThomas Zimmermann-61/+55