index
:
~johnharr/scheduler
IGT
LibDRM
all
fence
scheduler
i915 GPU scheduler patches
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-06
drm/i915: Fix clean up of file client list on execbuff failure
John Harrison
3
-4
/
+8
2016-05-06
drm/i915: Add per context timelines to fence object
John Harrison
5
-17
/
+114
2016-05-06
drm/i915: Removed now redudant parameter to i915_gem_request_completed()
John Harrison
5
-13
/
+12
2016-05-06
drm/i915: Convert requests to use struct fence
John Harrison
6
-39
/
+94
2016-05-06
SetStart: Big squash of struct fence stuff
John Harrison
1
-0
/
+2
2016-04-13
Merge remote-tracking branch 'origin/topic/drm-misc' into drm-intel-nightly
Jani Nikula
1
-9
/
+9
2016-04-13
Merge remote-tracking branch 'drm-upstream/drm-next' into drm-intel-nightly
Jani Nikula
39
-3391
/
+3927
2016-04-13
Merge remote-tracking branch 'origin/drm-intel-next-queued' into drm-intel-ni...
Jani Nikula
72
-8317
/
+11166
2016-04-13
drm/i915/opregion: remove unnecessary ifdefs on CONFIG_ACPI
Jani Nikula
1
-6
/
+0
2016-04-13
drm/i915: Adjust size of PIPE_CONTROL used for gen8 render seqno write
Michał Winiarski
1
-2
/
+8
2016-04-13
drm/i915/skl: Fix spurious gpu hang with gt3/gt4 revs
Mika Kuoppala
1
-2
/
+3
2016-04-13
drm/i915/skl: Fix rc6 based gpu/system hang
Mika Kuoppala
1
-2
/
+3
2016-04-13
drm/i915: add INTEL_GEN() helper shorthand for INTEL_INFO()->gen
Jani Nikula
1
-0
/
+1
2016-04-13
drm/i915: Use new i915_gem_object_pin_map for LRC
Tvrtko Ursulin
3
-39
/
+52
2016-04-13
drm/i915: Split execlists hardware status page initialisation from setup
Tvrtko Ursulin
1
-23
/
+27
2016-04-12
drm/i915: Don't read out port_clock on CHV when DPLL is disabled
Ville Syrjälä
1
-2
/
+6
2016-04-12
drm/i915: Dump pfit PGM_RATIOS as hex
Ville Syrjälä
1
-1
/
+1
2016-04-12
drm/i915: Fix CHV DSI PLL refclk during state readout
Ville Syrjälä
1
-1
/
+1
2016-04-12
drm/i915: Power down the DSI PLL before reconfiguring it
Ville Syrjälä
2
-8
/
+6
2016-04-12
drm/i915: Change lfsr_converts[] to u16
Ville Syrjälä
1
-1
/
+1
2016-04-12
Revert "drm/i915: Limit the auto arming of mmio debugs on vlv/chv"
Ville Syrjälä
1
-9
/
+0
2016-04-12
drm/i915: Move DPINVGTT setup to vlv_display_irq_reset()
Ville Syrjälä
1
-10
/
+5
2016-04-12
drm/i915: Move vlv_init_display_clock_gating() to the display power well
Ville Syrjälä
2
-15
/
+13
2016-04-12
drm/i915: Warn if irq_mask isn't ~0 during vlv/cvh display irq postinstall
Ville Syrjälä
1
-0
/
+3
2016-04-12
drm/i915: Use GEN5_IRQ_INIT() in vlv_display_irq_postinstall()
Ville Syrjälä
1
-12
/
+8
2016-04-12
drm/i915: Clear display interrupt before enabling when turning on the power well
Ville Syrjälä
1
-8
/
+3
2016-04-12
drm/i915: Move vlv/chv display irq code to a more logical place
Ville Syrjälä
1
-51
/
+51
2016-04-12
drm/i915: Skip display irq setup if display irqs aren't flagged as enabled
Ville Syrjälä
1
-6
/
+12
2016-04-12
drm/i915: Fix up vlv/chv display irq setup
Ville Syrjälä
1
-80
/
+29
2016-04-12
drm/i915: Remove "VLV magic" from irq setup
Ville Syrjälä
1
-6
/
+0
2016-04-12
drm/i915: Replace ILK eDP underrun suppression with something better
Ville Syrjälä
1
-27
/
+9
2016-04-12
drm/i915: Make sure LP1+ watermarks levels are preserved when going from 1 to...
Ville Syrjälä
1
-1
/
+1
2016-04-12
drm/i915: Try to shut up more ILK underruns
Ville Syrjälä
2
-34
/
+23
2016-04-12
drm/i915: Only grab correct forcewake for the engine with execlists
Tvrtko Ursulin
5
-5
/
+139
2016-04-12
drm/i915: Remove forcewake request registers from the shadowed table
Tvrtko Ursulin
1
-4
/
+0
2016-04-12
drm/i915: Extract knowledge of register forcewake domains
Tvrtko Ursulin
1
-100
/
+155
2016-04-12
drm/i915: Do not serialize forcewake acquire across domains
Tvrtko Ursulin
1
-1
/
+3
2016-04-12
drm/i915: Simplify for_each_fw_domain iterators
Tvrtko Ursulin
3
-35
/
+32
2016-04-12
drm/i915: Use consistent forcewake auto-release timeout across kernel configs
Tvrtko Ursulin
2
-10
/
+17
2016-04-12
drm/core: Fix ordering in drm_mode_config_cleanup.
Maarten Lankhorst
1
-9
/
+9
2016-04-12
drm/i915: Get panel_type from OpRegion panel details
Ville Syrjälä
3
-5
/
+48
2016-04-12
drm/i915: Replace the static panel_type variable with dev_priv->vbt.panel_type
Ville Syrjälä
2
-4
/
+10
2016-04-12
drm/i915: Reject panel_type > 0xf from VBT
Ville Syrjälä
1
-1
/
+4
2016-04-12
drm/i915: Make GMBUS timeout message DRM_DEBUG_KMS
Ville Syrjälä
1
-2
/
+2
2016-04-12
drm/i915: Restore GMBUS operation after a failed bit-banging fallback
Ville Syrjälä
2
-3
/
+8
2016-04-12
drm/i915: Protect force_bit with gmbus_mutex
Ville Syrjälä
1
-0
/
+5
2016-04-11
drm/i915/userptr: Store i915 backpointer for i915_mm_struct
Chris Wilson
1
-5
/
+5
2016-04-11
drm/i915/userptr: Hold mmref whilst calling get-user-pages
Chris Wilson
1
-12
/
+17
2016-04-11
drm/i915/userptr: Flush cancellations before mmu-notifier invalidate returns
Chris Wilson
1
-1
/
+47
2016-04-11
drm/i915: Update DRIVER_DATE to 20160411
Daniel Vetter
1
-1
/
+1
[next]