summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2022-09-21Merge tag 'drm-intel-gt-next-2022-09-16' of git://anongit.freedesktop.org/drm...Dave Airlie48-430/+975
2022-09-16drm/i915/uc: Update to latest GuC and use new-format GuC/HuC namesJohn Harrison1-3/+7
2022-09-15Merge tag 'drm-intel-next-2022-08-29' of git://anongit.freedesktop.org/drm/dr...Dave Airlie87-1681/+3170
2022-09-15drm/i915: Invert if/else ladder for stolen initLucas De Marchi1-35/+16
2022-09-15drm/i915/gt: Extract per-platform function for frequency readLucas De Marchi1-90/+81
2022-09-15drm/i915: Invert if/else ladder for frequency readLucas De Marchi1-40/+37
2022-09-15drm/i915/uc: Fix issues with overriding firmware filesJohn Harrison1-5/+15
2022-09-14drm/i915/dgfx: Release mmap on rpm suspendAnshuman Gupta8-4/+79
2022-09-14drm/i915: Refactor userfault_wakeref to re-useAnshuman Gupta7-7/+7
2022-09-14drm/i915/selftest: Clear the output buffers before GPU writesChris Wilson1-4/+28
2022-09-14drm/i915/selftest: Always cancel semaphore on errorChris Wilson1-9/+8
2022-09-14drm/i915/selftests: Check for incomplete LRI from the context imageChris Wilson1-7/+54
2022-09-14drm/i915/gt: Explicitly clear BB_OFFSET for new contextsChris Wilson3-0/+26
2022-09-14drm/i915: Skip applying copy engine fusesLucas De Marchi1-0/+4
2022-09-13drm/i915: remove unused i915_gem_lmem_obj_ops declarationGaosheng Cui1-2/+0
2022-09-12drm/i915/gt: Extract function to apply media fusesLucas De Marchi1-65/+72
2022-09-12drm/i915/gt: Use MEDIA_VER() when handling media fusesLucas De Marchi1-5/+4
2022-09-12drm/i915/mtl: Hook up interrupts for standalone mediaMatt Roper4-0/+31
2022-09-12drm/i915/mtl: Use primary GT's irq lock for media GTMatt Roper17-65/+80
2022-09-12drm/i915/xelpmp: Expose media as another GTMatt Roper7-0/+84
2022-09-12drm/i915/mtl: Add gsi_offset when emitting aux table invalidationMatt Roper3-9/+18
2022-09-12drm/i915/uncore: Add GSI offset to uncoreMatt Roper3-4/+41
2022-09-12drm/i915: Handle each GT on init/release and suspend/resumeMatt Roper1-17/+42
2022-09-12drm/i915: Initialize MMIO access for each GTMatt Roper3-11/+24
2022-09-12drm/i915: Use a DRM-managed action to release the PCI bridge deviceMatt Roper1-3/+9
2022-09-12drm/i915: Rename and expose common GT early init routineMatt Roper2-3/+4
2022-09-12drm/i915: Prepare more multi-GT initializationMatt Roper7-3/+80
2022-09-12drm/i915: Drop intel_gt_tile_cleanup()Matt Roper2-18/+8
2022-09-12drm/i915: Use managed allocations for extra uncore objectsMatt Roper1-4/+2
2022-09-12drm/i915: Only hook up uncore->debug for primary uncoreMatt Roper4-17/+20
2022-09-12drm/i915: Move locking and unclaimed check into mmio_debug_{suspend, resume}Matt Roper1-20/+21
2022-09-12drm/i915/gt: Fix perf limit reasons bit positionsAshutosh Dixit1-8/+8
2022-09-12Revert "drm/i915/dg2: extend Wa_1409120013 to DG2"Lucas De Marchi1-3/+2
2022-09-12drm/i915/guc: Cancel GuC engine busyness worker synchronouslyUmesh Nerlige Ramappa1-1/+6
2022-09-12drm/i915/gsc: allocate extended operational memory in LMEMTomas Winkler2-7/+75
2022-09-12drm/i915/gsc: add GSC XeHP SDV platform definitionAlexander Usyskin1-0/+15
2022-09-12drm/i915/gsc: add slow_firmware flag to the gsc device definitionAlexander Usyskin1-0/+2
2022-09-12drm/i915/gsc: skip irq initialization if using pollingVitaly Lubart1-3/+7
2022-09-12Merge tag 'drm-intel-gt-next-2022-09-09' of git://anongit.freedesktop.org/drm...Dave Airlie53-555/+937
2022-09-11Merge tag 'drm-misc-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie6-104/+146
2022-09-08drm/i915: Set correct domains values at _i915_vma_move_to_activeNirmoy Das1-1/+2
2022-09-08drm/i915: Rename ggtt_view as gtt_viewNiranjana Vishwanathapura19-149/+149
2022-09-07drm/i915/uc: Add patch level version number supportJohn Harrison5-19/+47
2022-09-07drm/i915/uc: Support for version reduced and multiple firmware filesJohn Harrison5-186/+319
2022-09-06drm/i915: Don't try to disable host RPS when this was never enabled.Rodrigo Vivi1-0/+3
2022-09-06Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter12-25/+26
2022-09-06drm/i915: consider HAS_FLAT_CCS() in needs_ccs_pagesMatthew Auld2-1/+4
2022-09-05drm/i915/ttm: Abort suspend on i915_ttm_backup failureNirmoy Das1-1/+6
2022-09-02drm/i915/dp_mst: Fix mst_mgr lookup during atomic checkImre Deak1-5/+3
2022-09-01drm/i915/slpc: Let's fix the PCODE min freq table setup for SLPCRodrigo Vivi3-10/+61