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