Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
ed072f9e80f02e5ae4150ad5a605fc3906e9fbc7
/
include
/
drm
1a464cb
Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 13 years ago
f0afb5d
drm/radeon/kms: remove pointless CS flags priority struct
by Alex Deucher
· 13 years ago
9879326
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
cc1f719
drm: introduce drm_can_sleep and use in intel/radeon drivers. (v2)
by Dave Airlie
· 13 years ago
dea7e0a
ttm: fix agp since ttm tt rework
by Jerome Glisse
· 13 years ago
93504fc
drm/radeon/kms: Add support for multi-ring sync in CS ioctl (v2)
by Christian König
· 13 years ago
721604a
drm/radeon: GPU virtual memory support v22
by Jerome Glisse
· 13 years ago
0a7eb24
drm: add support for private planes
by Rob Clark
· 13 years ago
ae662d3
drm/i915: Add support for resetting the SO write pointers on gen7.
by Eric Anholt
· 13 years ago
8ea3086
drm/i915: add color key support v4
by Jesse Barnes
· 13 years ago
d840832
drm/exynos: added hdmi display support
by Seung-Woo Kim
· 13 years ago
83052d4
drm: Add multi buffer plane pixel formats
by Seung-Woo Kim
· 13 years ago
7a6e0da
drm: kill drm_sman
by Daniel Vetter
· 13 years ago
94e8953
drm/sman: kill user_hash_tab
by Daniel Vetter
· 13 years ago
763240d
drm/sman: rip out owner tracking
by Daniel Vetter
· 13 years ago
aa38e2e
drm/sman: kill owner tracking interface functions
by Daniel Vetter
· 13 years ago
c828e20
drm/via: track obj->drm_fd relations in the driver
by Daniel Vetter
· 13 years ago
fdc0b8a
drm/sis: track obj->drm_fd relations in the driver
by Daniel Vetter
· 13 years ago
864ee9e
drm/exynos: Add plane support with fimd
by Joonyoung Shim
· 13 years ago
d0d110e
drm: Add drm_format_num_planes() utility function
by Ville Syrjälä
· 13 years ago
1fbe6f6
Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next
by Dave Airlie
· 13 years ago
01f2c77
drm: Replace pitch with pitches[] in drm_framebuffer
by Ville Syrjälä
· 13 years ago
22cd7c6
drm: plane: Make 'formats' parameter to drm_plane_init() const
by Ville Syrjälä
· 13 years ago
64760a4
drm: fourcc: Use __u32 instead of u32
by Ville Syrjälä
· 13 years ago
b03166a
drm: Install drm_fourcc.h
by Ville Syrjälä
· 13 years ago
cc5b6f0
drm: Add a missing ')'
by Ville Syrjälä
· 13 years ago
cd5cfce
drm/radeon/kms: add some new pci ids
by Alex Deucher
· 13 years ago
57de4ba
drm/ttm: simplify memory accounting for ttm user v2
by Jerome Glisse
· 13 years ago
8e7e705
drm/ttm: isolate dma data from ttm_tt V4
by Jerome Glisse
· 13 years ago
2334b75
drm/ttm: provide dma aware ttm page pool code V9
by Konrad Rzeszutek Wilk
· 13 years ago
b1e5f17
drm/ttm: introduce callback for ttm_tt populate & unpopulate V4
by Jerome Glisse
· 13 years ago
649bf3c
drm/ttm: merge ttm_backend and ttm_tt V5
by Jerome Glisse
· 13 years ago
822c4d9
drm/ttm: page allocation use page array instead of list
by Jerome Glisse
· 13 years ago
a14af87
drm/ttm: remove unused backend flags field
by Jerome Glisse
· 13 years ago
667b7a2
drm/ttm: remove split btw highmen and lowmem page
by Jerome Glisse
· 13 years ago
3316497
drm/ttm: remove userspace backed ttm object support
by Jerome Glisse
· 13 years ago
a62c93d
drm: document the drm_mode_config structure
by Jesse Barnes
· 13 years ago
c1aaca2
drm: document the drm_mode_group structure
by Jesse Barnes
· 13 years ago
550cebc
drm: document and cleanup drm_mode_config_funcs
by Jesse Barnes
· 13 years ago
ef27351
drm: document drm_mode_set structure
by Jesse Barnes
· 13 years ago
7225254
drm: remove unused fields in drm_connector and document the rest
by Jesse Barnes
· 13 years ago
db3e449
drm: add drm_encoder comments
by Jesse Barnes
· 13 years ago
6c3db92
drm: add comments for drm_encoder_funcs
by Jesse Barnes
· 13 years ago
7749163
drm: fix comments for drm_crtc struct
by Jesse Barnes
· 13 years ago
6f215f9
drm: remove unused connector_count field from drm_display_mode
by Jesse Barnes
· 13 years ago
838fa58
gma500: Move the API
by Alan Cox
· 13 years ago
42b2aa8
treewide: Fix typos in various parts of the kernel, and fix some comments.
by Justin P. Mattock
· 13 years ago
2ed4d9d
drm/radeon/kms: add some new pci ids
by Alex Deucher
· 13 years ago
04b3924
drm: Redefine pixel formats
by Ville Syrjälä
· 13 years ago
248dbc2
drm: move the fb bpp/depth helper into the core.
by Dave Airlie
· 13 years ago
b7b996d
Merge branch 'exynos-drm' of git://git.infradead.org/users/kmpark/linux-samsung into drm-fixes
by Dave Airlie
· 13 years ago
a5cd335
drm: integer overflow in drm_mode_dirtyfb_ioctl()
by Xi Wang
· 13 years ago
e70f224
drm/radeon/kms: add a CS ioctl flag not to rewrite tiling flags in the CS
by Marek Olšák
· 13 years ago
308e5bc
drm: add an fb creation ioctl that takes a pixel format v5
by Jesse Barnes
· 13 years ago
8cf5c91
drm: add plane support v3
by Jesse Barnes
· 13 years ago
b872a37
drm/radeon: add some missing FireMV pci ids
by Alex Deucher
· 13 years ago
f088d5a
drm/exynos: use gem create function generically
by Inki Dae
· 13 years ago
6c3d904
drm/exynos: added padding to be 64-bit align.
by Inki Dae
· 13 years ago
e08e96d
drm: Make the per-driver file_operations struct const
by Arjan van de Ven
· 13 years ago
b3e067c
drm: serialize access to list of debugfs files
by Marcin Slusarz
· 13 years ago
83dbb15
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
cd2b89e
vmwgfx: Reinstate the update_layout ioctl
by Thomas Hellstrom
· 13 years ago
00dfb8d
drm/radeon/kms: properly set panel mode for eDP
by Alex Deucher
· 13 years ago
a7331e5
drm: Introduce "Virtual" connectors and encoders
by Thomas Hellstrom
· 13 years ago
b9075fa
treewide: use __printf not __attribute__((format(printf,...)))
by Joe Perches
· 13 years ago
de47725
include: replace linux/module.h with "struct module" wherever possible
by Paul Gortmaker
· 13 years ago
1717c0e
Revert "drm/ttm: add a way to bo_wait for either the last read or last write"
by Dave Airlie
· 13 years ago
83f30d0
Revert "drm/radeon/kms: add a new gem_wait ioctl with read/write flags"
by Dave Airlie
· 13 years ago
9b553f7
Merge branch 'drm-intel-next' of git://people.freedesktop.org/~keithp/linux into drm-core-next
by Dave Airlie
· 13 years ago
a60f0e3
drm/i915: add DP test request handling
by Jesse Barnes
· 13 years ago
b73fe58
drm: Add Panel Self Refresh DP addresses
by Ben Widawsky
· 13 years ago
5c04228
drm/i915: ILK + VT-d workaround
by Ben Widawsky
· 13 years ago
62addcb
Merge branch 'drm-intel-next' of git://people.freedesktop.org/~keithp/linux into drm-core-next
by Dave Airlie
· 13 years ago
57c5ee7
vmwgfx: Add fence events
by Thomas Hellstrom
· 13 years ago
1c248b7
DRM: add DRM Driver for Samsung SoC EXYNOS4210.
by Inki Dae
· 13 years ago
2fcd5a7
vmwgfx: Add present and readback ioctls
by Jakob Bornecrantz
· 13 years ago
76adaa3
drm: support routines for HDMI/DP ELD
by Wu Fengguang
· 13 years ago
2ae7b03
vmwgfx: Bump major
by Thomas Hellstrom
· 13 years ago
ae2a104
vmwgfx: Implement fence objects
by Thomas Hellstrom
· 13 years ago
6bcd8d3
vmwgfx: Fix confusion caused by using "fence" in various places
by Thomas Hellstrom
· 13 years ago
f63f6a5
vmwgfx: Add functionality to get 3D caps
by Thomas Hellstrom
· 13 years ago
07999a7
vmwgfx: Remove the possibility to map the fifo from user-space
by Thomas Hellstrom
· 13 years ago
fe0f5c6
vmwgfx: Remove the update layout IOCTL.
by Thomas Hellstrom
· 13 years ago
781b8bd
vmwgfx: Remove the fifo debug ioctl
by Thomas Hellstrom
· 13 years ago
d3ed740
drm/radeon/kms: add a new gem_wait ioctl with read/write flags
by Marek Olšák
· 13 years ago
dfadbbd
drm/ttm: add a way to bo_wait for either the last read or last write
by Marek Olšák
· 13 years ago
75ef8b3
drm/gem: add functions for mmap offset creation
by Rob Clark
· 13 years ago
051963d
drm: Separate EDID Header Check from EDID Block Check
by Thomas Reim
· 13 years ago
0b57637
Merge branch 'drm-intel-next' of ssh://master.kernel.org/pub/scm/linux/kernel/git/keithp/linux-2.6 into drm-fixes
by Dave Airlie
· 13 years ago
ebec9a7
drm: track CEA version number if present
by Jesse Barnes
· 13 years ago
6006349
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
757c26b
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 13 years ago
62cb701
drm/gem: add support for private objects
by Alan Cox
· 13 years ago
df79767
Merge branch 'drm-intel-fixes' into drm-intel-next
by Keith Packard
· 13 years ago
842d452
drm/i915: Fix typo in DRM_I915_OVERLAY_PUT_IMAGE ioctl define
by Ole Henrik Jahren
· 13 years ago
e55b942
drm/radeon/kms: add info query for backend map
by Alex Deucher
· 13 years ago
e3c1620
drm/radeon/kms: add new NI pci ids
by Alex Deucher
· 13 years ago
58b6542
DRM: remove drm_pci_device_is_pcie
by Jon Mason
· 13 years ago
0d74f86
ttm: Fix spelling mistakes and remove unused #ifdef
by Konrad Rzeszutek Wilk
· 13 years ago
Next »