aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-14drm/i915: Shrink {icl_mg,tgl_dkl}_phy_ddi_buf_transVille Syrjälä1-6/+6
2021-10-14drm/i915: Remove pointless extra namespace from dkl/snps buf trans structsVille Syrjälä3-12/+12
2021-10-14drm/i915: rename intel_sideband.[ch] to intel_sbi.[ch]Jani Nikula5-29/+13
2021-10-14drm/i915: split out intel_pcode.[ch] to separate fileJani Nikula17-255/+277
2021-10-14drm/i915/bios: gracefully disable dual eDP for nowJani Nikula1-0/+47
2021-10-14drm/i915: split out vlv sideband to a separate fileJani Nikula22-382/+405
2021-10-12drm/i915/display: remove unused intel-mid.h includeLucas De Marchi1-1/+0
2021-10-12Merge drm/drm-next into drm-intel-nextRodrigo Vivi148-1919/+4954
2021-10-12drm/i915/display: move pin/unpin fb/plane code to a new file.Dave Airlie8-267/+306
2021-10-12drm/i915/display: refactor initial plane config to a separate fileDave Airlie5-276/+302
2021-10-12drm/i915/display: refactor out initial plane config for crtcsDave Airlie1-19/+25
2021-10-12drm/i915/display: let intel_plane_uses_fence be used from other places.Dave Airlie2-1/+2
2021-10-12drm/i915/display: move plane prepare/cleanup to intel_atomic_plane.cDave Airlie3-212/+208
2021-10-12drm/i915/dg2: update link training for 128b/132bJani Nikula2-36/+133
2021-10-12drm/i915/dp: abstract intel_dp_lane_max_vswing_reached()Jani Nikula1-17/+25
2021-10-11Merge tag 'drm-intel-gt-next-2021-10-08' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie147-1895/+4916
2021-10-11Merge tag 'drm-intel-next-2021-10-04' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie96-6468/+7756
2021-10-11Merge tag 'drm-misc-next-2021-10-06' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-3/+3
2021-10-08drm/i915/mst: abstract intel_dp_mst_source_support()Jani Nikula5-13/+22
2021-10-08drm/i915/dp: take LTTPR into account in 128b/132b ratesJani Nikula1-0/+18
2021-10-07drm/i915: remove IS_ACTIVELucas De Marchi11-31/+18
2021-10-07drm/i915/dg2: fix snps buf trans for uhbrJani Nikula1-1/+3
2021-10-07drm/i915: Free the returned object of acpi_evaluate_dsm()Zenghui Yu1-2/+5
2021-10-06drm/i915: Call intel_dp_dump_link_status() for CR failuresVille Syrjälä1-2/+4
2021-10-06drm/i915: Pimp link training debug printsVille Syrjälä1-61/+108
2021-10-06drm/i915: Print the DP vswing adjustment requestVille Syrjälä1-0/+27
2021-10-06drm/i915: Show LTTPR in the TPS debug printVille Syrjälä3-5/+9
2021-10-06drm/i915: Tweak the DP "max vswing reached?" conditionVille Syrjälä1-3/+19
2021-10-06drm/i915: Handle Intel igfx + Intel dgfx hybrid graphics setupTvrtko Ursulin1-1/+11
2021-10-05drm/i915/tc: Delete bogus NULL check in intel_ddi_encoder_destroy()Dan Carpenter1-2/+1
2021-10-05drm/i915: Fix bug in user proto-context creation that leaked contextsMatthew Brost1-1/+4
2021-10-04drm/i195: Make the async flip VT-d workaround dynamicVille Syrjälä2-26/+35
2021-10-04drm/i915: Extend the async flip VT-d w/a to skl/bxtVille Syrjälä2-0/+17
2021-10-04drm/i915: Clean up disabled warningsNathan Chancellor1-6/+4
2021-10-04drm/i915/pxp: enable PXP for integrated Gen12Daniele Ceraolo Spurio1-0/+2
2021-10-04drm/i915/pxp: add PXP documentationDaniele Ceraolo Spurio2-12/+63
2021-10-04drm/i915/pxp: add pxp debugfsDaniele Ceraolo Spurio4-0/+102
2021-10-04drm/i915/pxp: black pixels on pxp disabledAnshuman Gupta4-3/+94
2021-10-04drm/i915/pxp: Add plane decryption supportAnshuman Gupta7-9/+54
2021-10-04drm/i915/pxp: Enable PXP power managementHuang, Sean Z8-11/+126
2021-10-04drm/i915/pxp: start the arb session on demandDaniele Ceraolo Spurio7-29/+42
2021-10-04drm/i915/pxp: interfaces for using protected objectsDaniele Ceraolo Spurio13-35/+308
2021-10-04drm/i915/pxp: Implement PXP irq handlerHuang, Sean Z11-16/+284
2021-10-04drm/i915/pxp: Implement arb session teardownHuang, Sean Z7-4/+212
2021-10-04drm/i915/pxp: Create the arbitrary session after bootHuang, Sean Z9-0/+240
2021-10-04drm/i915/pxp: set KCR reg initDaniele Ceraolo Spurio3-0/+34
2021-10-04drm/i915/pxp: Implement funcs to create the TEE channelHuang, Sean Z5-1/+112
2021-10-04drm/i915/pxp: allocate a vcs context for pxp usageDaniele Ceraolo Spurio7-0/+131
2021-10-04drm/i915/pxp: define PXP device flag and kconfigDaniele Ceraolo Spurio3-0/+15
2021-10-04Revert "drm/i915: cleanup: drm_modeset_lock_all_ctx() --> DRM_MODESET_LOCK_ALL_BEGIN()"Sean Paul1-5/+13