summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-19drm/i915: Remove intel_finish_page_flip_plane.Maarten Lankhorst
2016-05-19drm/i915: Remove stallcheck special handling, v3.Maarten Lankhorst
2016-05-19drm/core: Add drm_accurate_vblank_count, v5.Maarten Lankhorst
2016-05-18drm/i915/bxt: reserve space for RC6 in the the GuC WOPCMPeter Antoine
2016-05-17drm/i915: Simplify control flow in intel_atomic_check a bit.Daniel Vetter
2016-05-17drm/i915/dsi: CABC support for Panel PWM backlight controlDeepak M
2016-05-17drm/i915/dsi: Add DCS control for Panel PWMJani Nikula
2016-05-17Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter
2016-05-17Merge tag 'topic/drm-misc-2016-05-13' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-05-17Merge branch 'topic-arcpgu-updates' of https://github.com/foss-for-synopsys-d...Dave Airlie
2016-05-16drm/i915: don't mix bitwise and logical operations for has_snoopJani Nikula
2016-05-14drm/i915: Skip clearing the GGTT on full-ppgtt systemsChris Wilson
2016-05-14drm/i915: Lazily migrate the objects after hibernationChris Wilson
2016-05-14drm/i915: Update domain tracking for GEM objects on hibernationChris Wilson
2016-05-14drm/i915: Add distinct stubs for PM hibernation phasesChris Wilson
2016-05-13drm/i915: Ignore stale wm register values on resume on ilk-bdw (v2)Ville Syrjälä
2016-05-13drm/i915: Don't leave old junk in ilk active watermarks on readoutVille Syrjälä
2016-05-13drm/i915: Eliminate the CDCLK_CTL RMW on BXTVille Syrjälä
2016-05-13drm/i915: Program BXT_CDCLK_CD2X_PIPEVille Syrjälä
2016-05-13drm/i915: s/required_vco/vco/ in skl cdclk codeVille Syrjälä
2016-05-13drm/i915: s/freq/cdclk/Ville Syrjälä
2016-05-13drm/i915: Kill off dead code from skl_dpll0_enable()Ville Syrjälä
2016-05-13drm/i915: Extract skl_dpll0_disable()Ville Syrjälä
2016-05-13drm/i915: Remove 10% cdclk guardband on BXTVille Syrjälä
2016-05-13drm/i915: Use skl_cdclk_decimal() on bxtVille Syrjälä
2016-05-13drm/i915: Use ilk_max_pixel_rate() for BXT cdclk calculationVille Syrjälä
2016-05-13drm/i915: Don't pass dev_priv to broxton_calc_cdclk()Ville Syrjälä
2016-05-13drm/i915: Untangle .fdi_link_train and cdclk vfunc setupVille Syrjälä
2016-05-13drm/i915: Extract broadwell_calc_cdclk()Ville Syrjälä
2016-05-13drm/i915: Drop checks for max_pixclk failures in cdclk computationVille Syrjälä
2016-05-13drm/i915: Remove wm_config from dev_priv/intel_atomic_stateMatt Roper
2016-05-13drm/i915/gen9: Reject display updates that exceed wm limitations (v2)Matt Roper
2016-05-13drm/i915/gen9: Calculate watermarks during atomic 'check' (v2)Matt Roper
2016-05-13drm/i915/gen9: Propagate watermark calculation failures up the call chainMatt Roper
2016-05-13drm/i915/gen9: Use a bitmask to track dirty pipe watermarksMatt Roper
2016-05-13drm/i915/gen9: Allow watermark calculation on in-flight atomic state (v3)Matt Roper
2016-05-13drm/i915/gen9: Calculate plane WM's from stateMatt Roper
2016-05-13drm/i915/gen9: Drop re-allocation of DDB at atomic commit (v2)Matt Roper
2016-05-13drm/i915/gen9: Compute DDB allocation at atomic check time (v4)Matt Roper
2016-05-13drm/i915: Add distrust_bios_wm flag to dev_priv (v2)Matt Roper
2016-05-13drm/i915/gen9: Allow skl_allocate_pipe_ddb() to operate on in-flight state (v3)Matt Roper
2016-05-13drm/i915: Track whether an atomic transaction changes the active CRTC'sMatt Roper
2016-05-13drm/i915/gen9: Store plane minimum blocks in CRTC wm state (v2)Matt Roper
2016-05-13drm/i915/gen9: Allow calculation of data rate for in-flight state (v2)Matt Roper
2016-05-13drm/i915/gen9: Cache plane data rates in CRTC stateMatt Roper
2016-05-13drm/i915: Rename s/skl_compute_pipe_wm/skl_build_pipe_wm/Matt Roper
2016-05-13drm/i915: Reorganize WM structs/unions in CRTC stateMatt Roper
2016-05-13drm/i915: Remove redundant const from function return typeImre Deak
2016-05-13drm/i915: Handle error return from dma_set_coherent_mask()Imre Deak
2016-05-13drm/i915: Add comments about fixed pipe->transcoder/PLL mappingImre Deak