summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)Author
2021-03-24drm/i915: Decrease number of subplatform bitsTvrtko Ursulin
2021-03-24drm/i915/gt: Call stop_ring() from ring resume, againChris Wilson
2021-03-24drm/i915: Remove I915_USER_PRIORITY_SHIFTChris Wilson
2021-03-24drm/i915: Strip out internal prioritiesChris Wilson
2021-03-18Merge tag 'drm-intel-next-2021-03-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2021-03-16Merge tag 'gvt-next-2021-03-16' of https://github.com/intel/gvt-linux into dr...Jani Nikula
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-03-15drm/i915/dp_link_training: Convert DRM_DEBUG_KMS to drm_dbg_kmsSean Paul
2021-03-15drm/i915/dp_link_training: Add newlines to debug messagesSean Paul
2021-03-15i915/perf: Start hrtimer only if sampling the OA bufferUmesh Nerlige Ramappa
2021-03-12drm/i915: s/plane_res_b/blocks/ etc.Ville Syrjälä
2021-03-12drm/i915: Extract skl_check_wm_level() and skl_check_nv12_wm_level()Ville Syrjälä
2021-03-12drm/i915: Calculate min_ddb_alloc for trans_wmVille Syrjälä
2021-03-12drm/i915: Check SAGV wm min_ddb_alloc rather than plane_res_bVille Syrjälä
2021-03-12drm/i915: Tighten SAGV constraint for pre-tglVille Syrjälä
2021-03-12drm/i915: Workaround async flip + VT-d corruption on HSW/BDWVille Syrjälä
2021-03-12drm/i915: Wedge the GPU if command parser setup failsTvrtko Ursulin
2021-03-11drm/i915: Tolerate bogus DPLL selectionVille Syrjälä
2021-03-11Merge drm/drm-next into drm-intel-nextJani Nikula
2021-03-08drm/i915: Extend icl_sanitize_encoder_pll_mapping() to all DDI platformsVille Syrjälä
2021-03-08drm/i915: Add encoder->is_clock_enabled()Ville Syrjälä
2021-03-08drm/i915: Move DDI clock readout to encoder->get_config()Ville Syrjälä
2021-03-08drm/i915: Use pipes instead crtc indices in PLL state trackingVille Syrjälä
2021-03-08drm/i915: Do intel_dpll_readout_hw_state() after encoder readoutVille Syrjälä
2021-03-08drm/i915: Call primary encoder's .get_config() from MST .get_config()Ville Syrjälä
2021-03-05drm/i915: Fix DSI TE max_vblank_count handlingVille Syrjälä
2021-03-05drm/i915: Return zero as the scanline counter for disabled pipesVille Syrjälä
2021-03-05drm/i915: Don't try to query the frame counter for disabled pipesVille Syrjälä
2021-03-05drm/i915: Move pipe enable/disable tracepoints to intel_crtc_vblank_{on,off}()Ville Syrjälä
2021-03-04drm/i915/edp: enable eDP MSO during link trainingJani Nikula
2021-03-04drm/i915/edp: modify fixed and downclock modes for MSOJani Nikula
2021-03-04drm/i915/mso: add splitter state checkJani Nikula
2021-03-04drm/i915/mso: add splitter state readout for platforms that support itJani Nikula
2021-03-03drm/i915: Clean up verify_wm_state()Ville Syrjälä
2021-03-03drm/i915: Check tgl+ SAGV watermarks properlyVille Syrjälä
2021-03-03drm/i915: Introduce SAGV transtion watermarkVille Syrjälä
2021-03-03drm/i915: Stuff SAGV watermark into a sub-structureVille Syrjälä
2021-03-03drm/i915: Print wm changes if sagv_wm0 changesVille Syrjälä
2021-03-03drm/i915: Zero out SAGV wm when we don't have enough DDB for itVille Syrjälä
2021-03-03drm/i915: Fix TGL+ plane SAGV watermark programmingVille Syrjälä
2021-03-03drm/i915: Readout conn_state->max_bpcVille Syrjälä
2021-03-02drm/i915/icp+: Use icp_hpd_irq_setup() instead of spt_hpd_irq_setup()Lyude Paul
2021-03-02drm/i915/gen9bc: Handle TGP PCH during suspend/resumeTejas Upadhyay
2021-03-01drm/i915/gvt: Fixed couple of spellings in the file gtt.cBhaskar Chowdhury
2021-03-01drm/i915/gvt: Refactor GVT vblank emulator for vGPU virtual displayColin Xu
2021-03-01drm/i915/gvt: Get accurate vGPU virtual display refresh rate from vregColin Xu
2021-02-25Merge tag 'drm-next-2021-02-26' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-02-24drm/i915/tgl+: Sanitize the DDI LANES/IO and AUX power domain namesImre Deak
2021-02-23drm/i915/display: Do not allow DC3CO if PSR SF is enabledGwan-gyeong Mun