Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
c04e0f3b4ea01b3b1d81ccfce0a73bb0b297ba46
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
8c12672e
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
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
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
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
2dc10cd
drm/i915: Fix use after free when printing load failure
by Mika Kuoppala
· 9 years ago
c6c794a
drm/i915/bxt: Initialize MIPI DSI for BXT
by Shashank Sharma
· 9 years ago
ad45d83
drm/i915: Make __i915_printk debug output behave the same as DRM_DEBUG_DRIVER
by Imre Deak
· 9 years ago
177246a
drm/i915: Wait until after wm optimization to drop runtime PM reference
by Matt Roper
· 9 years ago
14b730f
drm/i915/tdr: Prepare error handler to accept mask of hung engines
by arun.siluvery@linux.intel.com
· 9 years ago
Next »