aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2022-07-11drm/i915/ttm: fix sg_table constructionMatthew Auld7-15/+58
2022-07-11drm/i915/selftests: fix a couple IS_ERR() vs NULL testsDan Carpenter1-4/+4
2022-07-11drm/i915/gvt: IS_ERR() vs NULL bug in intel_gvt_update_reg_whitelist()Dan Carpenter1-3/+3
2022-07-08drm/i915/mtl: Add MeteorLake PCI IDsRadhakrishna Sripada4-0/+23
2022-07-08drm/i915/mtl: Add MeteorLake platform infoRadhakrishna Sripada4-0/+28
2022-07-08drm/i915/gt: Add general DSS steering iterator to intel_gt_mcrMatt Roper6-75/+75
2022-07-08i915/perf: Disable OA sseu config param for gfx12.50+Umesh Nerlige Ramappa1-0/+7
2022-07-08i915/perf: Replace DRM_DEBUG with driver specific drm_dbg callUmesh Nerlige Ramappa1-51/+100
2022-07-07drm/i915/selftests: Grab the runtime pm in shrink_thpChris Wilson1-1/+6
2022-07-06drm/i915/guc: Asynchronous flush of GuC log regionsAlan Previn2-2/+3
2022-07-06drm/i915: Nuke PCH_JSPVille Syrjälä3-5/+4
2022-07-06drm/i915: Nuke PCH_MCCVille Syrjälä4-6/+5
2022-07-06drm/i915: Use short PCH names consistentlyVille Syrjälä1-5/+5
2022-07-05drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä1-0/+1
2022-07-04drm/i915: Fix vm use-after-free in vma destructionThomas Hellström1-4/+8
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin1-1/+2
2022-07-01drm/i915/display: clean up commentsTom Rix1-4/+4
2022-07-01drm/i915: DG2 and ATS-M device ID updatesMatt Roper2-1/+3
2022-07-01drm/i915/pvc: Implement w/a 16016694945Gustavo Sousa2-0/+7
2022-07-01drm/i915: turn on small BAR supportMatthew Auld1-6/+4
2022-07-01drm/i915/ttm: disallow CPU fallback mode for ccs pagesMatthew Auld4-18/+31
2022-07-01drm/i915/ttm: handle blitter failure on DG2Matthew Auld10-48/+353
2022-07-01drm/i915/selftests: ensure we reserve a fence slotMatthew Auld1-2/+4
2022-07-01drm/i915/selftests: skip the mman tests for stolenMatthew Auld1-0/+12
2022-07-01drm/i915/uapi: tweak error capture on recoverable contextsMatthew Auld1-3/+12
2022-07-01drm/i915/error: skip non-mappable pagesMatthew Auld1-3/+7
2022-07-01drm/i915/uapi: add NEEDS_CPU_ACCESS hintMatthew Auld1-8/+18
2022-07-01drm/i915/uapi: apply ALLOC_GPU_ONLY by defaultMatthew Auld1-0/+8
2022-07-01drm/i915: remove intel_memory_region availMatthew Auld2-4/+1
2022-07-01drm/i915/uapi: expose the avail trackingMatthew Auld5-9/+52
2022-07-01drm/i915/uapi: add probed_cpu_visible_sizeMatthew Auld1-0/+6
2022-07-01Merge tag 'drm-intel-gt-next-2022-06-29' of git://anongit.freedesktop.org/drm...Dave Airlie93-2014/+3672
2022-06-30drm/i915/guc: ADL-N should use the same GuC FW as ADL-SDaniele Ceraolo Spurio1-0/+9
2022-06-30drm/i915: Drain freed object after suspend displayJosé Roberto de Souza1-0/+2
2022-06-30drm/i915: use DISPLAY_VER() instead of accessing match_info directlyJani Nikula1-3/+1
2022-06-30drm/i915/bios: debug log ddi port info after parsingJani Nikula1-2/+6
2022-06-29drm/i915/guc/slpc: Add a new SLPC selftestVinay Belgaumkar1-168/+155
2022-06-29drm/i915: Fix a lockdep warning at error captureNirmoy Das4-3/+29
2022-06-28drm/i915: fix a possible refcount leak in intel_dp_add_mst_connector()Hangyu Hua1-0/+1
2022-06-28drm/i915: Fix error code in icl_compute_combo_phy_dpll()Dan Carpenter1-1/+1
2022-06-27drm/i915/guc/slpc: Use non-blocking H2G for waitboostVinay Belgaumkar1-7/+35
2022-06-27drm/i915/reset: Add additional steps for Wa_22011802037 for execlist backendUmesh Nerlige Ramappa5-79/+103
2022-06-27drm/i915/guc: Don't update engine busyness stats too frequentlyAlan Previn2-0/+21
2022-06-27Revert "drm/i915: Hold reference to intel_context over life of i915_request"Niranjana Vishwanathapura1-20/+32
2022-06-27drm/i915: Do not access rq->engine without a referenceNiranjana Vishwanathapura2-1/+4
2022-06-27drm/i915: Move the color stuff under INTEL_INFO->displayVille Syrjälä3-39/+42
2022-06-27drm/i915: Get rid of XE_LPD_CURSOR_OFFSETSVille Syrjälä1-9/+1
2022-06-27drm/i915: Use _MMIO_PIPE2() where appropriateVille Syrjälä1-1/+1
2022-06-27drm/i915: Use _MMIO_TRANS2() where appropriateVille Syrjälä1-10/+9
2022-06-27drm/i915: s/_CURSOR2/_MMIO_CURSOR2//Ville Syrjälä1-7/+7