index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_drv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-08
drm/i915: Remove overzealous fence warn on runtime suspend
Chris Wilson
1
-0
/
+1
2017-02-08
drm/i915: don't warn about Skylake CPU - KabyPoint PCH combo
Jani Nikula
1
-1
/
+2
2017-01-25
drm/i915: Don't init hpd polling for vlv and chv from runtime_suspend()
Ander Conselvan de Oliveira
1
-1
/
+1
2016-11-17
drm/i915: dev_priv cleanup in intel_display.c
Tvrtko Ursulin
1
-1
/
+1
2016-11-17
drm/i915: dev_priv cleanup in i915_gem_gtt.c
Tvrtko Ursulin
1
-1
/
+1
2016-11-17
drm/i915: dev_priv and a small cascade of cleanups in i915_gem.c
Tvrtko Ursulin
1
-1
/
+1
2016-11-17
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
1
-2
/
+0
2016-11-14
drm/i915/scheduler: Signal the arrival of a new request
Chris Wilson
1
-0
/
+4
2016-11-14
drm/i915: Update i915_driver_load kerneldoc
Joonas Lahtinen
1
-2
/
+2
2016-11-11
drm/i915: Convert i915_drv.c to INTEL_GEN
Tvrtko Ursulin
1
-7
/
+7
2016-11-11
drm/i915: Pass dev_priv to INTEL_INFO everywhere apart from the gen use
Tvrtko Ursulin
1
-2
/
+2
2016-11-11
Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-2
/
+0
2016-11-04
drm/i915: Reinit polling before hpd when resuming
Lyude
1
-1
/
+2
2016-11-04
drm/i915: Remove redundant reprobe in i915_drm_resume
Lyude
1
-2
/
+0
2016-11-02
drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefs
Jani Nikula
1
-2
/
+0
2016-11-02
drm/i915: Move hangcheck code out from i915_irq.c
Mika Kuoppala
1
-0
/
+1
2016-11-01
drm/i915: Pass dev_priv to intel_suspend_hw()
Ville Syrjälä
1
-1
/
+1
2016-11-01
drm/i915: Pass dev_priv to init_clock_gating
Ville Syrjälä
1
-2
/
+1
2016-11-01
drm/i915: Pass dev_priv to IS_BROADWATER/IS_CRESTLINE
Ville Syrjälä
1
-2
/
+1
2016-11-01
drm/i915: Use the full hammer when shutting down the rcu tasks
Chris Wilson
1
-1
/
+1
2016-10-31
drm/i915: Bail if plane/crtc init fails
Ville Syrjälä
1
-1
/
+3
2016-10-28
drm/i915: Combine seqno + tracking into a global timeline struct
Chris Wilson
1
-1
/
+5
2016-10-28
drm/i915: Use lockless object free
Chris Wilson
1
-1
/
+1
2016-10-28
drm/i915: Move object release to a freelist + worker
Chris Wilson
1
-8
/
+11
2016-10-25
drm/i915: Add a relay backed debugfs interface for capturing GuC logs
Akash Goel
1
-0
/
+2
2016-10-24
drm/i915: Move fence cancellation to runtime suspend
Chris Wilson
1
-4
/
+2
2016-10-24
drm/i915: Use RPM as the barrier for controlling user mmap access
Chris Wilson
1
-19
/
+0
2016-10-19
drm/i915: Emit telltales for extra levels of debug upon initialisation
Chris Wilson
1
-0
/
+4
2016-10-14
drm/i915: Fix mismatched INIT power domain disabling during suspend
Imre Deak
1
-2
/
+2
2016-10-14
drm/i915: Make IS_GEN macros only take dev_priv
Tvrtko Ursulin
1
-3
/
+3
2016-10-14
drm/i915: Make IS_CHERRYVIEW only take dev_priv
Tvrtko Ursulin
1
-1
/
+1
2016-10-14
drm/i915: Make IS_BROXTON only take dev_priv
Tvrtko Ursulin
1
-1
/
+1
2016-10-14
drm/i915: Make IS_KABYLAKE only take dev_priv
Tvrtko Ursulin
1
-5
/
+5
2016-10-14
drm/i915: Make IS_BROADWELL only take dev_priv
Tvrtko Ursulin
1
-2
/
+4
2016-10-14
drm/i915: Make IS_IVYBRIDGE only take dev_priv
Tvrtko Ursulin
1
-8
/
+11
2016-10-14
drm/i915: Make INTEL_DEVID only take dev_priv
Tvrtko Ursulin
1
-6
/
+8
2016-10-14
drm/i915: Make HAS_RUNTIME_PM only take dev_priv
Tvrtko Ursulin
1
-2
/
+2
2016-10-14
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
Akash Goel
1
-5
/
+6
2016-10-13
drm/i915/hsw: Fix GPU hang during resume from S3-devices state
Imre Deak
1
-26
/
+2
2016-10-05
drm/i915: Disable irqs across GPU reset
Chris Wilson
1
-0
/
+19
2016-09-27
drm/i915/skl: tell the user about pre-production hardware
Paulo Zanoni
1
-7
/
+14
2016-09-21
drm/i915: Only shrink the unbound objects during freeze
Chris Wilson
1
-1
/
+11
2016-09-21
drm/i915: Restore current RPS state after reset
Chris Wilson
1
-9
/
+0
2016-09-09
drm/i915: Update reset path to fix incomplete requests
Chris Wilson
1
-6
/
+3
2016-09-09
drm/i915: Replace wait-on-mutex with wait-on-bit in reset worker
Chris Wilson
1
-6
/
+8
2016-09-09
drm/i915: Perform a direct reset of the GPU from the waiter
Chris Wilson
1
-5
/
+6
2016-09-09
drm/i915: Separate out reset flags from the reset counter
Chris Wilson
1
-11
/
+5
2016-09-02
drm/i915: sseu: Convert subslice count fields to subslice mask
Imre Deak
1
-1
/
+1
2016-09-02
drm/i915: sseu: Use sseu_dev_info in device info
Imre Deak
1
-3
/
+3
2016-09-02
drm/i915: Cleanup i915_param()
David Weinehall
1
-55
/
+32
[next]