summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2023-10-20Merge tag 'drm-intel-gt-next-2023-10-19' of git://anongit.freedesktop.org/drm...Dave Airlie21-30/+407
2023-10-20Merge tag 'drm-intel-next-2023-10-19' of git://anongit.freedesktop.org/drm/dr...Dave Airlie18-152/+230
2023-10-19drm/i915/perf: Determine context valid in OA reportsUmesh Nerlige Ramappa1-2/+2
2023-10-18drm/i915/mtl: Don't set PIPE_CONTROL_FLUSH_L3Vinay Belgaumkar1-2/+5
2023-10-18drm/i915: Prevent potential null-ptr-deref in engine_init_commonNirmoy Das1-1/+2
2023-10-18drm/i915/mtl: Remove the 'force_probe' requirement for Meteor LakeRadhakrishna Sripada1-1/+0
2023-10-18drm/i915: Enable GuC TLB invalidations for MTLJonathan Cavitt1-0/+1
2023-10-18drm/i915/gt: Increase sleep in gt_tlb selftest sanitycheckJonathan Cavitt1-2/+9
2023-10-18drm/i915: No TLB invalidation on wedged GTJonathan Cavitt1-1/+31
2023-10-18drm/i915: No TLB invalidation on suspended GTJonathan Cavitt3-9/+23
2023-10-18drm/i915: Define and use GuC and CTB TLB invalidation routinesPrathap Kumar Valsan7-11/+299
2023-10-18drm/i915/guc: Add CT size delay helperJonathan Cavitt2-0/+29
2023-10-18drm/i915: Add GuC TLB Invalidation device info flagsJonathan Cavitt2-0/+3
2023-10-17drm/i915/pxp: Clean up zero initializersVille Syrjälä3-10/+10
2023-10-17drm/i915/guc: Clean up zero initializersVille Syrjälä1-2/+2
2023-10-17Merge tag 'drm-intel-gt-next-2023-10-12' of git://anongit.freedesktop.org/drm...Dave Airlie34-130/+577
2023-10-16drm/i915/pci: Clean up zero initializersVille Syrjälä1-1/+1
2023-10-16drm/i915/hdcp: Clean up zero initializersVille Syrjälä1-23/+21
2023-10-16drm/i915/display: Clean up zero initializersVille Syrjälä10-13/+13
2023-10-16drm/i915: Retry gtt fault when out of fence registersVille Syrjälä1-0/+1
2023-10-16drm/i915/dp: Remove unused DSC caps from intel_dpImre Deak4-30/+7
2023-10-16drm/i915/dp_mst: Use connector DSC DPCD in intel_dp_mst_mode_valid_ctx()Imre Deak1-2/+2
2023-10-16drm/i915/dp: Use connector DSC DPCD in intel_dp_dsc_compute_config()Imre Deak1-1/+1
2023-10-16drm/i915/dp: Use connector DSC DPCD in intel_dp_mode_valid()Imre Deak1-4/+4
2023-10-16drm/i915/dp: Use connector DSC DPCD in intel_dp_dsc_get_slice_count()Imre Deak3-8/+8
2023-10-16drm/i915/dp: Use connector DSC DPCD in intel_dp_dsc_supports_format()Imre Deak1-5/+5
2023-10-16drm/i915/dp: Use connector DSC DPCD in intel_dp_dsc_compute_params()Imre Deak1-9/+8
2023-10-16drm/i915/dp: Pass only the required DSC DPCD to intel_dp_sink_dsc_version_min...Imre Deak1-4/+4
2023-10-16drm/i915/dp: Pass only the required i915 to intel_dp_source_dsc_version_minor()Imre Deak1-5/+4
2023-10-16drm/i915/dp: Pass connector DSC DPCD to drm_dp_dsc_sink_supported_input_bpcs()Imre Deak2-4/+2
2023-10-16drm/i915/dp: Use connector DSC DPCD in intel_dp_dsc_max_sink_compressed_bppx16()Imre Deak1-8/+11
2023-10-16drm/i915/dp: Use connector DSC DPCD in intel_dp_supports_dsc()Imre Deak1-3/+3
2023-10-16drm/i915/dp: Use connector DSC DPCD in intel_dp_supports_fec()Imre Deak1-2/+5
2023-10-16drm/i915/dp: Use connector DSC DPCD in intel_dp_dsc_compute_max_bpp()Imre Deak3-7/+11
2023-10-16drm/i915/dp: Use connector DSC DPCD in i915_dsc_fec_support_show()Imre Deak1-5/+5
2023-10-16drm/i915/dp: Use i915/intel connector local variables in i915_dsc_fec_support...Imre Deak1-6/+6
2023-10-16drm/i915/dp_mst: Set connector DSC capabilities and decompression AUXImre Deak3-2/+28
2023-10-16drm/i915/dp: Store DSC DPCD capabilities in the connectorImre Deak2-17/+47
2023-10-16drm/i915/dp: Sanitize DPCD revision check in intel_dp_get_dsc_sink_cap()Imre Deak1-26/+55
2023-10-16Merge tag 'drm-intel-next-2023-10-12' of git://anongit.freedesktop.org/drm/dr...Dave Airlie81-1396/+2245
2023-10-13drm/i915/dsb: Re-instate DSB for LUT updatesVille Syrjälä1-3/+0
2023-10-13drm/i915/dsb: Correct DSB command buffer cache coherency settingsVille Syrjälä1-4/+11
2023-10-13drm/i915/dsb: Allocate command buffer from local memoryVille Syrjälä1-1/+6
2023-10-13drm/i915/lnl: Remove watchdog timers for PSRMika Kahola1-3/+7
2023-10-12drm/i915/dsi: Add some debug logging to mipi_exec_i2c (v2)Hans de Goede1-0/+3
2023-10-12drm/i915/vlv_dsi: Add DMI quirk for backlight control issues on Lenovo Yoga T...Hans de Goede1-0/+34
2023-10-12drm/i915/vlv_dsi: Add DMI quirk for wrong I2C bus and panel size on Lenovo Yo...Hans de Goede1-0/+52
2023-10-12drm/i915/vlv_dsi: Add DMI quirk for wrong panel modeline in BIOS on Asus TF10...Hans de Goede1-0/+44
2023-10-12drm: Replace drm_framebuffer plane size functions with its equivalentsCarlos Eduardo Gallo Filho1-1/+1
2023-10-12drm/i915: Remove the module parameter 'fastboot'Arun R Murthy3-9/+0