aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2021-03-24drm/i915: setup the LMEM regionMatthew Auld3-1/+41
2021-03-24drm/i915: make local-memory probing a GT operationMatthew Auld6-7/+49
2021-03-24drm/i915/gt: use new tasklet API for execution listEmil Renner Berthing4-23/+23
2021-03-24drm/i915/buddy: document the unused header bitsMatthew Auld3-2/+56
2021-03-24drm/i915/gt: Move the defer_request waiter active assertionChris Wilson1-1/+1
2021-03-24drm/i915/selftests: Check for engine-reset errors in the middle of workaroundsChris Wilson1-3/+13
2021-03-24drm/i915/gem: consolidate 2big error checking for object sizesMatthew Auld4-34/+29
2021-03-24drm/i915/gem: don't trust the dma_buf->sizeMatthew Auld1-0/+10
2021-03-24drm/i915/gt: Replace 'return' with a fall-throughChris Wilson1-3/+3
2021-03-24drm/i915/gt: Add a space before '('Chris Wilson1-1/+1
2021-03-24drm/i915/gt: Replace unnecessary ',' with '; 'Chris Wilson2-3/+3
2021-03-24drm/i915/gt: Insert spaces into GEN3_L3LOG_SIZE/4Chris Wilson1-3/+5
2021-03-24drm/i915/gt: Wrap macro arg in ()Chris Wilson1-1/+1
2021-03-24drm/i915/gt: Remove a bonus newlineChris Wilson2-2/+0
2021-03-24drm/i915/gt: Fixup misaligned function parametersChris Wilson2-4/+3
2021-03-24drm/i915/gt: Remove repeated words from commentsChris Wilson5-5/+5
2021-03-24drm/i915/gt: Add some missing blank lines after declarationChris Wilson5-0/+7
2021-03-24drm/i915/gt: SPDX cleanupChris Wilson75-459/+78
2021-03-24drm/i915: Decrease number of subplatform bitsTvrtko Ursulin3-3/+4
2021-03-24drm/i915/gt: Call stop_ring() from ring resume, againChris Wilson1-52/+56
2021-03-24drm/i915: Remove I915_USER_PRIORITY_SHIFTChris Wilson7-48/+24
2021-03-24drm/i915: Strip out internal prioritiesChris Wilson8-87/+20
2021-03-18Merge tag 'drm-intel-next-2021-03-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie104-7122/+8820
2021-03-16Merge tag 'gvt-next-2021-03-16' of https://github.com/intel/gvt-linux into dr...Jani Nikula9-115/+355
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie3-31/+19
2021-03-15drm/i915/dp_link_training: Convert DRM_DEBUG_KMS to drm_dbg_kmsSean Paul1-7/+8
2021-03-15drm/i915/dp_link_training: Add newlines to debug messagesSean Paul1-2/+2
2021-03-15i915/perf: Start hrtimer only if sampling the OA bufferUmesh Nerlige Ramappa1-8/+5
2021-03-12drm/i915: s/plane_res_b/blocks/ etc.Ville Syrjälä3-116/+112
2021-03-12drm/i915: Extract skl_check_wm_level() and skl_check_nv12_wm_level()Ville Syrjälä1-23/+35
2021-03-12drm/i915: Calculate min_ddb_alloc for trans_wmVille Syrjälä1-3/+5
2021-03-12drm/i915: Check SAGV wm min_ddb_alloc rather than plane_res_bVille Syrjälä1-1/+1
2021-03-12drm/i915: Tighten SAGV constraint for pre-tglVille Syrjälä1-4/+16
2021-03-12drm/i915: Workaround async flip + VT-d corruption on HSW/BDWVille Syrjälä2-2/+37
2021-03-12drm/i915: Wedge the GPU if command parser setup failsTvrtko Ursulin3-8/+20
2021-03-11drm/i915: Tolerate bogus DPLL selectionVille Syrjälä1-4/+13
2021-03-11Merge drm/drm-next into drm-intel-nextJani Nikula89-1114/+1358
2021-03-08drm/i915: Extend icl_sanitize_encoder_pll_mapping() to all DDI platformsVille Syrjälä3-4/+4
2021-03-08drm/i915: Add encoder->is_clock_enabled()Ville Syrjälä5-2/+146
2021-03-08drm/i915: Move DDI clock readout to encoder->get_config()Ville Syrjälä5-250/+306
2021-03-08drm/i915: Use pipes instead crtc indices in PLL state trackingVille Syrjälä4-49/+51
2021-03-08drm/i915: Do intel_dpll_readout_hw_state() after encoder readoutVille Syrjälä3-5/+10
2021-03-08drm/i915: Call primary encoder's .get_config() from MST .get_config()Ville Syrjälä1-1/+1
2021-03-05drm/i915: Fix DSI TE max_vblank_count handlingVille Syrjälä1-3/+2
2021-03-05drm/i915: Return zero as the scanline counter for disabled pipesVille Syrjälä1-1/+1
2021-03-05drm/i915: Don't try to query the frame counter for disabled pipesVille Syrjälä1-0/+3
2021-03-05drm/i915: Move pipe enable/disable tracepoints to intel_crtc_vblank_{on,off}()Ville Syrjälä3-10/+15
2021-03-04drm/i915/edp: enable eDP MSO during link trainingJani Nikula3-4/+89
2021-03-04drm/i915/edp: modify fixed and downclock modes for MSOJani Nikula1-0/+29
2021-03-04drm/i915/mso: add splitter state checkJani Nikula1-0/+4