Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2d0280070e6c3f0028ca462b59db5c0a45d36299
/
include
/
drm
/
drmP.h
c75fe78
drm: reference count event->completion
by Daniel Vetter
· 8 years ago
a4fce9c
drm/prime: Take a ref on the drm_dev when exporting a dma_buf
by Chris Wilson
· 8 years ago
56a76c0
drm/prime: Pass the right module owner through to dma_buf_export()
by Chris Wilson
· 8 years ago
6bd488d
drm: Simplify drm_printk to reduce object size quite a bit
by Joe Perches
· 8 years ago
077675c
drm: Convert prime dma-buf <-> handle to rbtree
by Chris Wilson
· 8 years ago
3f346d5
Merge tag 'topic/drm-misc-2016-09-25' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 8 years ago
b81a617
Merge tag 'drm-intel-next-2016-09-19' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 8 years ago
75ae95a7
drm: remove redundant drm_file->uid
by David Herrmann
· 8 years ago
30b0da8
drm: extra printk() wrapper macros
by Dave Gordon
· 8 years ago
c4e68a5
drm: Introduce DRM_DEV_* log messages
by Sean Paul
· 8 years ago
27528c6
drm: Add ratelimited versions of the DRM_DEBUG* macros
by Lyude
· 8 years ago
3cbf6a5
drm: Mark up legacy/dri1 drivers with DRM_LEGACY
by Daniel Vetter
· 8 years ago
a3ccc46
drm: rename DRM_MINOR_LEGACY to DRM_MINOR_PRIMARY
by David Herrmann
· 8 years ago
34a67dd
drm: Extract&Document drm_irq.h
by Daniel Vetter
· 8 years ago
6e5f73f
drm: make drm_vblank_count_and_time() static
by Gustavo Padovan
· 8 years ago
3b96a0b
drm: document drm_auth.c
by Daniel Vetter
· 8 years ago
0aae592
drm: Clear up master tracking booleans
by Daniel Vetter
· 8 years ago
b3ac9f2
drm: Extract drm_is_current_master
by Daniel Vetter
· 8 years ago
d6ed682
drm: Refactor drop/set master code a bit
by Daniel Vetter
· 8 years ago
a325725
drm: Lobotomize set_busid nonsense for !pci drivers
by Daniel Vetter
· 8 years ago
a742946
drm: Don't call drm_dev_set_unique from platform drivers
by Daniel Vetter
· 8 years ago
95c081c
drm: Move master pointer from drm_minor to drm_device
by Daniel Vetter
· 8 years ago
b209aca
drm: Export drm_dev_init() for subclassing
by Chris Wilson
· 8 years ago
6548f4e
drm: Move master functions into drm_auth.c
by Daniel Vetter
· 8 years ago
34a839c
drm: Link directly from drm_master to drm_device
by Daniel Vetter
· 8 years ago
ceb7415
drm: make drm_vblank_{get,put}() static
by Gustavo Padovan
· 8 years ago
93507d1
drm: remove legacy drm_arm_vblank_event()
by Gustavo Padovan
· 8 years ago
db749b7
drm: remove legacy drm_send_vblank_event()
by Gustavo Padovan
· 8 years ago
3b24f7d
drm/atomic: Add struct drm_crtc_commit to track async updates
by Daniel Vetter
· 8 years ago
ae4df11
drm: Move format-related helpers to drm_fourcc.c
by Laurent Pinchart
· 8 years ago
d14d2a8
drm: Remove dev_pm_ops from drm_class
by Lukas Wunner
· 8 years ago
1b47aaf
drm/fence: add fence to drm_pending_event
by Gustavo Padovan
· 8 years ago
3377900
drm: Update obsolete information from {enable/disable}_vblank hooks.
by Liviu Dudau
· 8 years ago
66fd7a6
Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 8 years ago
d4055a9
drm: use seqlock for vblank time/count
by Matthew Auld
· 9 years ago
fcee590
drm: Nuke ->vblank_disable_allowed
by Daniel Vetter
· 8 years ago
af61d5c
drm/core: Add drm_accurate_vblank_count, v5.
by Maarten Lankhorst
· 8 years ago
9f0ba53
drm/gem: support BO freeing without dev->struct_mutex
by Daniel Vetter
· 9 years ago
1d2ac40
drm: Protect dev->filelist with its own mutex
by Daniel Vetter
· 9 years ago
346fea6
include/drm: Reword debug categories comment.
by Robert Foss
· 9 years ago
681047b
drm: Clean up pending events in the core
by Daniel Vetter
· 9 years ago
4020b22
drm/vblank: Use drm_event_reserve_init
by Daniel Vetter
· 9 years ago
fb740cf
drm: Create drm_send_event helpers
by Daniel Vetter
· 9 years ago
2dd500f
drm: Add functions to setup/tear down drm_events.
by Daniel Vetter
· 9 years ago
bcb877e
drm: kerneldoc for drm_fops.c
by Daniel Vetter
· 9 years ago
fd3e14f
Merge branch 'drm-next-4.5' of git://people.freedesktop.org/~agd5f/linux into drm-next
by Dave Airlie
· 9 years ago
60d8edd
drm: add drm_pcie_get_max_link_width helper (v2)
by Alex Deucher
· 9 years ago
399368aa
drm: make drm_dev_set_unique() not use a format string
by Nicolas Iooss
· 9 years ago
21de54b
Merge tag 'drm-vc4-next-2015-12-11' of http://github.com/anholt/linux into drm-next
by Dave Airlie
· 9 years ago
10028c5
drm: Create a driver hook for allocating GEM object structs.
by Eric Anholt
· 9 years ago
e876b41
Back merge tag 'v4.4-rc4' into drm-next
by Dave Airlie
· 9 years ago
bbc8764
drm/nouveau: Fix pre-nv50 pageflip events (v4)
by Daniel Vetter
· 9 years ago
a0af2e5
drm: Fix an unwanted master inheritance v2
by Thomas Hellstrom
· 9 years ago
9b2c0b7
drm: Serialise multiple event readers
by Chris Wilson
· 9 years ago
373701b
drm: fix potential dangling else problems in for_each_ macros
by Jani Nikula
· 9 years ago
3e82806
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 9 years ago
2e01fab
signals: kill block_all_signals() and unblock_all_signals()
by Oleg Nesterov
· 9 years ago
235fabe
drm: Add DRM_DEBUG_VBL()
by Ville Syrjälä
· 9 years ago
b44f840
drm: Stop using drm_vblank_count() as the hw frame counter
by Ville Syrjälä
· 9 years ago
88e7271
drm/irq: Use unsigned int pipe in public API
by Thierry Reding
· 9 years ago
4b63539
drm: Define a drm_invalid_op ioctl implementation
by Daniel Vetter
· 9 years ago
cf64830
drm/irq: Add drm_crtc_vblank_count_and_time()
by Thierry Reding
· 9 years ago
20b2020
drm: Kill pixeldur_ns
by Ville Syrjälä
· 9 years ago
3bb403b
drm: Stop using linedur_ns and pixeldur_ns for vblank timestamps
by Ville Syrjälä
· 9 years ago
eba1f35
drm: Move timestamping constants into drm_vblank_crtc
by Ville Syrjälä
· 9 years ago
294947a
Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux into drm-next
by Dave Airlie
· 9 years ago
4eebf60
Merge tag 'v4.2-rc7' into drm-next
by Dave Airlie
· 9 years ago
5101020
drm: export the DRM permission check code
by Thomas Hellstrom
· 9 years ago
cc1ef11
drm/irq: Make pipe unsigned and name consistent
by Thierry Reding
· 9 years ago
209e4dbc
drm/vblank: Use u32 consistently for vblank counters
by Daniel Vetter
· 9 years ago
dcd14dd
Merge tag 'topic/connector-locking-2015-07-23' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 9 years ago
3fdefa3
drm: gc now dead mode_group code
by Daniel Vetter
· 9 years ago
0e97598
drm: Turn off Legacy Context Functions
by Peter Antoine
· 9 years ago
63e1456
Merge branch 'virtio-gpu-drm-next' of git://git.kraxel.org/linux into drm-next
by Dave Airlie
· 9 years ago
dc5698e
Add virtio gpu driver.
by Dave Airlie
· 11 years ago
e2f5d2e
drm/mode: Add user blob-creation ioctl
by Daniel Stone
· 9 years ago
32e7b94
drm: simplify authentication management
by David Herrmann
· 10 years ago
acab18b
drm: drop unused 'magicfree' list
by David Herrmann
· 10 years ago
99264a6
drm/vblank: Fixup and document timestamp update/read barriers
by Daniel Vetter
· 10 years ago
066626d
drm: line wrap DRM_IOCTL_DEF* macros
by Emil Velikov
· 10 years ago
7e7392a
drm: Drop ioctl->cmd_drv
by Ville Syrjälä
· 10 years ago
9c7d3d3
drm: Fix DRM_IOCTL_DEF_DRV()
by Ville Syrjälä
· 10 years ago
8dd0eb3
Merge tag 'drm-intel-next-2015-02-27' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
17a38d9
drm: Add DRM_DEBUG_ATOMIC
by Daniel Vetter
· 10 years ago
9625604
drm/irq: Add drm_crtc_vblank_reset
by Daniel Vetter
· 10 years ago
c93546a
Merge tag 'topic/atomic-core-2015-01-05' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
e5202a2
Merge tag 'topic/core-stuff-2014-12-19' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
88a48e2
drm: add atomic properties
by Rob Clark
· 10 years ago
b46004b
drm: Move IRQ related fields to proper section
by Thierry Reding
· 10 years ago
96d3f91
drm/irq: Add drm_crtc_vblank_count()
by Thierry Reding
· 10 years ago
115ebcd
drm/irq: Add drm_crtc_handle_vblank()
by Thierry Reding
· 10 years ago
a4d7b30
drm/irq: Add drm_crtc_send_vblank_event()
by Thierry Reding
· 10 years ago
417009fb
drm: fix indentation
by Rob Clark
· 10 years ago
4fb2ac6
Merge tag 'drm/fixes/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linux into drm-next
by Dave Airlie
· 10 years ago
a9e3c90
drm: Implement drm_get_pci_dev() dummy for !PCI
by Thierry Reding
· 10 years ago
34eab43
drm/prime: Use unsigned type for number of pages
by Thierry Reding
· 10 years ago
a1f1a79
drm: drm_err: Remove unnecessary __func__ argument
by Joe Perches
· 10 years ago
b5e9c1a
drm: Pass dma-buf as argument to gem_prime_import_sg_table
by Maarten Lankhorst
· 11 years ago
d9fc941
drm: Extract <drm/drm_gem.h>
by Daniel Vetter
· 10 years ago
c261103
drm: Move internal debugfs functions to drm_internal.h
by Daniel Vetter
· 10 years ago
Next »