index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_dma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-24
drm/i915: Merge i915_dma.c into i915_drv.c
Chris Wilson
1
-1715
/
+0
2016-06-24
drm/i915: Remove redundant drm_connector_register_all()
Chris Wilson
1
-2
/
+0
2016-06-24
drm/i915: Demidlayer driver unloading
Chris Wilson
1
-0
/
+4
2016-06-24
drm/i915: Demidlayer driver loading
Chris Wilson
1
-29
/
+49
2016-06-24
drm/i915: Register debugfs interface last
Chris Wilson
1
-0
/
+2
2016-06-24
drm/i915: Move connector registration to driver registration
Chris Wilson
1
-0
/
+2
2016-06-21
drm/i915/fbdev: Perform async fbdev initialisation much later
Chris Wilson
1
-12
/
+9
2016-06-17
drm/i915: gvt: Introduce the basic architecture of GVT-g
Zhi Wang
1
-0
/
+10
2016-06-14
drm/i915/bxt: Add WaEnablePooledEuFor2x6
arun.siluvery@linux.intel.com
1
-0
/
+10
2016-06-14
drm/i915:bxt: Enable Pooled EU support
arun.siluvery@linux.intel.com
1
-0
/
+19
2016-06-02
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
1
-3
/
+0
2016-06-02
Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into...
Dave Airlie
1
-27
/
+93
2016-05-27
Merge tag 'drm-intel-next-fixes-2016-05-25' of git://anongit.freedesktop.org/...
Dave Airlie
1
-0
/
+6
2016-05-23
drm/i915/opregion: Rename init/fini functions to register/unregister
Chris Wilson
1
-2
/
+2
2016-05-23
drm/i915/opregion: Convert to using native drm_i915_private
Chris Wilson
1
-3
/
+3
2016-05-23
drm/i915/guc: rename loader entry points
Dave Gordon
1
-3
/
+3
2016-05-23
drm/i915: Re-enable GGTT earlier during resume on pre-gen6 platforms
Ville Syrjälä
1
-0
/
+6
2016-05-21
drm: Nuke ->vblank_disable_allowed
Daniel Vetter
1
-3
/
+0
2016-05-16
drm/i915: don't mix bitwise and logical operations for has_snoop
Jani Nikula
1
-2
/
+4
2016-05-13
drm/i915: Handle error return from dma_set_coherent_mask()
Imre Deak
1
-4
/
+18
2016-05-13
drm/i915: Move get-reset-stats ioctl from intel_uncore.c to i915_gem_context.c
Chris Wilson
1
-1
/
+1
2016-05-12
drm/i915: Convert intel_overlay.c to use native drm_i915_private pointers
Chris Wilson
1
-2
/
+2
2016-05-11
drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENx
Tvrtko Ursulin
1
-2
/
+2
2016-05-11
drm/i915: Make IS_GENx macros work on a mask
Tvrtko Ursulin
1
-0
/
+3
2016-05-10
drm/i915: Use drm_i915_private as the native pointer for intel_uncore.c
Chris Wilson
1
-6
/
+7
2016-05-10
drm/i915: Re-enable GGTT earlier during resume on pre-gen6 platforms
Ville Syrjälä
1
-0
/
+6
2016-05-09
drm/i915: Store a i915 backpointer from engine, and use it
Chris Wilson
1
-4
/
+5
2016-05-05
drm/i915: Report command parser version 0 if disabled
Chris Wilson
1
-1
/
+1
2016-04-29
drm/i915: Fix ordering of sanitize ppgtt and sanitize execlists
Chris Wilson
1
-0
/
+13
2016-04-28
drm/i915: Unify GPU resets upon shutdown
Chris Wilson
1
-8
/
+37
2016-04-27
drm/i915: Update RAWCLK_FREQ register on VLV/CHV
Ville Syrjälä
1
-0
/
+3
2016-04-19
drm/i915: Clean up PCI config register handling
Joonas Lahtinen
1
-16
/
+16
2016-04-01
Revert "drm/i915: Fix races on fbdev"
Joonas Lahtinen
1
-3
/
+5
2016-03-31
drm/i915: Refer to GGTT {,VM} consistently
Joonas Lahtinen
1
-9
/
+12
2016-03-30
drm/i915: Rename GGTT init functions
Joonas Lahtinen
1
-7
/
+7
2016-03-30
drm/i915: Fix races on fbdev
Lukas Wunner
1
-5
/
+3
2016-03-23
drm/i915: Fix use after free when printing load failure
Mika Kuoppala
1
-2
/
+2
2016-03-22
drm/i915: Make __i915_printk debug output behave the same as DRM_DEBUG_DRIVER
Imre Deak
1
-0
/
+4
2016-03-18
drm/i915: Tune down init error message due to failure injection
Imre Deak
1
-5
/
+46
2016-03-18
drm/i915: Rename dev_priv->gtt to dev_priv->ggtt
Joonas Lahtinen
1
-9
/
+9
2016-03-17
drm/i915: Add fault injection support
Imre Deak
1
-0
/
+27
2016-03-17
drm/i915: Fix power domain HW state cleanup on error path
Imre Deak
1
-3
/
+3
2016-03-17
drm/i915: Split out load time interface registration
Imre Deak
1
-29
/
+54
2016-03-17
drm/i915: Split out load time HW initialization
Imre Deak
1
-47
/
+75
2016-03-17
drm/i915: Split out load time MMIO initialization
Imre Deak
1
-19
/
+50
2016-03-17
drm/i915: Split out load time early initialization
Imre Deak
1
-49
/
+81
2016-03-17
drm/i915: Move unload time opregion unregistration earlier
Imre Deak
1
-2
/
+1
2016-03-17
drm/i915: Move unload time GTT, MSI IRQ cleanup later
Imre Deak
1
-7
/
+4
2016-03-17
drm/i915: Move unload time display power domain uninit later
Imre Deak
1
-1
/
+6
2016-03-17
drm/i915: Move load time audio component registration earlier
Imre Deak
1
-4
/
+4
[next]