- 51cbaf0 drm/i915: Unify unpin_work and mmio_work into flip_work, v2. by Maarten Lankhorst · 9 years ago
- a299141 drm/i915: Add support for detecting vblanks when hw frame counter is unavailable. by Maarten Lankhorst · 9 years ago
- 5251f04 drm/i915: Remove intel_prepare_page_flip, v3. by Maarten Lankhorst · 9 years ago
- ef58319 drm/i915: Remove intel_finish_page_flip_plane. by Maarten Lankhorst · 9 years ago
- 55d80d2 drm/i915: Remove stallcheck special handling, v3. by Maarten Lankhorst · 9 years ago
- af4a879 drm/i915: Simplify control flow in intel_atomic_check a bit. by Daniel Vetter · 9 years ago
- 9a652cc Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 9 years ago
- e3d5457 drm/i915: Ignore stale wm register values on resume on ilk-bdw (v2) by Ville Syrjälä · 9 years ago
- b8e7570 drm/i915: Eliminate the CDCLK_CTL RMW on BXT by Ville Syrjälä · 9 years ago
- 7fe6275 drm/i915: Program BXT_CDCLK_CD2X_PIPE by Ville Syrjälä · 9 years ago
- 3861fc6 drm/i915: s/required_vco/vco/ in skl cdclk code by Ville Syrjälä · 9 years ago
- 9ef5615 drm/i915: s/freq/cdclk/ by Ville Syrjälä · 9 years ago
- 4b6cd64 drm/i915: Kill off dead code from skl_dpll0_enable() by Ville Syrjälä · 9 years ago
- 430e05d drm/i915: Extract skl_dpll0_disable() by Ville Syrjälä · 9 years ago
- 760e147 drm/i915: Remove 10% cdclk guardband on BXT by Ville Syrjälä · 9 years ago
- 92891e4 drm/i915: Use skl_cdclk_decimal() on bxt by Ville Syrjälä · 9 years ago
- 4e5ca60 drm/i915: Use ilk_max_pixel_rate() for BXT cdclk calculation by Ville Syrjälä · 9 years ago
- c44deb6 drm/i915: Don't pass dev_priv to broxton_calc_cdclk() by Ville Syrjälä · 9 years ago
- 445e780 drm/i915: Untangle .fdi_link_train and cdclk vfunc setup by Ville Syrjälä · 9 years ago
- 587c791 drm/i915: Extract broadwell_calc_cdclk() by Ville Syrjälä · 9 years ago
- e1ff5f0 drm/i915: Drop checks for max_pixclk failures in cdclk computation by Ville Syrjälä · 9 years ago
- 5b48374 drm/i915: Remove wm_config from dev_priv/intel_atomic_state by Matt Roper · 9 years ago
- 734fa01 drm/i915/gen9: Calculate watermarks during atomic 'check' (v2) by Matt Roper · 9 years ago
- 55994c2 drm/i915/gen9: Propagate watermark calculation failures up the call chain by Matt Roper · 9 years ago
- a6d3460e drm/i915/gen9: Drop re-allocation of DDB at atomic commit (v2) by Matt Roper · 9 years ago
- 98d3949 drm/i915/gen9: Compute DDB allocation at atomic check time (v4) by Matt Roper · 9 years ago
- 279e99d drm/i915: Add distrust_bios_wm flag to dev_priv (v2) by Matt Roper · 9 years ago
- 8b4a7d0 drm/i915: Track whether an atomic transaction changes the active CRTC's by Matt Roper · 9 years ago
- d9a7bc6 drm/i915: Add comments about fixed pipe->transcoder/PLL mapping by Imre Deak · 9 years ago
- 1b6f495 drm/i915: Remove intel_limit_t typedef by Ander Conselvan de Oliveira · 9 years ago
- 4c5def9 drm/i915: Remove intel_range_t and intel_p2_t typedefs by Ander Conselvan de Oliveira · 9 years ago
- 9e2c847 drm/i915: Remove intel_clock_t typedef by Ander Conselvan de Oliveira · 9 years ago
- 1ee8da6 drm/i915: Convert intel_overlay.c to use native drm_i915_private pointers by Chris Wilson · 9 years ago
- 7e22dbb drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENx by Tvrtko Ursulin · 9 years ago
- dc97997 drm/i915: Use drm_i915_private as the native pointer for intel_uncore.c by Chris Wilson · 9 years ago
- f818ffe drm/i915: Add a FIXME about crtc !active vs. watermarks by Ville Syrjälä · 9 years ago
- c033666 drm/i915: Store a i915 backpointer from engine, and use it by Chris Wilson · 9 years ago
- 91d1425 drm/i915: Small display interrupt handlers tidy by Tvrtko Ursulin · 9 years ago
- 25aa1c3 drm/i915: Dump pipe config when intel_modeset_pipe_config fails. by Maarten Lankhorst · 9 years ago
- 8863dc7 drm/i915: Correctly refcount connectors in hw state readou by Daniel Vetter · 9 years ago
- 21daaee Merge tag 'topic/drm-misc-2016-05-04' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
- 7d99373 drm/i915: Simplify intel_mark_busy/idle by Tvrtko Ursulin · 9 years ago
- 81072bf drm/i915: Rename async to nonblock. by Maarten Lankhorst · 9 years ago
- a0cbe6a drm/i915/lvds: separate border enable readout from panel fitter by Jani Nikula · 9 years ago
- b5d99ff drm/i915: Fix comments about GMBUSFREQ register by Ville Syrjälä · 9 years ago
- 7f1052a drm/i915: Update CDCLK_FREQ register on BDW after changing cdclk frequency by Ville Syrjälä · 9 years ago
- 73db04c drm/i915: Move releasing of the GEM request from free to retire/cancel by Chris Wilson · 9 years ago
- fb4b8ce drm/i915/fbdev: Call intel_unpin_fb_obj() on release by Chris Wilson · 9 years ago
- fe3db79 drm/i915: Propagate error from drm_gem_object_init() by Chris Wilson · 9 years ago
- 19ab4ed drm/i915: Update RAWCLK_FREQ register on VLV/CHV by Ville Syrjälä · 9 years ago
- d37cd8a drm/i915: rename i915_gem_alloc_object() to i915_gem_object_create() by Dave Gordon · 9 years ago
- 187a1c0 drm/i915: Fix oops in vlv_force_pll_on() by Ville Syrjälä · 9 years ago
- 8a8dae2 drm/i915: Replace nondescript 'WARN_ON(!lret)' with a sensible error message by Ville Syrjälä · 9 years ago
- acf4e84 drm/i915: Avoid stalling on pending flips for legacy cursor updates by Chris Wilson · 9 years ago
- 47eacba drm/i915: Compute DSI PLL parameters during .compute_config() by Ville Syrjälä · 9 years ago
- cd2d34d drm/i915: Setup DPLL/DPLLMD for DSI too on VLV/CHV by Ville Syrjälä · 9 years ago
- adc7f04 drm/i915/bxt: Add HW state verification for DDI PHY and CDCLK by Imre Deak · 9 years ago
- c2e001e drm/i915/bxt: Sanitize the DBUF HW state together with CDCLK by Imre Deak · 9 years ago
- d7d7c9e drm/i915/bxt: Don't toggle power well 1 on-demand by Imre Deak · 9 years ago
- c6c4696 drm/i915/bxt: Pass drm_i915_private to DDI PHY, CDCLK helpers by Imre Deak · 9 years ago
- 560ce1d drm/i915: use drm_crtc_send_vblank_event() by Gustavo Padovan · 9 years ago
- aa9b781 drm/i915: Late request cancellations are harmful by Chris Wilson · 9 years ago
- f4457ae drm/i915: Prevent leaking of -EIO from i915_wait_request() by Chris Wilson · 9 years ago
- f7e5838 drm/i915: Simplify reset_counter handling during atomic modesetting by Chris Wilson · 9 years ago
- 299259a drm/i915: Store the reset counter when constructing a request by Chris Wilson · 9 years ago
- 7f1847e drm/i915: Simplify checking of GPU reset_counter in display pageflips by Chris Wilson · 9 years ago
- c19ae98 drm/i915: Hide the atomic_read(reset_counter) behind a helper by Chris Wilson · 9 years ago
- b521973 drm/i915: Don't read out port_clock on CHV when DPLL is disabled by Ville Syrjälä · 9 years ago
- 7f7d8dd drm/i915: Dump pfit PGM_RATIOS as hex by Ville Syrjälä · 9 years ago
- b2c0593 drm/i915: Try to shut up more ILK underruns by Ville Syrjälä · 9 years ago
- c0ead70 drm/i915: Rename hw state checker to hw state verifier. by Maarten Lankhorst · 9 years ago
- f6d1973 drm/i915: Move modeset state verifier calls. by Maarten Lankhorst · 9 years ago
- e7c8454 drm/i915: Make modeset state verifier take crtc as argument. by Maarten Lankhorst · 9 years ago
- 2d1fe07 drm/i915: Do not use {HAS_*, IS_*, INTEL_INFO}(dev_priv->dev) by Joonas Lahtinen · 9 years ago
- 281c114 drm/i915/bxt: Set max cdclk frequency properly by Matt Roper · 9 years ago
- c30fec6 drm/i915: Use GPLL ref clock to calculate GPU freqs on VLV/CHV by Ville Syrjälä · 9 years ago
- fca0ce2 drm/i915: Fix plane init failure paths by Ville Syrjälä · 9 years ago
- 5593946 drm/i915: Remove the "three times for luck" trick from vlv_enable_pll() by Ville Syrjälä · 9 years ago
- 7d1a83c drm/i915: assert_panel_unlocked() in chv_enable_pll() by Ville Syrjälä · 9 years ago
- 8bd3f30 drm/i915: Add a local pipe variable to vlv_enable_pll() by Ville Syrjälä · 9 years ago
- c231775 drm/i915: Implement WaPixelRepeatModeFixForC0:chv by Ville Syrjälä · 9 years ago
- 03ed5cbf drm/i915: Make {vlv,chv}_{disable,update}_pll() more similar by Ville Syrjälä · 9 years ago
- 27878ed drm/i915: Throw out BUGs from DPLL/PCH functions by Ville Syrjälä · 9 years ago
- 72e96d6 drm/i915: Refer to GGTT {,VM} consistently by Joonas Lahtinen · 9 years ago
- 20a34e7 drm/i915: Update color management during vblank evasion. by Maarten Lankhorst · 9 years ago
- b95c532 drm/i915: Pass crtc_state to color management functions. by Maarten Lankhorst · 9 years ago
- 55c561a drm/i915: Remove PIPE_CONF_CHECK_I_ALT by Daniel Vetter · 9 years ago
- db18b6a drm/i915/bxt: Fix DSI HW state readout by Imre Deak · 9 years ago
- 307e449 drm/i915: Remove vblank wait from hsw_enable_ips, v2. by Maarten Lankhorst · 9 years ago
- 70e8aa2 drm/i915: Split PNV version of crtc_compute_clock() by Ander Conselvan de Oliveira · 9 years ago
- 19ec669 drm/i915: Split g4x_crtc_compute_clock() by Ander Conselvan de Oliveira · 9 years ago
- 81c97f5 drm/i915: Split i8xx_crtc_compute_clock() by Ander Conselvan de Oliveira · 9 years ago
- 65b3d6a drm/i915: Split CHV and VLV specific crtc_compute_clock() hooks by Ander Conselvan de Oliveira · 9 years ago
- 997c030 drm/i915: Merge ironlake_compute_clocks() and ironlake_crtc_compute_clock() by Ander Conselvan de Oliveira · 9 years ago
- b75ca6f drm/i915: Move fp divisor calculation into ironlake_compute_dpll() by Ander Conselvan de Oliveira · 9 years ago
- 364ee29 drm/i915: Pass crtc_state->dpll directly to ->find_dpll() by Ander Conselvan de Oliveira · 9 years ago
- ded220e drm/i915: Simplify ironlake_crtc_compute_clock() CPU eDP case by Ander Conselvan de Oliveira · 9 years ago
- fade85a drm/i915: Remove PCH type checks from ironlake_crtc_compute_clock() by Ander Conselvan de Oliveira · 9 years ago
- 7ed9f89 drm/i915: Don't calculate a new clock in ILK+ code if it is already set by Ander Conselvan de Oliveira · 9 years ago
- bfa0444 drm/i915: Simplify ironlake reduced clock logic a bit by Ander Conselvan de Oliveira · 9 years ago