- 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
- 7d99373 drm/i915: Simplify intel_mark_busy/idle by Tvrtko Ursulin · 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
- 2d7feac drm/i915: Call g4x_find_best_dpll() directly from ILK+ code by Ander Conselvan de Oliveira · 9 years ago
- 8f0d5b9 drm/i915: Fold intel_ironlake_limit() into clock computation function by Ander Conselvan de Oliveira · 9 years ago
- 26ce6d5 drm/i915: Merge ironlake_get_refclk() into its only caller by Ander Conselvan de Oliveira · 9 years ago
- ceb4100 drm/i915: Remove checks for cloned config with LVDS in dpll code by Ander Conselvan de Oliveira · 9 years ago
- 90e83e5 drm/i915: Wait for vblank in i9xx_disable_crtc() for gen 2 only by Ander Conselvan de Oliveira · 9 years ago
- c6c794a drm/i915/bxt: Initialize MIPI DSI for BXT by Shashank Sharma · 9 years ago
- 177246a drm/i915: Wait until after wm optimization to drop runtime PM reference by Matt Roper · 9 years ago
- 82cf435 drm/i915: Implement color management on bdw/skl/bxt/kbl by Lionel Landwerlin · 9 years ago
- 05dc698 drm/i915: Do not read GAMMA_MODE register by Lionel Landwerlin · 9 years ago
- 8563b1e drm/i915: Extract out gamma table and CSC to their own file by Lionel Landwerlin · 9 years ago
- 4d1de97 drm/i915/bxt: add dsi transcoders by Jani Nikula · 9 years ago
- cf30429 drm/i915: abstract get config for cpu transcoder by Jani Nikula · 9 years ago
- 391bf04 drm/i915: split set pipeconf to pipeconf, pipemisc, pipe_gamma by Jani Nikula · 9 years ago
- bc58be6 drm/i915: split get/set pipe timings to timings and src size by Jani Nikula · 9 years ago
- 62106b4 drm/i915: Rename dev_priv->gtt to dev_priv->ggtt by Joonas Lahtinen · 9 years ago
- 8821294 drm/i915: Move load time init of display/audio hooks earlier by Imre Deak · 9 years ago
- 15e7ec2 drm/i915: Move pll power state to crtc power domains. by Maarten Lankhorst · 9 years ago
- a1475e7 drm/i915: Perform dpll commit first, v2. by Maarten Lankhorst · 9 years ago
- 2dd66ebd drm/i915: Use a crtc mask instead of a refcount for dpll functions, v2. by Maarten Lankhorst · 9 years ago
- da20563 drm/i915: make transcoder_name return a string by Jani Nikula · 9 years ago
- 666796d drm/i915: More intel_engine_cs renaming by Tvrtko Ursulin · 9 years ago
- 4a570db drm/i915: Rename intel_engine_cs struct members by Tvrtko Ursulin · 9 years ago
- 0bc40be drm/i915: Rename intel_engine_cs function parameters by Tvrtko Ursulin · 9 years ago
- e2f8039 drm/i915: Rename local struct intel_engine_cs variables by Tvrtko Ursulin · 9 years ago
- 08250c4 drm/i915/bxt: Fix off-by-one error in Broxton PLL IDs by Imre Deak · 9 years ago
- 31ae71f drm/i915: Nuke fbc members from intel_crtc->atomic, v4. by Maarten Lankhorst · 9 years ago
- cd202f6 drm/i915: Remove some post-commit members from intel_crtc->atomic, v3. by Maarten Lankhorst · 9 years ago
- 842e030 drm/i915: Update state before setting watermarks, v2. by Maarten Lankhorst · 9 years ago
- 29ceb0e drm/i915: s/crtc_state/old_crtc_state/ in intel_atomic_commit() by Ville Syrjälä · 9 years ago
- 2622a08 drm/i915: Wait for vblank after cxsr disable in pre_plane_update by Ville Syrjälä · 9 years ago
- caed361 drm/i915: Fix watermarks for VLV/CHV by Ville Syrjälä · 9 years ago
- a3c988e drm/i915: Make SKL/KBL DPLL0 managed by the shared dpll code by Ander Conselvan de Oliveira · 9 years ago
- 9d16da6 drm/i915: Manage HSW/BDW LCPLLs with the shared dpll interface by Ander Conselvan de Oliveira · 9 years ago
- daedf20 drm/i915: Move HSW/BDW pll selection logic to intel_dpll_mgr.c by Ander Conselvan de Oliveira · 9 years ago
- 2edd644 drm/i915: Use a table to initilize shared dplls by Ander Conselvan de Oliveira · 9 years ago
- 8106ddb drm/i915: Store a direct pointer to shared dpll in intel_crtc_state by Ander Conselvan de Oliveira · 9 years ago
- 7abd4b3 drm/i915: Move shared dpll code to a new file by Ander Conselvan de Oliveira · 9 years ago
- 35d38d1 drm/i915: Read out hrawclk from CCK on vlv/chv by Ville Syrjälä · 9 years ago
- e7dc33f drm/i915: Store rawclk_freq in dev_priv by Ville Syrjälä · 9 years ago
- 5ba0017 drm/i915: Do not wait atomically for display clocks by Tvrtko Ursulin · 9 years ago