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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-23
drm/i915: don't update GEN6_PMIMR when it's not needed
Paulo Zanoni
1
-5
/
+9
2013-08-23
drm/i915: wrap GEN6_PMIMR changes
Paulo Zanoni
4
-14
/
+46
2013-08-23
drm/i915: wrap GTIMR changes
Paulo Zanoni
3
-20
/
+39
2013-08-23
drm/i915: add the FCLK case to intel_ddi_get_cdclk_freq
Paulo Zanoni
1
-3
/
+6
2013-08-23
drm/i915: Expose energy counter on SNB+ through debugfs
Jesse Barnes
2
-0
/
+25
2013-08-23
drm/i915: Remove I915_READ_{NOPID, SYNC_0, SYNC_1})()
Damien Lespiau
1
-4
/
+0
2013-08-23
drm: Remove IS_IRONLAKE_D()
Damien Lespiau
1
-1
/
+0
2013-08-23
drm/i915: Remove HAS_PIPE_CONTROL()
Damien Lespiau
1
-2
/
+0
2013-08-23
drm/i915: Remove DSPARB_HWCONTROL()
Damien Lespiau
1
-2
/
+0
2013-08-23
drm/i915: make IVB FDI training match spec v3
Jesse Barnes
1
-70
/
+72
2013-08-23
drm/i915/vma: Correct use after free in eviction
Ben Widawsky
1
-2
/
+5
2013-08-23
Merge tag 'drm-intel-fixes-2013-08-23' of git://people.freedesktop.org/~danve...
Dave Airlie
2
-0
/
+14
2013-08-22
drm/i915: prepare bind_to_vm for preallocated vma
Ben Widawsky
2
-6
/
+20
2013-08-22
drm/i915: Switch eviction code to use vmas
Ben Widawsky
3
-17
/
+19
2013-08-22
drm/i915: s/obj->exec_list/obj->obj_exec_link in debugfs
Ben Widawsky
3
-6
/
+9
2013-08-22
i915: Add a Kconfig option to turn on i915.preliminary_hw_support by default
Josh Triplett
1
-2
/
+2
2013-08-22
drm/i915: enable the power well before module unload
Paulo Zanoni
1
-1
/
+6
2013-08-22
drm/i915: explicit store base gem object in dma_buf->priv
Daniel Vetter
1
-9
/
+12
2013-08-22
drm/i915: unpin backing storage in dmabuf_unmap
Daniel Vetter
1
-0
/
+8
2013-08-22
drm/i915: Only unmask required PM interrupts
Vinit Azad
1
-2
/
+2
2013-08-22
drm/i915: clarify Haswell power well bit names
Paulo Zanoni
3
-9
/
+10
2013-08-22
drm/i915: check the power well when redisabling VGA
Paulo Zanoni
1
-0
/
+11
2013-08-22
drm/i915: Drop the overzealous warning from i915_gem_set_cache_level
Chris Wilson
1
-1
/
+0
2013-08-22
drm/i915: use vma->node directly and rewrap map&fence in bind
Daniel Vetter
1
-5
/
+4
2013-08-22
drm/i915: cleanup map&fence in bind
Ben Widawsky
1
-10
/
+9
2013-08-22
drm/i915: Remove node only when allocated
Ben Widawsky
1
-0
/
+5
2013-08-22
drm/i915: clarify error paths in create_stolen_for_preallocated
Daniel Vetter
1
-2
/
+3
2013-08-22
drm/i915: Get VECS semaphore info on error
Ben Widawsky
1
-0
/
+11
2013-08-22
drm/i915: Initialize seqno for VECS too
Ben Widawsky
1
-0
/
+2
2013-08-22
drm/i915: tune the RC6 threshold for stability
Stéphane Marchesin
1
-1
/
+4
2013-08-22
drm/i915: print a message when we detect an early Haswell SDV
Paulo Zanoni
2
-0
/
+10
2013-08-22
drm/i915: Print the changes required for modeset
Chris Wilson
1
-0
/
+3
2013-08-22
drm/i915: remove set but unused variables
Paulo Zanoni
3
-15
/
+2
2013-08-22
drm/i915: Allow the user to set bo into the DISPLAY cache domain
Chris Wilson
1
-0
/
+7
2013-08-22
drm/i915: Use Write-Through cacheing for the display plane on Iris
Chris Wilson
4
-4
/
+28
2013-08-22
drm/i915: drop unnecessary local variable to suppress build warning
Jani Nikula
1
-7
/
+3
2013-08-22
drm/i915: give more distinctive names to ring hangcheck action enums
Jani Nikula
3
-13
/
+18
2013-08-22
drm/i915: remove unused leftover variable irq_received
Jani Nikula
1
-2
/
+0
2013-08-22
i915: Fix SDVO potentially turning off randomly
Guillaume Clement
1
-1
/
+2
2013-08-22
drm/i915: WARN_ON failed map_and_fenceable
Ben Widawsky
1
-0
/
+2
2013-08-22
drm/i915: Only do a chipset flush after a clflush
Chris Wilson
3
-12
/
+15
2013-08-21
Merge tag 'drm-intel-next-2013-08-09' of git://people.freedesktop.org/~danvet...
Dave Airlie
32
-1133
/
+1605
2013-08-19
drm: rip out drm_core_has_MTRR checks
Daniel Vetter
1
-1
/
+1
2013-08-19
Merge tag 'drm-intel-fixes-2013-08-15' of git://people.freedesktop.org/~danve...
Dave Airlie
1
-29
/
+57
2013-08-19
drm/i915: unpin backing storage in dmabuf_unmap
Daniel Vetter
1
-0
/
+8
2013-08-19
drm: use common drm_gem_dmabuf_release in i915/exynos drivers
Daniel Vetter
1
-12
/
+1
2013-08-19
drm: remove FASYNC support
Daniel Vetter
1
-1
/
+0
2013-08-19
Merge remote-tracking branch 'pfdo/drm-rcar-for-v3.12' into drm-next
Dave Airlie
2
-4
/
+17
2013-08-18
drm/i915: Invalidate TLBs for the rings after a reset
Chris Wilson
2
-0
/
+14
2013-08-14
drm/i915: Don't deref pipe->cpu_transcoder in the hangcheck code
Chris Wilson
1
-29
/
+57
[prev]
[next]