summaryrefslogtreecommitdiff
path: root/include/drm
AgeCommit message (Expand)AuthorFilesLines
2014-01-10drm: provide a helper for the encoder possible_crtcs maskRussell King1-0/+1
2014-01-10drm/panel: Add interface to manipulate brightnessThierry Reding1-0/+32
2014-01-10drm/dp: Allow registering AUX channels as I2C bussesThierry Reding1-0/+5
2014-01-10drm/dp: Add DisplayPort link helpersThierry Reding1-0/+15
2014-01-10drm/dp: Add drm_dp_dpcd_read_link_status()Thierry Reding1-0/+3
2014-01-10drm/dp: Add AUX channel infrastructureThierry Reding1-0/+67
2014-01-10drm: Fixup flip-work kerneldocThierry Reding1-0/+1
2014-01-10Merge remote-tracking branch 'drm/drm-next'Stephen Rothwell6-94/+315
2013-12-23drm/radeon: 0x9649 is SUMO2 not SUMOAlex Deucher1-1/+1
2013-12-23Merge tag 'drm/for-3.14-rc1' of git://anongit.freedesktop.org/tegra/linux int...Dave Airlie2-0/+240
2013-12-18drm/dp: Clarify automated test constant and add constant for FAUX test patternTodd Previte1-1/+2
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_SUSERDaniel Vetter1-1/+0
2013-12-18drm: Kill DRM_*MEMORYBARRIERDaniel Vetter1-7/+0
2013-12-18drm: Kill DRM_COPY_(TO|FROM)_USERDaniel Vetter1-7/+0
2013-12-18drm: Kill DRM_WAKUP and DRM_INIT_WAITQUEUEDaniel Vetter1-3/+0
2013-12-18drm: Kill DRM_IRQ_ARGSDaniel Vetter2-4/+1
2013-12-18drm: Kill DRM_HZDaniel Vetter1-2/+0
2013-12-18drm: rip out DRM_AGP_MEM and DRM_AGP_KERNDaniel Vetter3-24/+11
2013-12-18drm: kill the ->agp_destroy callbackDaniel Vetter1-3/+1
2013-12-18drm: inline drm_agp_destroyDaniel Vetter1-5/+0
2013-12-18drm: remove agp_init() bus callbackDaniel Vetter1-1/+0
2013-12-18drm: rip out drm_core_has_AGPDaniel Vetter1-12/+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/dp: Use AUX constants from specificationThierry Reding1-16/+16
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-12-17drm: Add panel supportThierry Reding1-0/+82
2013-12-17drm: Add MIPI DSI bus supportAndrzej Hajda1-0/+158
2013-11-21Merge branch 'ttm-fixes-3.13' of git://people.freedesktop.org/~thomash/linux ...Dave Airlie1-1/+3
2013-11-20drm/ttm: Remove set_need_resched from the ttm fault handlerThomas Hellstrom1-1/+3
2013-11-18drm/ttm: Add a minimal prime implementation for ttm base objectsThomas Hellstrom1-2/+59
2013-11-18drm/ttm: Allow execbuf util reserves without ticketThomas Hellstrom1-1/+2
2013-11-10Merge tag 'bdw-stage1-2013-11-08-v2' of git://people.freedesktop.org/~danvet/...Dave Airlie2-0/+29
2013-11-08drm/radeon: add pci ids for hawaiiAlex Deucher1-0/+12
2013-11-08drm/i915/bdw: support GMS and GGMS changesBen Widawsky1-0/+4
2013-11-08drm/i915/bdw: Add device IDsBen Widawsky1-0/+25
2013-11-06drm/ttm: Enable the dma page pool also for intel IOMMUsThomas Hellstrom1-1/+10
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: add drm_set_preferred_modeGerd Hoffmann1-0/+2
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