aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2021-09-29drm/i915: make update_wm take a dev_priv.Dave Airlie4-20/+14
2021-09-29drm/i915/pm: drop get_fifo_size vfunc.Dave Airlie2-11/+11
2021-09-29drm/i915/uncore: split the fw get function into separate vfuncDave Airlie2-34/+43
2021-09-28drm/i915/display: Fix the dsc check while selecting min_cdclkVandita Kulkarni1-6/+4
2021-09-27drm/i915: remember to call i915_sw_fence_finiMatthew Auld1-0/+1
2021-09-27drm/i915/audio: Use BIOS provided value for RKL HDA linkKai-Heng Feng1-2/+3
2021-09-27drm/i915: Remove warning from the rps workerTejas Upadhyay1-2/+0
2021-09-27drm/i915/request: fix early tracepointsMatthew Auld1-9/+2
2021-09-27drm/i915/guc, docs: Fix pdfdocs build error by removing nested gridAkira Yokosawa2-10/+10
2021-09-27Merge tag 'gvt-fixes-2021-09-18' of https://github.com/intel/gvt-linux into drm-intel-fixesJani Nikula1-2/+2
2021-09-24drm/i915: Flush buffer pools on driver removeJanusz Krzysztofik2-2/+2
2021-09-24drm/i915: Remove warning from the rps workerTejas Upadhyay1-2/+0
2021-09-24drm/i915/fbc: Allow higher compression limits on FBC1Ville Syrjälä1-13/+7
2021-09-24drm/i915/fbc: Implement Wa_16011863758 for icl+Ville Syrjälä1-2/+10
2021-09-24drm/i915/fbc: Align FBC segments to 512B on glk+Ville Syrjälä2-3/+15
2021-09-24drm/i915/fbc: Rework cfb stride/size calculationsVille Syrjälä2-61/+123
2021-09-24drm/i915/selftests: exercise shmem_writeback with THPMatthew Auld1-1/+2
2021-09-24drm/i915/request: fix early tracepointsMatthew Auld1-9/+2
2021-09-24drm/i915: Reduce the number of objects subject to memcpy recoverThomas Hellström19-31/+56
2021-09-24drm/i915: Don't back up pinned LMEM context images and rings during suspendThomas Hellström4-9/+17
2021-09-24drm/i915/gt: Register the migrate contexts with their enginesThomas Hellström9-3/+60
2021-09-24drm/i915 Implement LMEM backup and restore for suspend / resumeThomas Hellström10-13/+353
2021-09-24drm/i915/gt: Increase suspend timeoutThomas Hellström1-1/+3
2021-09-24drm/i915/gem: Implement a function to process all gem objects of a regionThomas Hellström2-0/+107
2021-09-24drm/i915/ttm: Implement a function to copy the contents of two TTM-based objectsThomas Hellström2-9/+64
2021-09-24drm/i915/gem: Fix a lockdep warning the __i915_gem_is_lmem() functionThomas Hellström1-1/+1
2021-09-23drm/i915: Fix HPLL watermark readout for g4xVille Syrjälä1-2/+5
2021-09-23drm/i915/display: Only keep PSR enabled if there is active planesJosé Roberto de Souza7-80/+98
2021-09-23drm/i915/display: Match PSR2 selective fetch sequences with specificationJosé Roberto de Souza5-19/+36
2021-09-23drm/i915/display/dmc: Set DC_STATE_DEBUG_MASK_CORES after firmware loadJosé Roberto de Souza1-13/+3
2021-09-23drm/i915/guc, docs: Fix pdfdocs build error by removing nested gridAkira Yokosawa2-10/+10
2021-09-23drm/i915/adlp: Add support for remapping CCS FBsImre Deak5-47/+89
2021-09-23drm/i915/uncore: fwtable read handlers are now used on all forcewake platformsMatt Roper1-9/+2
2021-09-23drm/i915: Follow a new->old platform check order in intel_fb_stride_alignmentImre Deak1-8/+8
2021-09-23drm/i915/adlp: Assert that VMAs in DPT start at 0Imre Deak1-0/+5
2021-09-23drm/i915/adlp: Require always a power-of-two sized CCS surface strideImre Deak1-4/+30
2021-09-23drm/i915: Use tile block based dimensions for CCS origin x, y checkImre Deak1-5/+25
2021-09-22drm/i915: Apply WaUse32BppForSRWM to elk as well as ctgVille Syrjälä1-8/+4
2021-09-22drm/i915: Fix g4x cxsr enable conditionVille Syrjälä1-3/+2
2021-09-22drm/i915: Use u8 consistently for active_planes bitmaskVille Syrjälä1-3/+3
2021-09-22drm/i915: s/crtc_state/new_crtc_state/ etc.Ville Syrjälä1-19/+19
2021-09-22drm/i915/display: Add HDR mode helper functionTejas Upadhyay1-3/+7
2021-09-22drm/i915/debugfs: Do not report currently active engine when describing objectsTvrtko Ursulin2-22/+0
2021-09-22Merge tag 'drm-misc-next-2021-09-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+0
2021-09-21drm/i915/dg2: Add DG2-specific shadow register tableMatt Roper2-1/+41
2021-09-21drm/i915/uncore: Drop gen11 mmio read handlersMatt Roper1-23/+17
2021-09-21drm/i915/uncore: Drop gen11/gen12 mmio write handlersMatt Roper1-39/+21
2021-09-21drm/i915/uncore: Replace gen8 write functions with general fwtableMatt Roper1-12/+1
2021-09-21drm/i915/uncore: Associate shadow table with uncoreMatt Roper2-14/+33
2021-09-21drm/i915/uncore: Convert gen6/gen7 read operations to fwtableMatt Roper1-13/+8