aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2021-12-03drm/i915: split out intel_pm_types.hJani Nikula3-63/+78
2021-12-03drm/i915/fb: move intel_fb_uses_dpt to intel_fb.c and un-inlineJani Nikula3-10/+12
2021-12-03drm/i915/crtc: un-inline some crtc functions and move to intel_crtc.[ch]Jani Nikula3-44/+52
2021-12-03drm/i915/selftest: Disable IRQ for timestamp calculationAnshuman Gupta1-2/+2
2021-12-02drm/i915/dg2: extend Wa_1409120013 to DG2Matt Atwood1-2/+2
2021-12-02drm/i915/dg2: Add Wa_14010547955Matt Roper2-2/+7
2021-12-02drm/i915/dg2: s/DISP_STEPPING/DISPLAY_STEPPING/Matt Roper1-1/+1
2021-12-02drm/i915/dg2: Add Wa_16013000631Ramalingam C1-0/+5
2021-12-02drm/i915/dg2: Add Wa_16011777198Matt Roper1-4/+11
2021-12-02Revert "drm/i915: Implement Wa_1508744258"José Roberto de Souza1-7/+0
2021-12-02drm/i915: Add PLANE_CUS_CTL restriction in max_widthVidya Srinivas1-4/+17
2021-12-02drm/i915/display: remove intel_wait_for_vblank()Jani Nikula4-12/+8
2021-12-02drm/i915/crtc: rename intel_get_crtc_for_plane() to intel_crtc_for_plane()Jani Nikula2-3/+3
2021-12-02drm/i915/crtc: rename intel_get_crtc_for_pipe() to intel_crtc_for_pipe()Jani Nikula12-33/+33
2021-12-02drm/i915/display: add intel_crtc_wait_for_next_vblank() and use itJani Nikula6-27/+32
2021-12-02Merge tag 'drm-intel-next-2021-11-30' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie89-3823/+5325
2021-12-01drm/i915: Add workaround numbers to GEN7_COMMON_SLICE_CHICKEN1 whitelistingJosé Roberto de Souza1-1/+5
2021-12-01Revert "drm/i915: Implement Wa_1508744258"José Roberto de Souza1-7/+0
2021-12-01drm/i915: Update error capture code to avoid using the current vma stateThomas Hellström8-95/+554
2021-12-01drm/i915/dp: Perform 30ms delay after source OUI writeLyude Paul4-0/+21
2021-12-01drm/i915/gem: Fix a NULL pointer dereference in igt_request_rewind()Zhou Qingyang1-0/+10
2021-12-01drm/i915: Use per device iommu checkTvrtko Ursulin12-31/+25
2021-12-01drm/i915/dp: Perform 30ms delay after source OUI writeLyude Paul4-0/+21
2021-11-30drm/i915: Drop stealing of bits from i915_sw_fence function pointerMatthew Brost9-33/+40
2021-11-30drm/i915/pmu: Fix synchronization of PMU callback with resetUmesh Nerlige Ramappa1-6/+11
2021-11-30drm/i915: Remove dma_resv_pruneMaarten Lankhorst5-42/+0
2021-11-29drm/i915: Add support for panels with VESA backlights with PWM enable/disableLyude Paul1-6/+21
2021-11-29drm/i915: Fix DPT suspend/resume on !HAS_DISPLAY platformsImre Deak1-0/+6
2021-11-27drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas1-2/+2
2021-11-26drm/i915/gemfs: don't mark huge_opt as staticMatthew Auld1-2/+1
2021-11-26drm/i915: Use __GFP_KSWAPD_RECLAIM in the capture codeThomas Hellström2-2/+3
2021-11-26drm/i915: Avoid allocating a page array for the gpu coredumpThomas Hellström2-26/+28
2021-11-25drm/i915: Remove dma_resv_pruneMaarten Lankhorst5-42/+0
2021-11-25Merge drm/drm-next into drm-intel-gt-nextTvrtko Ursulin8-163/+169
2021-11-25drm/i915/ttm: Update i915_gem_obj_copy_ttm() to be asynchronousThomas Hellström2-12/+30
2021-11-25drm/i915/ttm: Implement asynchronous TTM movesThomas Hellström4-32/+348
2021-11-25drm/i915/ttm: Correctly handle waiting for gpu when shrinkingThomas Hellström3-1/+8
2021-11-25drm/i915/ttm: Drop region reference countingThomas Hellström12-46/+69
2021-11-25drm/i915/ttm: Move the i915_gem_obj_copy_ttm() functionThomas Hellström5-69/+56
2021-11-25drm/i915: Add support for moving fence waitingMaarten Lankhorst4-1/+106
2021-11-24drm/i915/gt: Hold RPM wakelock during PXP suspendTejas Upadhyay3-17/+46
2021-11-24Revert "drm/i915/dg2: Tile 4 plane format support"Stanislav Lisovskiy10-29/+8
2021-11-24Revert "drm/i915/dmabuf: fix broken build"Tvrtko Ursulin1-7/+0
2021-11-23drm/i915/gt: Hold RPM wakelock during PXP suspendTejas Upadhyay3-17/+46
2021-11-23drm/i915/pmu: Increase the live_engine_busy_stats sample periodUmesh Nerlige Ramappa1-1/+1
2021-11-23drm/i915/ttm: fixup build failureMatthew Auld1-1/+1
2021-11-23drm/i915/dsi: split out icl_dsi.hJani Nikula5-6/+18
2021-11-23drm/i915/dsi: split out vlv_dsi.hJani Nikula5-5/+22
2021-11-23drm/i915/dsi: split out vlv_dsi_pll.hJani Nikula6-24/+42
2021-11-23drm/i915/dsi: split out intel_dsi_vbt.hJani Nikula5-9/+25