index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-20
drm: allow loading an EDID as firmware to override broken monitor
Carsten Emde
5
-3
/
+272
2012-03-20
drm/exynos: enable hdmi audio feature
Seung-Woo Kim
2
-0
/
+349
2012-03-20
drm/exynos: add default pixel format for plane
Eunchul Kim
1
-2
/
+6
2012-03-20
drm/exynos: cleanup exynos_hdmi.h
Joonyoung Shim
3
-43
/
+36
2012-03-20
drm/exynos: add is_local member in exynos_drm_subdrv struct
Joonyoung Shim
2
-0
/
+5
2012-03-20
drm/exynos: add subdrv open/close functions
Joonyoung Shim
3
-0
/
+54
2012-03-20
drm/exynos: remove module of exynos drm subdrv
Joonyoung Shim
16
-355
/
+77
2012-03-20
drm/exynos: release pending pageflip events when closed
Joonyoung Shim
1
-0
/
+14
2012-03-20
drm/exynos: added new funtion to get/put dma address.
Inki Dae
2
-0
/
+76
2012-03-20
drm/exynos: update gem and buffer framework.
Inki Dae
5
-72
/
+457
2012-03-20
drm/exynos: added mode_fixup feature and code clean.
Inki Dae
7
-13
/
+157
2012-03-20
drm/exynos: add HDMI version 1.4 support
Joonyoung Shim
3
-145
/
+1323
2012-03-20
drm/exynos: remove exynos_mixer.h
Joonyoung Shim
2
-93
/
+48
2012-03-20
gma500: Fix mmap frambuffer
Yoichi Yuasa
1
-1
/
+1
2012-03-20
Merge tag 'drm-intel-next-2012-03-01' of git://people.freedesktop.org/~danvet...
Dave Airlie
11
-162
/
+129
2012-03-20
drm/radeon: Drop radeon_gem_object_(un)pin.
Michel Dänzer
3
-30
/
+6
2012-03-20
drm/radeon: Restrict offset for legacy display engine.
Michel Dänzer
3
-3
/
+10
2012-03-20
drm/radeon: Restrict offset for legacy hardware cursor.
Michel Dänzer
3
-3
/
+30
2012-03-20
drm/radeon/kms: reduce probe latency on digital connectors
Tvrtko Ursulin
1
-0
/
+27
2012-03-20
drm/radeon/kms: add connector quirk for Fujitsu D3003-S2 board
Alex Deucher
1
-0
/
+14
2012-03-20
drm/radeon/kms: fix analog load detection on DVI-I connectors
Alex Deucher
1
-0
/
+4
2012-03-20
drm/ttm: Use pr_fmt and pr_<level>
Joe Perches
8
-125
/
+96
2012-03-20
drivers/gpu/drm/savage/savage_state.c: add missing kfree
Julia Lawall
1
-2
/
+3
2012-03-20
drivers/gpu/drm/radeon/radeon_cs.c: eliminate possible double free
Julia Lawall
1
-14
/
+2
2012-03-20
drm/radeon: dp only enable enhanced framing if sink supports.
Dave Airlie
1
-1
/
+2
2012-03-20
drm/radeon/kms: skip db/cb/streamout checking when possible on r600
Marek Olšák
1
-120
/
+150
2012-03-20
drm/radeon/kms: compute GPU addresses correctly on r600
Marek Olšák
1
-21
/
+68
2012-03-20
drm/radeon/kms: remove some unused variables in evergreen_cs_track
Marek Olšák
3
-52
/
+30
2012-03-20
drm/radeon/kms: skip db/cb/streamout checking when possible on evergreen
Marek Olšák
1
-25
/
+66
2012-03-20
drm/radeon/kms: optimize streamout checking for evergreen
Marek Olšák
1
-16
/
+21
2012-03-20
drm/radeon/kms: compute GPU addresses correctly on evergreen
Marek Olšák
1
-27
/
+103
2012-03-20
drm/radeon/kms: make some DRM errors more informative
Marek Olšák
1
-4
/
+4
2012-03-20
drm/radeon/kms: skip cb/db checking if SX_MISC is 1 on r600+
Marek Olšák
5
-3
/
+16
2012-03-20
drm/usb: move usb support into a separate module
Dave Airlie
5
-2
/
+13
2012-03-16
drm: fix build with UDL if USB is a module
Dave Airlie
2
-3
/
+2
2012-03-15
drm/udl: initial UDL driver (v4)
Dave Airlie
13
-0
/
+2324
2012-03-15
drm: add core support for unplugging a device (v2)
Dave Airlie
5
-0
/
+41
2012-03-15
drm/modeset: add helper to unplug all connectors from sysfs
Dave Airlie
1
-3
/
+14
2012-03-15
drm/sysfs: protect sysfs removal code against being run twice.
Dave Airlie
1
-1
/
+6
2012-03-15
udlfb: remove sysfs framebuffer device with USB .disconnect()
Kay Sievers
2
-2
/
+18
2012-03-15
drm: Merge tag 'v3.3-rc7' into drm-core-next
Dave Airlie
564
-42859
/
+3939
2012-03-15
drm: Add drm_mode_copy()
Ville Syrjälä
3
-15
/
+27
2012-03-15
drm: Use a flexible array member for blob property data
Ville Syrjälä
1
-1
/
+0
2012-03-15
drm: Handle drm_object_get() failures
Ville Syrjälä
2
-23
/
+74
2012-03-15
drm: Make drm_crtc_convert_{umode, to_umode} static and constify their params
Ville Syrjälä
1
-4
/
+4
2012-03-15
drm: Fix drm_mode_attachmode_crtc()
Ville Syrjälä
1
-11
/
+27
2012-03-15
drm: Check CRTC viewport against framebuffer size
Ville Syrjälä
1
-0
/
+24
2012-03-15
drm: Check user mode against overflows
Ville Syrjälä
1
-5
/
+28
2012-03-15
drm: Fix memory leak in drm_mode_setcrtc()
Ville Syrjälä
1
-0
/
+9
2012-03-15
drm: Make drm_mode_attachmode() void
Ville Syrjälä
1
-11
/
+5
[next]