index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
stub
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-12-20
drm: plane: Check that the fb pixel format is supported by the plane
Ville Syrjälä
1
-0
/
+11
2011-12-20
drm: plane: Make 'formats' parameter to drm_plane_init() const
Ville Syrjälä
2
-2
/
+2
2011-12-20
drm: plane: Check crtc coordinates against integer overflows in setplane ioctl
Ville Syrjälä
1
-0
/
+12
2011-12-20
drm: plane: Check source coordinates
Ville Syrjälä
1
-0
/
+23
2011-12-20
drm: plane: Clear plane.crtc and plane.fb after disable_plane()
Ville Syrjälä
1
-0
/
+2
2011-12-20
drm: Fix __user sparse warnings
Ville Syrjälä
1
-15
/
+15
2011-12-20
drm: plane: mutex_unlock() was missing
Ville Syrjälä
1
-0
/
+1
2011-12-20
drm: fourcc: Use __u32 instead of u32
Ville Syrjälä
1
-2
/
+2
2011-12-20
drm: Install drm_fourcc.h
Ville Syrjälä
1
-0
/
+1
2011-12-20
drm: Add a missing ')'
Ville Syrjälä
1
-1
/
+1
2011-12-20
drm/intel: Fix initialization if startup happens in interlaced mode [v2]
Christian Schmidt
2
-1
/
+2
2011-12-20
Fix wrong assumptions in cea_for_each_detailed_block v2
Christian Schmidt
1
-17
/
+2
2011-12-20
drm_edid_to_eld: check for CEA data blocks only from structure revision 3 on
Christian Schmidt
1
-19
/
+22
2011-12-19
drm/edid: support CEA video modes.
Christian Schmidt
2
-0
/
+327
2011-12-06
drm/ttm: callback move_notify any time bo placement change v4
Jerome Glisse
2
-5
/
+8
2011-12-06
drm/ttm: simplify memory accounting for ttm user v2
Jerome Glisse
7
-55
/
+71
2011-12-06
drm/ttm: isolate dma data from ttm_tt V4
Jerome Glisse
9
-156
/
+203
2011-12-06
drm/nouveau: enable the ttm dma pool when swiotlb is active V3
Konrad Rzeszutek Wilk
4
-61
/
+79
2011-12-06
drm/radeon/kms: enable the ttm dma pool if swiotlb is on V4
Konrad Rzeszutek Wilk
4
-35
/
+84
2011-12-06
drm/ttm: provide dma aware ttm page pool code V9
Konrad Rzeszutek Wilk
6
-0
/
+1179
2011-12-06
drm/ttm: introduce callback for ttm_tt populate & unpopulate V4
Jerome Glisse
9
-120
/
+135
2011-12-06
drm/ttm: merge ttm_backend and ttm_tt V5
Jerome Glisse
9
-458
/
+294
2011-12-06
drm/ttm: page allocation use page array instead of list
Jerome Glisse
3
-66
/
+63
2011-12-06
drm/ttm: test for dma_address array allocation failure
Jerome Glisse
1
-1
/
+1
2011-12-06
drm/ttm: use ttm put pages function to properly restore cache attribute
Jerome Glisse
1
-1
/
+4
2011-12-06
drm/ttm: remove unused backend flags field
Jerome Glisse
2
-3
/
+0
2011-12-06
drm/ttm: remove split btw highmen and lowmem page
Jerome Glisse
2
-16
/
+2
2011-12-06
drm/ttm: remove userspace backed ttm object support
Jerome Glisse
4
-155
/
+1
2011-12-06
swiotlb: Expose swiotlb_nr_tlb function to modules
Konrad Rzeszutek Wilk
3
-4
/
+5
2011-12-06
drm: remove some potentially dangerous DRM_ERRORs
Jesse Barnes
1
-15
/
+4
2011-12-06
drm: document the drm_mode_config structure
Jesse Barnes
1
-0
/
+23
2011-12-06
drm: document the drm_mode_group structure
Jesse Barnes
1
-0
/
+13
2011-12-06
drm: document and cleanup drm_mode_config_funcs
Jesse Barnes
1
-2
/
+9
2011-12-06
drm: document drm_mode_set structure
Jesse Barnes
1
-1
/
+9
2011-12-06
drm: remove unused fields in drm_connector and document the rest
Jesse Barnes
1
-7
/
+28
2011-12-06
drm: add drm_encoder comments
Jesse Barnes
1
-0
/
+12
2011-12-06
drm: add comments for drm_encoder_funcs
Jesse Barnes
1
-0
/
+7
2011-12-06
drm: fix comments for drm_crtc struct
Jesse Barnes
1
-0
/
+11
2011-12-06
drm: remove unused connector_count field from drm_display_mode
Jesse Barnes
1
-1
/
+0
2011-12-06
gma500: Oaktrail BIOS handling
Alan Cox
2
-12
/
+36
2011-12-06
gma500: Fix oaktrail probing part 1
Alan Cox
2
-1
/
+23
2011-12-06
gma500: Be smarter about layout
Alan Cox
1
-16
/
+30
2011-12-06
gma500: gtt based hardware scrolling console
Alan Cox
3
-12
/
+122
2011-12-06
gma500: frame buffer locking
Alan Cox
3
-6
/
+8
2011-12-06
gma500: Fix backlight crash
Alan Cox
2
-28
/
+34
2011-12-06
gma500: kill bogus code
Alan Cox
1
-32
/
+0
2011-12-06
gma500: Convert spaces to tabs in accel_2d.c.
Akshay Joshi
1
-1
/
+1
2011-12-06
gma500: do a pass over the FIXME tags
Alan Cox
8
-31
/
+26
2011-12-06
gma500: Add VBLANK support for Poulsbo hardware
Patrik Jakobsson
2
-30
/
+44
2011-12-06
gma500: Don't enable MSI on Poulsbo
Patrik Jakobsson
1
-3
/
+5
[next]