Age | Commit message (Expand) | Author |
2019-03-20 | drm/i915: Extract skl_compute_wm_params() | Ville Syrjälä |
2019-03-20 | drm/i915: Don't pass plane state to skl_compute_plane_wm() | Ville Syrjälä |
2019-03-20 | drm/i915: Accept alloc_size == blocks | Ville Syrjälä |
2019-03-20 | drm/i915: Use HPLLVCO_MOBILE for all PNVs | Ville Syrjälä |
2019-03-20 | drm/i915: Introduce i915_has_asle() | Ville Syrjälä |
2019-03-20 | drm/i915: Introduce i9xx_has_pps() | Ville Syrjälä |
2019-03-20 | drm/i915: Introduce i9xx_has_pfit() | Ville Syrjälä |
2019-03-20 | drm/i915: Reorder gen3/4 swizzle detection logic | Ville Syrjälä |
2019-03-20 | drm/i915/selftests: add test to verify get/put fw domains | Daniele Ceraolo Spurio |
2019-03-20 | drm/i915/selftests: Provide stub reset functions | Chris Wilson |
2019-03-20 | drm/i915: Update DRIVER_DATE to 20190320 | Joonas Lahtinen |
2019-03-19 | drm/i915/cml: Introduce Comet Lake PCH | Anusha Srivatsa |
2019-03-19 | drm/i915/cml: Add CML PCI IDS | Anusha Srivatsa |
2019-03-19 | drm/i915: Fix PSR2 selective update corruption after PSR1 setup | José Roberto de Souza |
2019-03-19 | drm/i915: Pass dev_priv to intel_is_dual_link_lvds() | Ville Syrjälä |
2019-03-19 | drm/i915: Polish intel_get_lvds_encoder() | Ville Syrjälä |
2019-03-19 | drm/i915: Add some missing curly braces | Ville Syrjälä |
2019-03-19 | drm/i915: Remove the fragile array index -> link rate mapping | Ville Syrjälä |
2019-03-19 | drm/i915: Nuke icl_calc_dp_combo_pll_link() | Ville Syrjälä |
2019-03-19 | drm/i915: Fix readout for cnl DPLL kdiv==3 | Ville Syrjälä |
2019-03-19 | drm/i915: Remove redundant on stack dpll_hw_state from icl_get_dpll() | Ville Syrjälä |
2019-03-19 | drm/i915: Pass crtc_state down to icl dpll funcs | Ville Syrjälä |
2019-03-19 | drm/i915: Remove redundant on stack dpll_hw_state from cnl_get_dpll() | Ville Syrjälä |
2019-03-19 | drm/i915: Pass crtc_state down to cnl dpll funcs | Ville Syrjälä |
2019-03-19 | drm/i915: Remove redundant on stack dpll_hw_state from bxt_get_dpll() | Ville Syrjälä |
2019-03-19 | drm/i915: Pass crtc_state down to bxt dpll funcs | Ville Syrjälä |
2019-03-19 | drm/i915: Remove redundant on stack dpll_hw_state from skl_get_dpll() | Ville Syrjälä |
2019-03-19 | drm/i915: Pass crtc_state down to skl dpll funcs | Ville Syrjälä |
2019-03-19 | drm/i915: Don't pass crtc to intel_get_shared_dpll() and .get_dpll() | Ville Syrjälä |
2019-03-19 | drm/i915: Don't pass crtc to intel_find_shared_dpll() | Ville Syrjälä |
2019-03-19 | drm/i915: Hold a reference to the active HW context | Chris Wilson |
2019-03-19 | drm/i915: Lock the gem_context->active_list while dropping the link | Chris Wilson |
2019-03-19 | drm/i915/psr: remove drmP.h include that crept in | Jani Nikula |
2019-03-19 | drm/i915: stick to kernel fixed size types | Jani Nikula |
2019-03-18 | drm/i915: Hold a ref to the ring while retiring | Chris Wilson |
2019-03-18 | drm/i915: Switch to use HWS indices rather than addresses | Chris Wilson |
2019-03-18 | drm/i915: Turn off the CUS when turning off a HDR plane | Ville Syrjälä |
2019-03-18 | drm/i915: Fix legacy gamma mode for ICL | Ville Syrjälä |
2019-03-18 | Merge tag 'topic/hdr-formats-2019-03-13' of git://anongit.freedesktop.org/drm... | Joonas Lahtinen |
2019-03-18 | drm/i915: use REG_FIELD_PREP() to define register bitfield values | Jani Nikula |
2019-03-18 | drm/i915: deprecate _SHIFT in favor of _MASK passed to accessors | Jani Nikula |
2019-03-18 | drm/i915: introduce REG_BIT() and REG_GENMASK() to define register contents | Jani Nikula |
2019-03-18 | drm/i915: Stop needlessly acquiring wakeref for debugfs/drop_caches_set | Chris Wilson |
2019-03-18 | drm/i915: Sanity check mmap length against object size | Chris Wilson |
2019-03-16 | drm/i915: do not pass dev_priv to low-level forcewake functions | Daniele Ceraolo Spurio |
2019-03-15 | drm/i915: Fix off-by-one in reporting hanging process | Chris Wilson |
2019-03-15 | drm/i915: Split ilk vs. icl csc matrix handling | Ville Syrjälä |
2019-03-15 | drm/i915: Clean the csc limited range/identity programming | Ville Syrjälä |
2019-03-15 | drm/i915: Extract ilk_csc_convert_ctm() | Ville Syrjälä |
2019-03-15 | drm/i915: Clean up ilk/icl pipe/output CSC programming | Ville Syrjälä |