Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b6c028e00445de9dfde2cd0c26521ac53965320a
/
include
/
drm
« Previous
e8a47c1
Merge remote branch 'nouveau/for-airlied' of nouveau-2.6
by Dave Airlie
· 15 years ago
a87897e
drm/vmwgfx: Drop scanout flag compat and add execbuf ioctl parameter members. Bumps major.
by Jakob Bornecrantz
· 15 years ago
f77cef3
drm/vmwgfx: Update the user-space interface.
by Thomas Hellstrom
· 15 years ago
69c9700
drm/nouveau: Add getparam to get available PGRAPH units.
by Marcin Kościelnicki
· 15 years ago
bcc1c2a
drm/radeon/kms: add initial Evergreen support (Radeon HD 5xxx)
by Alex Deucher
· 15 years ago
3c53788
drm/radeon/kms: add support for hardcoded edids in rom (v2)
by Alex Deucher
· 15 years ago
9ce9290
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
fa5829b
drm/kms: Remove incorrect comment in struct drm_mode_modeinfo
by Marcin Kościelnicki
· 15 years ago
abefedd
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
3f09ea4
drm/ttm: Add a swap_notify callback.
by Thomas Hellstrom
· 15 years ago
c07d723
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
0c9d2c4
Merge remote branch 'korg/drm-radeon-next' into drm-linus
by Dave Airlie
· 15 years ago
e8d6d61
Merge remote branch 'korg/drm-radeon-testing' into drm-testing
by Dave Airlie
· 15 years ago
7970e67
drm: Add eDP connector type
by Alex Deucher
· 15 years ago
2c1f189
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
e6be8d9
drm: remove address mask param for drm_pci_alloc()
by Zhenyu Wang
· 15 years ago
635b3c9
Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel
by Linus Torvalds
· 15 years ago
76446ca
drm/i915: execbuf2 support
by Jesse Barnes
· 15 years ago
ed8b670
drm: convert drm_ioctl to unlocked_ioctl
by Arnd Bergmann
· 15 years ago
cbc8cc0
Merge remote branch 'korg/drm-vmware-staging' into drm-core-next
by Dave Airlie
· 15 years ago
fb1d973
drm/vmwgfx: Add DRM driver for VMware Virtual GPU
by Jakob Bornecrantz
· 15 years ago
be1cb86
drm/ttm: Add more driver type enums
by Jakob Bornecrantz
· 15 years ago
6ee7386
drm/nouveau: Add DRM driver for NVIDIA GPUs
by Ben Skeggs
· 15 years ago
09855ac
drm/ttm: Convert ttm_buffer_object_init to use ttm_placement
by Jerome Glisse
· 15 years ago
99d7e48
drm: Add memory manager debug function
by Jerome Glisse
· 15 years ago
98ffc415
drm/ttm: Have the TTM code return -ERESTARTSYS instead of -ERESTART.
by Thomas Hellstrom
· 15 years ago
ca262a999
drm/ttm: Rework validation & memory space allocation (V3)
by Jerome Glisse
· 15 years ago
a2e68e9
drm: Add search/get functions to get a block in a specific range
by Jerome Glisse
· 15 years ago
7b0a9e8
Merge remote branch 'korg/drm-radeon-dp' into drm-linus
by Dave Airlie
· 15 years ago
3ff9916
Merge remote branch 'anholt/drm-intel-next' into drm-linus
by Dave Airlie
· 15 years ago
5801ead
drm/radeon/kms: add support for DP modesetting
by Alex Deucher
· 15 years ago
1a66c95
drm/radeon/kms: DP fixes and cleanup from the ddx
by Alex Deucher
· 15 years ago
746c1aa
drm/radeon/kms: initial radeon displayport porting
by Dave Airlie
· 15 years ago
ab2c067
drm/intel: refactor DP i2c support and DP common header to drm helper
by Dave Airlie
· 15 years ago
4bfd75c
drm/ttm: Export symbols needed for the vmwgfx driver.
by Thomas Hellstrom
· 15 years ago
c078aa2
drm/ttm: Add TTM execbuf utilities.
by Thomas Hellstrom
· 15 years ago
4aff101
drm/ttm: Add ttm lock functionality.
by Thomas Hellstrom
· 15 years ago
8807153
drm/ttm: Add user-space objects.
by Thomas Hellstrom
· 15 years ago
884840a
drm: Add dirty ioctl and property
by Jakob Bornecrantz
· 15 years ago
c3a73ba
drm/ttm: Fix build failure due to missing struct page
by Martin Michlmayr
· 15 years ago
1a95916
drm: Add compatibility #ifdefs for *BSD
by Kristian Høgsberg
· 15 years ago
862302f
drm: Add support for drm master_[set|drop] callbacks.
by Thomas Hellstrom
· 15 years ago
9340d8c
drm/edid: Decode 3-byte CVT codes from EDID 1.4
by Adam Jackson
· 15 years ago
2dbdc52
drm/edid: Add new detailed block types from EDID 1.4
by Adam Jackson
· 15 years ago
7ac96a9
drm/modes: Add drm_mode_hsync()
by Adam Jackson
· 15 years ago
04b2d21
drm/i915: Fix typo in ioctl struct name.
by Kristian Høgsberg
· 15 years ago
778c902
drm/i915: Fix sync to vblank when VGA output is turned off
by Li Peng
· 15 years ago
e9560f7
drm/i915: add GETPARAM request for page flipping
by Jesse Barnes
· 15 years ago
7bd4d7b
drm: use page flip event to signal flip completion
by Jesse Barnes
· 15 years ago
f40d681
Merge remote branch 'airlied/drm-next' into drm-intel-next
by Eric Anholt
· 15 years ago
c8e0f93
drm/i915: Replace a calloc followed by copying data over it with malloc.
by Eric Anholt
· 15 years ago
7a65415
drm: set the type of the drm_framebuffer::fbdev field
by Clemens Ladisch
· 15 years ago
d91d8a3
drm/kms: add page flipping ioctl
by Kristian Høgsberg
· 15 years ago
156822f
drm: kill more unused DRM macros
by Andres Salomon
· 15 years ago
420a457
drm: kill some unused DRM_PROC macros from drmP.h
by Andres Salomon
· 15 years ago
c9a9c5e
drm: Add async event synchronization for drmWaitVblank
by Kristian Høgsberg
· 15 years ago
5b8f0be
Merge remote branch 'airlied/drm-next' into drm-intel-next
by Eric Anholt
· 15 years ago
02e792f
drm/i915: implement drmmode overlay support v4
by Daniel Vetter
· 15 years ago
48764bf
drm/i915: add i915_lp_ring_sync helper
by Daniel Vetter
· 15 years ago
7a9c906
drm: make drm_mode_object_find typesafe
by Daniel Vetter
· 15 years ago
c182be3
drm: Add async event synchronization for drmWaitVblank
by Kristian Høgsberg
· 15 years ago
c1176d6
Merge branch 'drm-next' of ../drm-next into drm-linus
by Dave Airlie
· 15 years ago
b8c00ac
drm/fb: add more correct 8/16/24/32 bpp fb support.
by Dave Airlie
· 15 years ago
068143d
drm/fb: add setcmap and fix 8-bit support.
by Dave Airlie
· 15 years ago
dfee561
drm/radeon/kms: respect single crtc cards, only create one crtc. (v2)
by Dave Airlie
· 15 years ago
e15daf6
Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
74bf2ad
drm/kms: make fb helper work for all drivers.
by Dave Airlie
· 15 years ago
d50ba25
drm/kms: start adding command line interface using fb.
by Dave Airlie
· 15 years ago
94e0fb0
Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel
by Linus Torvalds
· 15 years ago
bb6baf7
drm/i915: Track purged state.
by Chris Wilson
· 15 years ago
44040f1
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
28d5204
drm/vgaarb: add VGA arbitration support to the drm and kms.
by Dave Airlie
· 15 years ago
067006a
includecheck fix: include/drm, drm_memory.h
by Jaswinder Singh Rajput
· 15 years ago
c88f9f0
drm/radeon/kms: Use surfaces for scanout / cursor byte swapping on big endian.
by Michel Dänzer
· 15 years ago
733289c
drm/radeon/kms: don't fail if we fail to init GPU acceleration
by Jerome Glisse
· 15 years ago
3ef94da
drm/i915: Add ioctl to set 'purgeability' of objects
by Chris Wilson
· 15 years ago
7839c5d
drm/i915: add B43 chipset support
by Fabian Henze
· 15 years ago
f1938cd
drm: include seq_file.h for debugfs builds.
by Dave Airlie
· 15 years ago
11670d3
Merge intel drm-intel-next branch
by Dave Airlie
· 15 years ago
f0fda0a
drm/kms: add a function that can add the mode for the output device without EDID
by Zhao Yakui
· 15 years ago
a3a0544
drm/kms: add explicit encoder disable function and detach harder.
by Dave Airlie
· 15 years ago
fa8a123
drm/mm: add ability to dump mm lists via debugfs
by Dave Airlie
· 15 years ago
785b93e
drm/kms: move driver specific fb common code to helper functions (v2)
by Dave Airlie
· 15 years ago
f380ef8
drm/crtc_helper: place drm_helper_encoder_in_use() in the header file
by Maarten Maathuis
· 15 years ago
a1a2d1d
drm: GEM handles are u32, not int
by Pekka Paalanen
· 15 years ago
c9c97b8
drm/ttm: consolidate cache flushing code in one place.
by Dave Airlie
· 15 years ago
f779b3e
drm/radeon: add GET_PARAM/INFO support for Z pipes
by Alex Deucher
· 15 years ago
e3b2415
drm/radeon/kms: implement the bo busy ioctl properly.
by Dave Airlie
· 15 years ago
51c8b40
Merge Linus master to drm-next
by Dave Airlie
· 15 years ago
a987fca
ttm: Make parts of a struct ttm_bo_device global.
by Thomas Hellstrom
· 15 years ago
5fd9cba
drm/ttm: Memory accounting rework.
by Thomas Hellstrom
· 15 years ago
327c225
drm: Enable drm drivers to add drm sysfs devices.
by Thomas Hellstrom
· 15 years ago
a0724fc
drm/ttm: optimize bo_kmap_type values
by Pekka Paalanen
· 15 years ago
949ef70
drm/kms: no need to return void value (encoder)
by Pekka Paalanen
· 15 years ago
53bd838
drm: clarify scaling property names
by Jesse Barnes
· 15 years ago
776f336
drm: fixup includes in encoder slave header files.
by Dave Airlie
· 15 years ago
cefb87e
drm/radeon/kms: implement bo busy check + current domain
by Dave Airlie
· 15 years ago
a75f023
drm: Add more standard TV properties.
by Francisco Jerez
· 15 years ago
6502fbf
drm/radeon: Add support for RS880 chips
by Alex Deucher
· 15 years ago
b6b7902
drm: Define some new standard TV properties.
by Francisco Jerez
· 15 years ago
Next »