summaryrefslogtreecommitdiff
path: root/include/drm/drmP.h
Commit message (Expand)AuthorAgeFilesLines
* drm: Allow userspace to ask for universal plane list (v2)Matt Roper2014-04-011-0/+6
* drm: Add a function to get the ioctl flagsThomas Hellstrom2014-03-281-0/+1
* drm: Protect the master management with a drm_device::master_mutex v3Thomas Hellstrom2014-03-281-21/+25
* drm: Remove the minor master listThomas Hellstrom2014-03-281-2/+0
* drm: Improve on minor type helpers v3Thomas Hellstrom2014-03-281-1/+6
* drm: Make control nodes master-less v3Thomas Hellstrom2014-03-281-0/+5
* drm: Remove the prefix argument of drm_ut_debug_printk()Lespiau, Damien2014-03-281-11/+6
* drm: Pull the test on drm_debug in the logging macrosLespiau, Damien2014-03-281-12/+15
* drm: Remove the now unused DRM_LOG* macrosLespiau, Damien2014-03-281-19/+0
* drm: Remove the unused (and unusable) DRM_LOG_MODE()Lespiau, Damien2014-03-281-6/+0
* drm: Refresh the explanation of debug categoriesLespiau, Damien2014-03-281-30/+27
* Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr...Dave Airlie2014-03-181-1/+1
|\
| * Merge branch 'drm-minor' into drm-nextDavid Herrmann2014-03-161-15/+26
| |\
| * | drm: use anon-inode instead of relying on cdevsDavid Herrmann2014-03-161-1/+1
* | | Merge branch 'drm-docs' of ssh://people.freedesktop.org/~danvet/drm into drm-...Dave Airlie2014-03-181-29/+0
|\ \ \ | |_|/ |/| |
| * | drm: extract drm_modes.h for drm_crtc.h functionsDaniel Vetter2014-03-131-29/+0
| |/
* | drm: remove redundant minor->device fieldDavid Herrmann2014-03-161-1/+0
* | drm: add minor-lookup/release helpersDavid Herrmann2014-03-161-0/+4
* | drm: provide device-refcountDavid Herrmann2014-03-161-1/+4
* | drm: turn DRM_MINOR_* into enumDavid Herrmann2014-03-161-3/+6
* | drm: remove unused DRM_MINOR_UNASSIGNEDDavid Herrmann2014-03-161-1/+0
* | drm: group dev-lifetime related membersDavid Herrmann2014-03-161-9/+12
|/
* drm: add DRM_INFO_ONCE() to print a one-time DRM_INFO() messageJani Nikula2014-02-041-0/+3
* drm: Pass 'flags' from the caller to .get_scanout_position()Ville Syrjälä2014-01-201-0/+2
* drm: Pass the display mode to drm_calc_vbltimestamp_from_scanoutpos()Ville Syrjälä2014-01-201-1/+2
* drm: Pass the display mode to drm_calc_timestamping_constants()Ville Syrjälä2014-01-201-1/+2
* drm: store the gem vma offset manager in a typed pointerDaniel Vetter2014-01-141-8/+1
* drm: remove dev->vma_countDaniel Vetter2013-12-181-1/+0
* drm: Kill file_priv->ioctl_count trackingDaniel Vetter2013-12-181-1/+0
* drm: rip out dev->ioctl_count trackingDaniel Vetter2013-12-181-1/+0
* drm: Kill DRM_IRQ_ARGSDaniel Vetter2013-12-181-1/+1
* drm: rip out DRM_AGP_MEM and DRM_AGP_KERNDaniel Vetter2013-12-181-2/+3
* drm: kill the ->agp_destroy callbackDaniel Vetter2013-12-181-3/+1
* drm: remove agp_init() bus callbackDaniel Vetter2013-12-181-1/+0
* drm: ->agp_init can't failDaniel Vetter2013-12-181-1/+1
* drm: kill DRIVER_REQUIRE_AGPDaniel Vetter2013-12-181-1/+0
* drm: restrict the device list for shadow attached driversDaniel Vetter2013-12-181-3/+3
* drm: rip out drm_platform_exitDaniel Vetter2013-12-181-1/+0
* drm: Implement dummies for debugfs helpersThierry Reding2013-12-181-0/+24
* drm: add DRM_ERROR_RATELIMITEDRob Clark2013-12-181-0/+17
* drm: make drm_get_minor() staticDavid Herrmann2013-11-061-1/+0
* drm: simplify drm_put_minor()David Herrmann2013-11-061-1/+0
* drm: Compact booleans within struct drm_fileChris Wilson2013-11-061-7/+6
* drm: Do not drop root privileges for a fancier younger processChris Wilson2013-11-061-0/+1
* drm: Remove drm_debugfs_node and drm_debugfs_listLespiau, Damien2013-11-061-21/+0
* drm: Constify struct drm_info_list * argumentsLespiau, Damien2013-11-061-4/+5
* drm: Push latency sensitive bits of vblank scanoutpos timestamping into kms d...Mario Kleiner2013-11-061-2/+8
* Merge tag 'drm/for-3.13-rc1' of git://anongit.freedesktop.org/tegra/linux int...Dave Airlie2013-11-051-0/+1
|\
| * drm/tegra: Move subdevice infrastructure to host1xThierry Reding2013-10-311-0/+1
* | drm/sysfs: sort out minor and connector device object lifetimes.Dave Airlie2013-10-221-1/+1
|/