index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
drm
/
drmP.h
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-04
drm: add DRM_INFO_ONCE() to print a one-time DRM_INFO() message
Jani Nikula
1
-0
/
+3
2014-01-20
drm: Pass 'flags' from the caller to .get_scanout_position()
Ville Syrjälä
1
-0
/
+2
2014-01-20
drm: Pass the display mode to drm_calc_vbltimestamp_from_scanoutpos()
Ville Syrjälä
1
-1
/
+2
2014-01-20
drm: Pass the display mode to drm_calc_timestamping_constants()
Ville Syrjälä
1
-1
/
+2
2014-01-14
drm: store the gem vma offset manager in a typed pointer
Daniel Vetter
1
-8
/
+1
2013-12-18
drm: remove dev->vma_count
Daniel Vetter
1
-1
/
+0
2013-12-18
drm: Kill file_priv->ioctl_count tracking
Daniel Vetter
1
-1
/
+0
2013-12-18
drm: rip out dev->ioctl_count tracking
Daniel Vetter
1
-1
/
+0
2013-12-18
drm: Kill DRM_IRQ_ARGS
Daniel Vetter
1
-1
/
+1
2013-12-18
drm: rip out DRM_AGP_MEM and DRM_AGP_KERN
Daniel Vetter
1
-2
/
+3
2013-12-18
drm: kill the ->agp_destroy callback
Daniel Vetter
1
-3
/
+1
2013-12-18
drm: remove agp_init() bus callback
Daniel Vetter
1
-1
/
+0
2013-12-18
drm: ->agp_init can't fail
Daniel Vetter
1
-1
/
+1
2013-12-18
drm: kill DRIVER_REQUIRE_AGP
Daniel Vetter
1
-1
/
+0
2013-12-18
drm: restrict the device list for shadow attached drivers
Daniel Vetter
1
-3
/
+3
2013-12-18
drm: rip out drm_platform_exit
Daniel Vetter
1
-1
/
+0
2013-12-18
drm: Implement dummies for debugfs helpers
Thierry Reding
1
-0
/
+24
2013-12-18
drm: add DRM_ERROR_RATELIMITED
Rob Clark
1
-0
/
+17
2013-11-06
drm: make drm_get_minor() static
David Herrmann
1
-1
/
+0
2013-11-06
drm: simplify drm_put_minor()
David Herrmann
1
-1
/
+0
2013-11-06
drm: Compact booleans within struct drm_file
Chris Wilson
1
-7
/
+6
2013-11-06
drm: Do not drop root privileges for a fancier younger process
Chris Wilson
1
-0
/
+1
2013-11-06
drm: Remove drm_debugfs_node and drm_debugfs_list
Lespiau, Damien
1
-21
/
+0
2013-11-06
drm: Constify struct drm_info_list * arguments
Lespiau, Damien
1
-4
/
+5
2013-11-06
drm: Push latency sensitive bits of vblank scanoutpos timestamping into kms d...
Mario Kleiner
1
-2
/
+8
2013-11-05
Merge tag 'drm/for-3.13-rc1' of git://anongit.freedesktop.org/tegra/linux int...
Dave Airlie
1
-0
/
+1
2013-10-31
drm/tegra: Move subdevice infrastructure to host1x
Thierry Reding
1
-0
/
+1
2013-10-22
drm/sysfs: sort out minor and connector device object lifetimes.
Dave Airlie
1
-1
/
+1
2013-10-10
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next
Daniel Vetter
1
-32
/
+23
2013-10-09
drm: Kill drm perf counter leftovers
Ville Syrjälä
1
-7
/
+0
2013-10-09
drm: Remove pci_vendor and pci_device from struct drm_device
Ville Syrjälä
1
-2
/
+0
2013-10-09
drm: Kill ctx_count from struct drm_device
Ville Syrjälä
1
-1
/
+0
2013-10-09
drm: Kill unused stuff from struct drm_device
Ville Syrjälä
1
-2
/
+0
2013-10-09
drm: Make irq_enabled bool
Ville Syrjälä
1
-1
/
+1
2013-10-09
drm: Collect per-crtc vblank stuff to a struct
Ville Syrjälä
1
-10
/
+16
2013-10-09
drm: Make vblank_enabled bool
Ville Syrjälä
1
-1
/
+1
2013-10-09
drm: Make vblank_inmodeset unsigned
Ville Syrjälä
1
-1
/
+1
2013-10-09
drm: Make vblank_disable_allowed bool
Ville Syrjälä
1
-1
/
+1
2013-10-09
drm: move device unregistration into drm_dev_unregister()
David Herrmann
1
-0
/
+1
2013-10-09
drm: introduce drm_dev_free() to fix error paths
David Herrmann
1
-0
/
+1
2013-10-09
drm: merge device setup into drm_dev_register()
David Herrmann
1
-3
/
+1
2013-10-09
drm: add drm_dev_alloc() helper
David Herrmann
1
-0
/
+2
2013-10-09
drm: kill ->gem_init_object() and friends
David Herrmann
1
-5
/
+0
2013-10-01
drm: Add a STEREO_3D capability to the SET_CLIENT_CAP ioctl
Damien Lespiau
1
-0
/
+3
2013-10-01
drm: Add a SET_CLIENT_CAP ioctl
Damien Lespiau
1
-0
/
+2
2013-09-20
Revert "drm: mark context support as a legacy subsystem"
Dave Airlie
1
-4
/
+3
2013-08-30
drm: implement experimental render nodes
David Herrmann
1
-0
/
+9
2013-08-29
drm: allow open of dynamic off devices.
Dave Airlie
1
-0
/
+1
2013-08-21
drm/prime: Always add exported buffers to the handle cache
Daniel Vetter
1
-1
/
+1
2013-08-21
drm/prime: make drm_prime_lookup_buf_handle static
Daniel Vetter
1
-1
/
+0
[next]