aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-21Merge branch 'ttm-fixes-3.13' of git://people.freedesktop.org/~thomash/linux into drm-fixesDave 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/drm-intel into drm-nextDave 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
2013-11-06drm: Push latency sensitive bits of vblank scanoutpos timestamping into kms drivers.Mario Kleiner1-2/+8
2013-11-05Merge tag 'drm/for-3.13-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-nextDave Airlie1-0/+1
2013-10-31drm/tegra: Move subdevice infrastructure to host1xThierry Reding1-0/+1
2013-10-23drm: return if changed in drm_helper_hpd_irq_event()Marc-André Lureau1-1/+1
2013-10-22Merge branch 'drm-tda998x-3.12' of git://ftp.arm.linux.org.uk/~rmk/linux-cubox into drm-nextDave Airlie1-0/+17
2013-10-22drm/sysfs: sort out minor and connector device object lifetimes.Dave Airlie2-2/+2
2013-10-12DRM: Armada: Add Armada DRM driverRussell King1-0/+17
2013-10-10Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter3-44/+43
2013-10-09drm/dp: add helper for checking DP_ENHANCED_FRAME_CAP in DPCDJani Nikula1-0/+7
2013-10-09drm: Kill drm perf counter leftoversVille Syrjälä1-7/+0
2013-10-09drm: Remove pci_vendor and pci_device from struct drm_deviceVille Syrjälä1-2/+0
2013-10-09drm: Kill ctx_count from struct drm_deviceVille Syrjälä1-1/+0
2013-10-09drm: Kill unused stuff from struct drm_deviceVille Syrjälä1-2/+0
2013-10-09drm: Make irq_enabled boolVille Syrjälä1-1/+1
2013-10-09drm: Collect per-crtc vblank stuff to a structVille Syrjälä1-10/+16
2013-10-09drm: Make vblank_enabled boolVille Syrjälä1-1/+1
2013-10-09drm: Make vblank_inmodeset unsignedVille Syrjälä1-1/+1
2013-10-09drm: Make vblank_disable_allowed boolVille Syrjälä1-1/+1
2013-10-09drm: move device unregistration into drm_dev_unregister()David Herrmann1-0/+1
2013-10-09drm: introduce drm_dev_free() to fix error pathsDavid Herrmann1-0/+1
2013-10-09drm: merge device setup into drm_dev_register()David Herrmann1-3/+1
2013-10-09drm: add drm_dev_alloc() helperDavid Herrmann1-0/+2
2013-10-09drm: kill ->gem_init_object() and friendsDavid Herrmann1-5/+0
2013-10-01drm: Reject stereo modes with an unknown layoutDamien Lespiau1-0/+2
2013-10-01drm: Code stereo layouts as an enum rather than a bit fieldDamien Lespiau1-9/+0
2013-10-01drm: Implement timings adjustments for frame packingDamien Lespiau1-1/+2
2013-10-01drm: Introduce a crtc_clock for struct drm_display_modeDamien Lespiau1-0/+1
2013-10-01drm: Remove synth_clock from struct drm_display_modeDamien Lespiau1-1/+0
2013-10-01drm: Remove clock_index from struct drm_display_modeDamien Lespiau1-1/+0
2013-10-01drm: Make exposing stereo modes a per-connector opt-inDamien Lespiau1-0/+2
2013-10-01drm: Make drm_match_cea_mode() return the underlying 2D VIC for 3d modesDamien Lespiau1-1/+1
2013-10-01drm: Add a STEREO_3D capability to the SET_CLIENT_CAP ioctlDamien Lespiau1-0/+3
2013-10-01drm: Add HDMI stereo 3D flags to struct drm_mode_modeinfoDamien Lespiau1-0/+14
2013-10-01drm: Add a SET_CLIENT_CAP ioctlDamien Lespiau1-0/+2