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