index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_drv.c
Age
Commit message (
Expand
)
Author
2015-01-05
drm: add atomic properties
Rob Clark
2014-11-25
drm: Document that drm_dev_alloc doesn't need a parent
Daniel Vetter
2014-10-12
drm: drm_err: Remove unnecessary __func__ argument
Joe Perches
2014-10-03
drm/core: use helper to check driver features
Andrzej Hajda
2014-09-24
drm: change drm_err return type to void
Joe Perches
2014-09-12
drm: Move DRM_MAGIC_HASH_ORDER into drm_drv.c
Daniel Vetter
2014-09-12
drm: Move piles of functions from drmP.h to drm_internal.h
Daniel Vetter
2014-09-12
drm: Move vblank related module options into drm_irq.c
Daniel Vetter
2014-09-11
Merge remote-tracking branch 'airlied/drm-next' into topic/vblank-rework
Daniel Vetter
2014-09-10
drm: move "struct drm_magic_entry" to drm_auth.c
David Herrmann
2014-09-10
drm: mark drm_buf and drm_map as legacy
David Herrmann
2014-08-08
Revert "drm: drop redundant drm_file->is_master"
Dave Airlie
2014-08-06
drm: Disable vblank interrupt immediately when drm_vblank_offdelay<0
Ville Syrjälä
2014-08-06
drm: move drm_stub.c to drm_drv.c
Dave Airlie
2014-08-05
drm: merge drm_drv.c into drm_ioctl.c
David Herrmann
2014-08-05
drm: move module initialization to drm_stub.c
David Herrmann
2014-08-05
drm: drop redundant drm_file->is_master
David Herrmann
2014-07-22
drm: Add missing __user annotation
Thierry Reding
2014-07-03
drm: fix permissions on drm_drv.c
Dave Airlie
2014-06-25
drm: fix NULL pointer access by wrong ioctl
Zhaowei Yuan
2014-03-28
drm: Add a function to get the ioctl flags
Thomas Hellstrom
2014-03-28
drm: Make control nodes master-less v3
Thomas Hellstrom
2014-03-28
drm: Break out ioctl permission check to a separate function v2
Thomas Hellstrom
2014-03-16
drm: remove redundant minor->device field
David Herrmann
2013-12-18
drm: Kill file_priv->ioctl_count tracking
Daniel Vetter
2013-12-18
drm: rip out dev->ioctl_count tracking
Daniel Vetter
2013-11-08
Merge tag 'drm-intel-fixes-2013-11-07' of git://people.freedesktop.org/~danve...
Dave Airlie
2013-11-04
Merge tag 'v3.12' into drm-intel-next
Daniel Vetter
2013-10-31
drm: Fix typo in debug message
Thierry Reding
2013-10-30
drm: allow DRM_IOCTL_VERSION on render-nodes
David Herrmann
2013-10-18
drm: Prevent overwriting from userspace underallocating core ioctl structs
Chris Wilson
2013-10-10
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next
Daniel Vetter
2013-10-09
drm: Kill drm perf counter leftovers
Ville Syrjälä
2013-10-09
drm: move drm_lastclose() to drm_fops.c
David Herrmann
2013-10-01
drm: Add a SET_CLIENT_CAP ioctl
Damien Lespiau
2013-08-30
drm: implement experimental render nodes
David Herrmann
2013-08-19
drm: move dev data clearing from drm_setup to lastclose
Daniel Vetter
2013-08-19
drm: remove procfs code, take 2
Daniel Vetter
2013-08-19
drm: remove the dma_ioctl special-case
Daniel Vetter
2013-08-19
drm: use ida to allocate connector ids
Ilia Mirkin
2013-08-19
drm: mark dma setup/teardown as legacy systems
Daniel Vetter
2013-08-19
drm: hide legacy sg cleanup better from common code
Daniel Vetter
2013-08-07
drm/agp: move AGP cleanup paths to drm_agpsupport.c
David Herrmann
2013-07-23
drm: move drm_getsarea into drm_bufs.c
Daniel Vetter
2013-07-23
drm: fold in drm_sg_alloc into the ioctl
Daniel Vetter
2013-07-23
drm: remove drm_modctx ioctl and use drm_noop instead
Daniel Vetter
2013-06-28
drm: add hotspot support for cursors.
Dave Airlie
2013-05-10
drm: Use names of ioctls in debug traces
Chris Cummins
2013-04-30
drm: Kill user_modes list and the associated ioctls
Ville Syrjälä
2013-04-30
drm: Make drm_ioctls const
Ville Syrjälä
[next]