- f2a85e1 drm,i915: Introduce drm_malloc_gfp() by Chris Wilson · 9 years ago
- eae2c43 drm/i915/shrinker: Restrict vmap purge to objects with vmaps by Chris Wilson · 9 years ago
- 0a798eb drm/i915: Refactor duplicate object vmap functions by Chris Wilson · 9 years ago
- d2cad53 drm/i915: Consolidate common error handling in intel_pin_and_map_ringbuffer_obj by Chris Wilson · 9 years ago
- 6d19245 drm/i915/dmabuf: Tighten struct_mutex for unmap_dma_buf by Chris Wilson · 9 years ago
- b1e429f drm/i915: implement WaClearTdlStateAckDirtyBits by Tim Gore · 9 years ago
- 25a5670 drm/i915/bxt: Reversed polarity of PORT_PLL_REF_SEL bit by Dongwon Kim · 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
- 5dd8e50 drm/i915: Replace manual barrier() with READ_ONCE() in HWS accessor by Chris Wilson · 9 years ago
- 0d317ce drm/i915: Use simplest form for flushing the single cacheline in the HWS by Chris Wilson · 9 years ago
- 12471ba drm/i915: Harden detection of missed interrupts by Chris Wilson · 9 years ago
- c04e0f3 drm/i915: Separate out the seqno-barrier from engine->get_seqno by Chris Wilson · 9 years ago
- 9b9ed30 drm/i915: Remove forcewake dance from seqno/irq barrier on legacy gen6+ by Chris Wilson · 9 years ago
- 782f6bc drm/i915: Fixup the free space logic in ring_prepare by Akash Goel · 9 years ago
- cffa781 drm/i915: Simplify check for idleness in hangcheck by Chris Wilson · 9 years ago
- 7c90b7d drm/i915: Apply a mb between emitting the request and hangcheck by Chris Wilson · 9 years ago
- 0134712 drm/i915: Reset engine->last_submitted_seqno by Chris Wilson · 9 years ago
- a058d93 drm/i915: Reset semaphore page for gen8 by Chris Wilson · 9 years ago
- 8c12672 drm/i915: Refactor gen8 semaphore offset calculation by Chris Wilson · 9 years ago
- 29dcb57 drm/i915: Move the hw semaphore initialisation from GEM to the engine by Chris Wilson · 9 years ago
- d04bce4 drm/i915: Remove unneeded drm_device pointer from intel_ring_init_seqno() by Chris Wilson · 9 years ago
- 2ed53a9 drm/i915: On GPU reset, set the HWS breadcrumb to the last seqno by Chris Wilson · 9 years ago
- 14fd0d6 drm/i915: Include engine->last_submitted_seqno in GPU error state by Chris Wilson · 9 years ago
- 6f0e753 drm/i915/BXT: Get pipe conf from the port registers by Ramalingam C · 9 years ago
- 43367ec drm/i915: Sharing the pixel_format_from_vbt to whole i915 by Ramalingam C · 9 years ago
- b13d8e2 drm/i915/dsi: use a temp variable for referencing the gpio table by Jani Nikula · 9 years ago
- 515d07d drm/i915/dsi: abstract VLV gpio element execution to a separate function by Jani Nikula · 9 years ago
- b0c91cd drm/i915/dsi: clean up vlv gpio table and definitions by Jani Nikula · 9 years ago
- 2d1fe07 drm/i915: Do not use {HAS_*, IS_*, INTEL_INFO}(dev_priv->dev) by Joonas Lahtinen · 9 years ago
- 9458f4b drm/i915: Do not WARN_ON in i915_vm_to_ppgtt by Joonas Lahtinen · 9 years ago
- e5716f5 drm/i915: Use i915_vm_to_ppgtt instead of manual container_of by Joonas Lahtinen · 9 years ago
- 281c114 drm/i915/bxt: Set max cdclk frequency properly by Matt Roper · 9 years ago
- a280f7d drm/i915/skl+: Use plane size for relative data rate calculation by Kumar, Mahesh · 9 years ago
- d252bf6 drm/i915: Set invert bit for hpd based on VBT by Shubhangi Shrivastava · 9 years ago
- 4e27bd5 drm/i915: Update VBT fields for child devices by Shubhangi Shrivastava · 9 years ago
- 5fd9f52 drm/i915: Set GPU freq to idle_freq initially by Ville Syrjälä · 9 years ago
- c30fec6 drm/i915: Use GPLL ref clock to calculate GPU freqs on VLV/CHV by Ville Syrjälä · 9 years ago
- d761701 drm/i915/guc: always reset GuC before loading firmware by Dave Gordon · 9 years ago
- 6b332fa drm/i915/guc: reset GuC and retry on firmware load failure by Arun Siluvery · 9 years ago
- 168cf36 drm/i915/shrinker: Refactor common uninterruptible locking by Chris Wilson · 9 years ago
- e87666b drm/i915/shrinker: Hook up vmap allocation failure notifier by Chris Wilson · 9 years ago
- 4da56b9 mm/vmap: Add a notifier for when we run out of vmap address space by Chris Wilson · 9 years ago
- 6f0ac20 drm/i915/shrinker: Account for unshrinkable unbound pages by Chris Wilson · 9 years ago
- 7071af9 drm/i915/chv: add more IOSF port definitions by Jani Nikula · 9 years ago
- 1d96a4a drm/i915/dsi: add support for DSI sequence block v2 gpio element by Jani Nikula · 9 years ago
- 27af5ee drm/i915: Move execlists irq handler to a bottom half by Tvrtko Ursulin · 9 years ago
- 183aec1 drm/i915/ddi: Silence compiler warning for unknown output type by Chris Wilson · 9 years ago
- a156e64 drm/i915: Show PCI power state under debugfs/i915_runtime_pm_status by Chris Wilson · 9 years ago
- 188c1ab drm/i915: Add struct_mutex locking for debugs/i915_gem_framebuffer by Chris Wilson · 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
- 03ed5cb 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
- 5b421c5 drm/i915: Disable FDI RX before DDI_BUF_CTL by Ville Syrjälä · 9 years ago
- 934458c Revert "drm/i915: Fix races on fbdev" by Joonas Lahtinen · 9 years ago
- e37788f drm/i915/dsi: refer to gpio index instead of gpio to avoid confusion by Jani Nikula · 9 years ago
- 11b538c drm/i915: use for_each_port_masked in bxt phy init for clarity by Jani Nikula · 9 years ago
- b61e799 drm/i915: BXT DDI PHY sequence BUN by Vandana Kannan · 9 years ago
- 39ff747 drm/i915: force full detect on sink count change by Shubhangi Shrivastava · 9 years ago
- 30d9aa4 drm/i915: Read sink_count dpcd always by Shubhangi Shrivastava · 9 years ago
- 5c9114d drm/i915: Reorganizing intel_dp_check_link_status by Shubhangi Shrivastava · 9 years ago
- 7d23e3c drm/i915: Cleaning up intel_dp_hpd_pulse by Shubhangi Shrivastava · 9 years ago
- f21a219 drm/i915: Splitting intel_dp_detect by Shubhangi Shrivastava · 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
- e872ef6 drm/i915: Do not check crtc_state->active in intel_color_load_luts. by Maarten Lankhorst · 9 years ago
- b95c532 drm/i915: Pass crtc_state to color management functions. by Maarten Lankhorst · 9 years ago
- fbf6d87 drm/i915: Add locking to pll updates, v3. by Maarten Lankhorst · 9 years ago
- 55c561a drm/i915: Remove PIPE_CONF_CHECK_I_ALT by Daniel Vetter · 9 years ago
- 9c74170 drm/i915/kbl: Remove preliminary_hw_support protection from KBL. by Rodrigo Vivi · 9 years ago
- 579de73 drm/i915: Exit cherryview_irq_handler() after one pass by Chris Wilson · 9 years ago
- b208ba8 drm/i915: Rename __force_wake_get to __force_wake_auto by Chris Wilson · 9 years ago
- d85489d drm/i915: Rename GGTT init functions by Joonas Lahtinen · 9 years ago
- ade7daa drm/i915: BUG_ON when ggtt_view is NULL by Matthew Auld · 9 years ago
- 9f54d4bd drm/i915: fix deadlock on lid open by Bjørn Mork · 9 years ago
- 68d4aee drm/i915: Update DRIVER_DATE to 20160330 by Daniel Vetter · 9 years ago
- a16b765 drm/i915: Call intel_dp_mst_resume() before resuming displays by Lyude · 9 years ago
- a7442b9 drm/i915: Fix races on fbdev by Lukas Wunner · 9 years ago
- 5833498 drm/i915: remove unused dev_priv->render_reclock_avail by Jani Nikula · 9 years ago
- 9d6c875 drm/i915: move sdvo mappings to vbt data by Jani Nikula · 9 years ago
- 06411f0 drm/i915: move edp low vswing config to vbt data by Jani Nikula · 9 years ago
- 6aa23e6 drm/i915: use a substruct in vbt data for edp by Jani Nikula · 9 years ago
- b4ac5af drm/i915: replace for_each_engine() by Dave Gordon · 9 years ago
- c3232b1 drm/i915: introduce for_each_engine_id() by Dave Gordon · 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
- 321d178 drm/i915: Tidy aliasing_gtt_bind_vma() by Chris Wilson · 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