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