index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ocfs2
/
file.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-07-25
drm/i915: Set the context before setting up regs for the context.
Eric Anholt
1
-4
/
+4
2012-07-25
drm/i915: constify mode in crtc_mode_fixup
Daniel Vetter
1
-1
/
+1
2012-07-25
drm/i915/lvds: ditch ->prepare special case
Daniel Vetter
1
-7
/
+1
2012-07-25
drm/i915: dereferencing an error pointer
Dan Carpenter
1
-1
/
+3
2012-07-25
drm/i915: fix invalid reference handling of the default ctx obj
Chris Wilson
1
-14
/
+4
2012-07-25
drm/i915: Add -EIO to the list of known errors for __wait_seqno
Chris Wilson
1
-0
/
+1
2012-07-25
drm/i915: Flush the context object from the CPU caches upon switching
Chris Wilson
1
-0
/
+11
2012-07-20
drm/i915: Make the lock for pageflips interruptible
Chris Wilson
1
-1
/
+4
2012-07-20
drm/i915: don't forget the PCH backlight registers
Paulo Zanoni
1
-1
/
+14
2012-07-20
drm/i915: Insert a flush between batches if the breadcrumb was dropped
Chris Wilson
1
-2
/
+7
2012-07-20
drm/i915: missing error case in init status page
Ben Widawsky
1
-0
/
+1
2012-07-20
drm/i915: mask tiled bit when updating ILK sprites
Ander Conselvan de Oliveira
1
-0
/
+1
2012-07-20
drm/i915: try to train DP even harder
Paulo Zanoni
1
-1
/
+1
2012-07-20
drm/i915: kill intel_ddc_probe
Daniel Vetter
2
-29
/
+0
2012-07-20
drm/i915: check whether we actually received an edid in detect_ddc
Daniel Vetter
1
-19
/
+14
2012-07-20
drm/i915: fix up PCH backlight #define mixup
Daniel Vetter
1
-1
/
+1
2012-07-20
drm/i915: Add comments to explain the BSD tail write workaround
Chris Wilson
5
-12
/
+26
2012-07-20
drm/i915: Disable the BLT on pre-production SNB hardware
Chris Wilson
1
-1
/
+17
2012-07-20
drm/i915: initialize power wells in modeset_init_hw
Eugeni Dodonov
3
-5
/
+6
2012-07-20
drm/i915: Only request PM interrupts for the events we handled
Chris Wilson
1
-8
/
+1
2012-07-20
drm/i915/context: Add missing IVB context sizes
Ben Widawsky
1
-1
/
+5
2012-07-20
drm/i915/context/: s/CTX/CXT
Ben Widawsky
2
-11
/
+11
2012-07-20
drm/sis: fixup sis_mm ioctl structs
Daniel Vetter
2
-7
/
+7
2012-07-20
drm: kill i915/i830 ids from drm_pciids.h
Daniel Vetter
1
-42
/
+0
2012-07-20
drm: unconditionally clean up dma buffers of closing clients
Daniel Vetter
1
-3
/
+3
2012-07-20
drm: kill dma queue support
Daniel Vetter
9
-80
/
+4
2012-07-20
drm: ditch strange DRIVER_DMA_QUEUE only error bail-out
Daniel Vetter
1
-4
/
+0
2012-07-20
drm: kill reclaim_buffers callback
Daniel Vetter
9
-13
/
+2
2012-07-20
drm/savage: clean up reclaim_buffers
Daniel Vetter
2
-3
/
+8
2012-07-20
drm: kill reclaim_buffers_locked
Daniel Vetter
3
-48
/
+1
2012-07-20
Revert "Revert "drm/i810: cleanup reclaim_buffers""
Daniel Vetter
3
-11
/
+13
2012-07-20
drm: kill reclaim_buffers_idlelocked functions
Daniel Vetter
2
-10
/
+0
2012-07-20
drm/sis: clean up reclaim_buffers
Daniel Vetter
2
-4
/
+12
2012-07-20
drm/via: clean up reclaim_buffers
Daniel Vetter
2
-5
/
+12
2012-07-20
drm/udl: port over blanking code from udlfb.
Dave Airlie
1
-7
/
+37
2012-07-20
drm/radeon/kms: auto detect pcie link speed from root port
Dave Airlie
4
-3
/
+35
2012-07-20
drm/pci: add support for getting the supported link bw.
Dave Airlie
2
-0
/
+54
2012-07-20
pci_regs: define LNKSTA2 pcie cap + bits.
Dave Airlie
1
-0
/
+5
2012-07-20
drm/radeon: improve GPU lockup debugging info on r6xx/r7xx/r8xx/r9xx
Jerome Glisse
6
-0
/
+59
2012-07-20
drm/mgag200: fix null pointer dereference
Devendra Naga
1
-0
/
+3
2012-07-20
drm/radeon: Try harder to avoid HW cursor ending on a multiple of 128 columns.
Michel Dänzer
1
-1
/
+7
2012-07-20
drm: Make the .mode_fixup() operations mode argument a const pointer
Laurent Pinchart
55
-72
/
+78
2012-07-20
drm: remove the list_head from drm_mode_set
Daniel Vetter
1
-2
/
+0
2012-07-20
drm/fb helper: don't call drm_crtc_helper_set_config
Daniel Vetter
1
-1
/
+1
2012-07-20
drm/fb-helper: delay hotplug handling when partially bound
Daniel Vetter
1
-4
/
+4
2012-07-18
drm/radeon: fix SS setup for DCPLL
Alex Deucher
1
-12
/
+4
2012-07-18
drm/radeon: fix up pll selection on DCE5/6
Alex Deucher
1
-1
/
+5
2012-07-18
drm/radeon: start to document evergreen.c
Alex Deucher
1
-0
/
+120
2012-07-18
drm/radeon: start to document the functions r100.c
Alex Deucher
1
-3
/
+124
2012-07-18
drm/radeon: document VM functions in radeon_gart.c (v3)
Alex Deucher
1
-0
/
+142
[next]