index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
drm/radeon/kms: skip db/cb/streamout checking when possible on evergreen
Marek Olšák
2012-03-20
1
-25
/
+66
|
*
|
drm/radeon/kms: optimize streamout checking for evergreen
Marek Olšák
2012-03-20
1
-16
/
+21
|
*
|
drm/radeon/kms: compute GPU addresses correctly on evergreen
Marek Olšák
2012-03-20
1
-27
/
+103
|
*
|
drm/radeon/kms: make some DRM errors more informative
Marek Olšák
2012-03-20
1
-4
/
+4
|
*
|
drm/radeon/kms: skip cb/db checking if SX_MISC is 1 on r600+
Marek Olšák
2012-03-20
5
-3
/
+16
|
*
|
drm/usb: move usb support into a separate module
Dave Airlie
2012-03-20
5
-2
/
+13
|
*
|
drm: fix build with UDL if USB is a module
Dave Airlie
2012-03-16
2
-3
/
+2
|
*
|
drm/udl: initial UDL driver (v4)
Dave Airlie
2012-03-15
13
-0
/
+2324
|
*
|
drm: add core support for unplugging a device (v2)
Dave Airlie
2012-03-15
5
-0
/
+41
|
*
|
drm/modeset: add helper to unplug all connectors from sysfs
Dave Airlie
2012-03-15
1
-3
/
+14
|
*
|
drm/sysfs: protect sysfs removal code against being run twice.
Dave Airlie
2012-03-15
1
-1
/
+6
|
*
|
udlfb: remove sysfs framebuffer device with USB .disconnect()
Kay Sievers
2012-03-15
2
-2
/
+18
|
*
|
drm: Merge tag 'v3.3-rc7' into drm-core-next
Dave Airlie
2012-03-15
564
-42859
/
+3939
|
|
\
\
|
*
|
|
drm: Add drm_mode_copy()
Ville Syrjälä
2012-03-15
3
-15
/
+27
|
*
|
|
drm: Use a flexible array member for blob property data
Ville Syrjälä
2012-03-15
1
-1
/
+0
|
*
|
|
drm: Handle drm_object_get() failures
Ville Syrjälä
2012-03-15
2
-23
/
+74
|
*
|
|
drm: Make drm_crtc_convert_{umode, to_umode} static and constify their params
Ville Syrjälä
2012-03-15
1
-4
/
+4
|
*
|
|
drm: Fix drm_mode_attachmode_crtc()
Ville Syrjälä
2012-03-15
1
-11
/
+27
|
*
|
|
drm: Check CRTC viewport against framebuffer size
Ville Syrjälä
2012-03-15
1
-0
/
+24
|
*
|
|
drm: Check user mode against overflows
Ville Syrjälä
2012-03-15
1
-5
/
+28
|
*
|
|
drm: Fix memory leak in drm_mode_setcrtc()
Ville Syrjälä
2012-03-15
1
-0
/
+9
|
*
|
|
drm: Make drm_mode_attachmode() void
Ville Syrjälä
2012-03-15
1
-11
/
+5
|
*
|
|
drm: Check crtc x and y coordinates
Ville Syrjälä
2012-03-15
1
-0
/
+4
|
*
|
|
drm: Warn if mode to umode conversion overflows the destination types
Ville Syrjälä
2012-03-15
1
-0
/
+7
|
*
|
|
drm: Reject mode set with current fb if no current fb is bound
Ville Syrjälä
2012-03-15
1
-8
/
+6
|
*
|
|
gma500: suspend/resume support for Cedartrail
Alan Cox
2012-03-15
4
-20
/
+181
|
*
|
|
gma500: Fix resume paths
Alan Cox
2012-03-15
1
-3
/
+0
|
*
|
|
drm/nouveau: add userspace fallback hints.
Dave Airlie
2012-03-15
1
-0
/
+3
|
*
|
|
drm/nouveau: map first page of mmio early and determine chipset earlier
Ben Skeggs
2012-03-13
2
-63
/
+62
|
*
|
|
drm/nvd0/disp: disconnect encoders before reprogramming them
Ben Skeggs
2012-03-13
1
-33
/
+33
|
*
|
|
drm/nvd0/disp: move syncs/magic setup to or mode_set
Ben Skeggs
2012-03-13
1
-20
/
+39
|
*
|
|
drm/nouveau/dp: account for channel coding overhead in link training
Ben Skeggs
2012-03-13
1
-0
/
+3
|
*
|
|
drm/nvd0/disp: fix dcb sor link matching in supervisor handler
Ben Skeggs
2012-03-13
1
-8
/
+9
|
*
|
|
drm/nvd0/disp: initial implementation of displayport
Ben Skeggs
2012-03-13
2
-4
/
+171
|
*
|
|
drm/nouveau/dp: make dp dpms function common, call from sor code instead
Ben Skeggs
2012-03-13
3
-22
/
+31
|
*
|
|
drm/nv50/hwsq: some nv92 fixes
Martin Peres
2012-03-13
1
-2
/
+3
|
*
|
|
drm/nouveau/dp: move all nv50/sor-specific code out of nouveau_dp.c
Ben Skeggs
2012-03-13
5
-228
/
+231
|
*
|
|
drm/nouveau/dp: make functions for executing various bios tables
Ben Skeggs
2012-03-13
1
-9
/
+46
|
*
|
|
drm/nouveau/pm: fix oops if chipset has no pm support at all
Ben Skeggs
2012-03-13
1
-3
/
+5
|
*
|
|
drm/nouveau/bios: rework vbios shadowing
Ben Skeggs
2012-03-13
2
-121
/
+158
|
*
|
|
drm/nouveau/bios: attempt acpi rom fetch before pcirom
Ben Skeggs
2012-03-13
1
-1
/
+1
|
*
|
|
drm/nvd0/disp: attempt to handle more than 2 crtcs if possible
Ben Skeggs
2012-03-13
1
-19
/
+14
|
*
|
|
drm/nvc0/vram: get part count from PUNITS
Ben Skeggs
2012-03-13
1
-16
/
+14
|
*
|
|
drm/nv40/pm: fix fanspeed regression
Ben Skeggs
2012-03-13
1
-0
/
+4
|
*
|
|
drm/nouveau/pm: several fixes for nvc0 memory timings
Roy Spliet
2012-03-13
1
-3
/
+6
|
*
|
|
drm/nvc0/pm: restrict pll mode to clocks that can actually use it
Ben Skeggs
2012-03-13
1
-1
/
+1
|
*
|
|
drm/nouveau/dp: fix bad comparison in dp_link_train_commit()
Xi Wang
2012-03-13
1
-1
/
+1
|
*
|
|
drm/nouveau/mxm: call mxmi to determine revision before calling mxms
Ben Skeggs
2012-03-13
1
-1
/
+38
|
*
|
|
drm/nouveau/pm: init only after display subsystem has been created
Ben Skeggs
2012-03-13
1
-7
/
+5
|
*
|
|
drm/nvc0/fb: detect presense of second rank
Ben Skeggs
2012-03-13
1
-0
/
+1
[prev]
[next]