summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2026-02-23drm/i915/alpm: ALPM disable fixesJouni Högander1-6/+1
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook3-5/+3
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds10-22/+11
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds7-8/+8
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds111-177/+177
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook137-264/+249
2026-02-21Merge tag 'drm-next-2026-02-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds3-4/+22
2026-02-20Merge tag 'drm-intel-next-fixes-2026-02-20' of https://gitlab.freedesktop.org...Dave Airlie1-0/+3
2026-02-19Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-3/+5
2026-02-18Merge tag 'drm-intel-next-fixes-2026-02-13' of https://gitlab.freedesktop.org...Dave Airlie3-4/+19
2026-02-17drm/i915/dp: Add missing slice count check during mode validationImre Deak1-0/+3
2026-02-13mm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes3-3/+5
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2-0/+3
2026-02-12drm/i915/acpi: free _DSM package when no connectorsKaushlendra Kumar1-0/+1
2026-02-12drm/i915/dp: Fix pipe BPP clamping due to HDRImre Deak1-3/+17
2026-02-11Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds212-3289/+5390
2026-02-10Merge tag 'docs-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/linuxLinus Torvalds1-1/+1
2026-02-09drm/i915/quirks: Fix device id for QUIRK_EDP_LIMIT_RATE_HBR2 entryAnkit Nautiyal1-1/+1
2026-02-06Merge tag 'drm-intel-next-fixes-2026-02-05' of https://gitlab.freedesktop.org...Dave Airlie4-24/+26
2026-02-02drm/i915/display: fix the pixel normalization handling for xe3p_lpdVinod Govindapillai4-24/+26
2026-02-01kernel.h: drop STACK_MAGIC macroYury Norov2-0/+3
2026-01-30Merge tag 'drm-intel-next-fixes-2026-01-29' of https://gitlab.freedesktop.org...Dave Airlie1-8/+21
2026-01-28BackMerge tag 'v6.19-rc7' into drm-nextDave Airlie1-14/+22
2026-01-26drm/i915/display: Prevent u64 underflow in intel_fbc_stolen_endJonathan Cavitt1-8/+21
2026-01-22drm/i915/display: Fix color pipeline enum name leakChaitanya Kumar Borah1-5/+13
2026-01-22drm/i915/color: Place 3D LUT after CSC in plane color pipelineChaitanya Kumar Borah1-9/+9
2026-01-21docs: kdoc: move kernel-doc to tools/docsJonathan Corbet1-1/+1
2026-01-19drm/i915/psr: Don't enable Panel Replay on sink if globally disabledJouni Högander1-1/+6
2026-01-19Merge tag 'drm-intel-gt-next-2026-01-16' of https://gitlab.freedesktop.org/dr...Dave Airlie12-52/+75
2026-01-16Merge tag 'drm-intel-next-2026-01-15' of https://gitlab.freedesktop.org/drm/i...Dave Airlie83-1069/+1779
2026-01-13drm/i915/dp: Simplify computing the DSC compressed BPP for DP-MSTImre Deak1-42/+6
2026-01-13drm/i915/dp: Simplify eDP vs. DP compressed BPP computationImre Deak1-30/+2
2026-01-13drm/i915/dp: Unify computing compressed BPP for DP-SST and eDPImre Deak1-8/+13
2026-01-13drm/i915/dp: Simplify computing forced DSC BPP for DP-SSTImre Deak1-10/+4
2026-01-13drm/i915/dp: Simplify computing DSC BPPs for DP-SSTImre Deak1-21/+8
2026-01-13drm/i915/dp: Simplify computing DSC BPPs for eDPImre Deak1-13/+3
2026-01-13drm/i915/dp: Use helpers to align min/max compressed BPPsImre Deak1-18/+5
2026-01-13drm/i915/dp: Unify detect and compute time DSC mode BW validationImre Deak2-129/+20
2026-01-13drm/i915/dp: Add intel_dp_mode_valid_with_dsc()Imre Deak3-36/+57
2026-01-13drm/i915/dp: Factor out compute_max_compressed_bpp_x16()Imre Deak1-33/+49
2026-01-13drm/i915/dp: Factor out compute_min_compressed_bpp_x16()Imre Deak1-8/+18
2026-01-13drm/i915/dp: Pass mode clock to dsc_throughput_quirk_max_bpp_x16()Imre Deak1-6/+4
2026-01-13drm/i915/dp: Pass intel_output_format to intel_dp_dsc_sink_{min_max}_compress...Imre Deak2-16/+12
2026-01-13drm/i915/dp: Drop intel_dp parameter from intel_dp_compute_config_link_bpp_li...Imre Deak1-5/+4
2026-01-13drm/i915/dp: Align min/max compressed BPPs when calculating BPP limitsImre Deak1-0/+57
2026-01-13drm/i915/dp: Align min/max DSC input BPPs to sink capsImre Deak1-2/+23
2026-01-13drm/i915/dp: Factor out align_max_vesa_compressed_bpp_x16()Imre Deak1-15/+20
2026-01-13drm/i915/dp: Factor out align_max_sink_dsc_input_bpp()Imre Deak1-10/+18
2026-01-13drm/i915/dp: Drop unused timeslots param from dsc_compute_link_config()Imre Deak1-11/+7
2026-01-13drm/i915/guc: Recommend GuC v70.53.0 for DG2, MTLJulia Filipchuk1-2/+2