aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drmP.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-10Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-16/+32
2015-11-06signals: kill block_all_signals() and unblock_all_signals()Oleg Nesterov1-1/+0
2015-10-16drm: Add DRM_DEBUG_VBL()Ville Syrjälä1-1/+10
2015-10-07drm: Stop using drm_vblank_count() as the hw frame counterVille Syrjälä1-0/+1
2015-10-06drm/irq: Use unsigned int pipe in public APIThierry Reding1-13/+12
2015-09-30drm: Define a drm_invalid_op ioctl implementationDaniel Vetter1-0/+2
2015-09-24drm/irq: Add drm_crtc_vblank_count_and_time()Thierry Reding1-0/+2
2015-09-24drm: Kill pixeldur_nsVille Syrjälä1-1/+0
2015-09-24drm: Stop using linedur_ns and pixeldur_ns for vblank timestampsVille Syrjälä1-2/+4
2015-09-24drm: Move timestamping constants into drm_vblank_crtcVille Syrjälä1-1/+3
2015-08-17Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux into drm-nextDave Airlie1-0/+1
2015-08-17Merge tag 'v4.2-rc7' into drm-nextDave Airlie1-1/+1
2015-08-12drm: export the DRM permission check codeThomas Hellstrom1-0/+1
2015-08-12drm/irq: Make pipe unsigned and name consistentThierry Reding1-16/+16
2015-08-07drm/vblank: Use u32 consistently for vblank countersDaniel Vetter1-1/+1
2015-07-24Merge tag 'topic/connector-locking-2015-07-23' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-1/+0
2015-07-22drm: gc now dead mode_group codeDaniel Vetter1-1/+0
2015-07-02drm: Turn off Legacy Context FunctionsPeter Antoine1-11/+12
2015-06-04Merge branch 'virtio-gpu-drm-next' of git://git.kraxel.org/linux into drm-nextDave Airlie1-0/+1
2015-06-03Add virtio gpu driver.Dave Airlie1-0/+1
2015-05-22drm/mode: Add user blob-creation ioctlDaniel Stone1-0/+4
2015-05-05drm: simplify authentication managementDavid Herrmann1-2/+2
2015-05-05drm: drop unused 'magicfree' listDavid Herrmann1-2/+0
2015-05-04drm/vblank: Fixup and document timestamp update/read barriersDaniel Vetter1-2/+6
2015-03-31drm: line wrap DRM_IOCTL_DEF* macrosEmil Velikov1-2/+7
2015-03-27drm: Drop ioctl->cmd_drvVille Syrjälä1-2/+1
2015-03-27drm: Fix DRM_IOCTL_DEF_DRV()Ville Syrjälä1-1/+1
2015-03-09Merge tag 'drm-intel-next-2015-02-27' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-0/+1
2015-02-23drm: Add DRM_DEBUG_ATOMICDaniel Vetter1-0/+9
2015-02-23drm/irq: Add drm_crtc_vblank_resetDaniel Vetter1-0/+1
2015-01-09Merge tag 'topic/atomic-core-2015-01-05' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-0/+4
2015-01-09Merge tag 'topic/core-stuff-2014-12-19' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-2/+2
2015-01-05drm: add atomic propertiesRob Clark1-0/+4
2014-12-17drm: Move IRQ related fields to proper sectionThierry Reding1-2/+2
2014-12-17drm/irq: Add drm_crtc_vblank_count()Thierry Reding1-0/+1
2014-12-17drm/irq: Add drm_crtc_handle_vblank()Thierry Reding1-0/+1
2014-12-17drm/irq: Add drm_crtc_send_vblank_event()Thierry Reding1-0/+2
2014-11-27drm: fix indentationRob Clark1-1/+1
2014-11-15Merge tag 'drm/fixes/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linux into drm-nextDave Airlie1-1/+16
2014-11-13drm: Implement drm_get_pci_dev() dummy for !PCIThierry Reding1-0/+15
2014-11-13drm/prime: Use unsigned type for number of pagesThierry Reding1-1/+1
2014-10-12drm: drm_err: Remove unnecessary __func__ argumentJoe Perches1-4/+4
2014-09-30drm: Pass dma-buf as argument to gem_prime_import_sg_tableMaarten Lankhorst1-1/+3
2014-09-24drm: Extract <drm/drm_gem.h>Daniel Vetter1-147/+1
2014-09-24drm: Move internal debugfs functions to drm_internal.hDaniel Vetter1-25/+0
2014-09-24drm: Move leftover ioctl declarations to drm_internal.hDaniel Vetter1-7/+0
2014-09-24drm: Move drm_vm_open_locked into drm_internal.hDaniel Vetter1-1/+0
2014-09-24drm: move drm_mmap to <drm/drm_legacy.h>Daniel Vetter1-1/+0
2014-09-24drm: change drm_err return type to voidJoe Perches1-1/+1
2014-09-12drm: Move DRM_MAGIC_HASH_ORDER into drm_drv.cDaniel Vetter1-8/+0