Age | Commit message (Expand) | Author |
2012-07-30 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds |
2012-07-27 | drm/exynos: fixed exception to page allocation failure | Inki Dae |
2012-07-27 | drm/exynos: use __free_page() to deallocate memory | Inki Dae |
2012-07-27 | drm/exynos: fixed a comment to gem size. | Inki Dae |
2012-07-27 | drm/exynos: removed unnecessary variable | Inki Dae |
2012-07-27 | drm/exynos: do not release memory region from exporter. | Inki Dae |
2012-07-27 | drm/exynos: set buffer type from exporter. | Inki Dae |
2012-07-27 | drm/exynos: use alloc_page() to allocate pages. | Inki Dae |
2012-07-27 | drm/exynos: fixed build warning. | Inki Dae |
2012-07-27 | drm/exynos: fixed edid data setting at vidi connection request | Inki Dae |
2012-07-27 | drm/exynos: check if raw edid data is fake or not for test | Inki Dae |
2012-07-27 | drm/exynos: set edid fake data only for test. | Inki Dae |
2012-07-27 | drm/exynos: removed unnecessary declaration. | Inki Dae |
2012-07-27 | drm/exynos: fix buffer pitch calculation | Cooper Yuan |
2012-07-27 | drm/exynos: check for null in return value of dma_buf_map_attachment() | Subash Patel |
2012-07-27 | drm/exynos: return NULL if exynos_pages_to_sg fails | Subash Patel |
2012-07-27 | drm/exynos: Use devm_* functions in exynos_mixer.c | Sachin Kamat |
2012-07-27 | drm/exynos: Use devm_* functions in exynos_hdmi.c | Sachin Kamat |
2012-07-27 | drm/exynos: Use devm_* functions in exynos_drm_fimd.c | Sachin Kamat |
2012-07-27 | drm/exynos: Add missing static storage class specifier | Sachin Kamat |
2012-07-27 | drm/exynos: add property for crtc mode | Joonyoung Shim |
2012-07-27 | drm/exynos: add crtc disable function | Joonyoung Shim |
2012-07-27 | drm/exynos: add plane enable/disable | Joonyoung Shim |
2012-07-27 | drm/exynos: remove unnecessary connector dpms control | Joonyoung Shim |
2012-07-27 | drm/exynos: fix dpms operation for mode set | Joonyoung Shim |
2012-07-27 | drm/exynos: add property for plane zpos | Joonyoung Shim |
2012-07-27 | drm/exynos: update overlay via plane from crtc | Joonyoung Shim |
2012-07-27 | drm/exynos: use private plane for crtc | Joonyoung Shim |
2012-07-27 | drm/exynos: define to_exynos_plane macro | Joonyoung Shim |
2012-07-27 | drm/exynos: fix to set pipe of crtc | Joonyoung Shim |
2012-07-27 | drm/exynos: fix point to call overlay_ops->mode_set | Joonyoung Shim |
2012-07-26 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds |
2012-07-26 | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in... | Dave Airlie |
2012-07-26 | Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau... | Dave Airlie |
2012-07-26 | drm/nouveau: init vblank requests list | Marcin Slusarz |
2012-07-26 | drm/nv50: extend vblank semaphore to generic dmaobj + offset pair | Ben Skeggs |
2012-07-26 | drm/nouveau: mark most of our ioctls as deprecated, move to compat layer | Ben Skeggs |
2012-07-26 | drm/nouveau: move current gpuobj code out of nouveau_object.c | Ben Skeggs |
2012-07-26 | drm/nouveau/gem: fix object reference leak in a failure path | Ben Skeggs |
2012-07-26 | drm/nv50: rename INVALID_QUERY_OR_TEXTURE error to INVALID_OPERATION | Marcin Slusarz |
2012-07-26 | drm/nv84: decode PCRYPT errors | Marcin Slusarz |
2012-07-26 | drm/nouveau: dcb table quirk for fdo#50830 | Ben Skeggs |
2012-07-26 | nouveau: Fix alignment requirements on src and dst addresses | Maarten Lankhorst |
2012-07-25 | drm/i915: unbreak lastclose for failed driver init | Daniel Vetter |
2012-07-25 | drm/i915: Set the context before setting up regs for the context. | Eric Anholt |
2012-07-25 | drm/i915: constify mode in crtc_mode_fixup | Daniel Vetter |
2012-07-25 | drm/i915/lvds: ditch ->prepare special case | Daniel Vetter |
2012-07-25 | drm/i915: dereferencing an error pointer | Dan Carpenter |
2012-07-25 | drm/i915: fix invalid reference handling of the default ctx obj | Chris Wilson |
2012-07-25 | drm/i915: Add -EIO to the list of known errors for __wait_seqno | Chris Wilson |