summaryrefslogtreecommitdiffstats
path: root/include/drm
AgeCommit message (Expand)AuthorLines
2013-12-23drm/radeon: 0x9649 is SUMO2 not SUMOAlex Deucher-1/+1
2013-11-21Merge branch 'ttm-fixes-3.13' of git://people.freedesktop.org/~thomash/linux ...Dave Airlie-1/+3
2013-11-20drm/ttm: Remove set_need_resched from the ttm fault handlerThomas Hellstrom-1/+3
2013-11-18drm/ttm: Add a minimal prime implementation for ttm base objectsThomas Hellstrom-2/+59
2013-11-18drm/ttm: Allow execbuf util reserves without ticketThomas Hellstrom-1/+2
2013-11-10Merge tag 'bdw-stage1-2013-11-08-v2' of git://people.freedesktop.org/~danvet/...Dave Airlie-0/+29
2013-11-08drm/radeon: add pci ids for hawaiiAlex Deucher-0/+12
2013-11-08drm/i915/bdw: support GMS and GGMS changesBen Widawsky-0/+4
2013-11-08drm/i915/bdw: Add device IDsBen Widawsky-0/+25
2013-11-06drm/ttm: Enable the dma page pool also for intel IOMMUsThomas Hellstrom-1/+10
2013-11-06drm: make drm_get_minor() staticDavid Herrmann-1/+0
2013-11-06drm: simplify drm_put_minor()David Herrmann-1/+0
2013-11-06drm: Compact booleans within struct drm_fileChris Wilson-7/+6
2013-11-06drm: Do not drop root privileges for a fancier younger processChris Wilson-0/+1
2013-11-06drm: add drm_set_preferred_modeGerd Hoffmann-0/+2
2013-11-06drm: Remove drm_debugfs_node and drm_debugfs_listLespiau, Damien-21/+0
2013-11-06drm: Constify struct drm_info_list * argumentsLespiau, Damien-4/+5
2013-11-06drm: Push latency sensitive bits of vblank scanoutpos timestamping into kms d...Mario Kleiner-2/+8
2013-11-05Merge tag 'drm/for-3.13-rc1' of git://anongit.freedesktop.org/tegra/linux int...Dave Airlie-0/+1
2013-10-31drm/tegra: Move subdevice infrastructure to host1xThierry Reding-0/+1
2013-10-23drm: return if changed in drm_helper_hpd_irq_event()Marc-André Lureau-1/+1
2013-10-22Merge branch 'drm-tda998x-3.12' of git://ftp.arm.linux.org.uk/~rmk/linux-cubo...Dave Airlie-0/+17
2013-10-22drm/sysfs: sort out minor and connector device object lifetimes.Dave Airlie-2/+2
2013-10-12DRM: Armada: Add Armada DRM driverRussell King-0/+17
2013-10-10Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter-44/+43
2013-10-09drm/dp: add helper for checking DP_ENHANCED_FRAME_CAP in DPCDJani Nikula-0/+7
2013-10-09drm: Kill drm perf counter leftoversVille Syrjälä-7/+0
2013-10-09drm: Remove pci_vendor and pci_device from struct drm_deviceVille Syrjälä-2/+0
2013-10-09drm: Kill ctx_count from struct drm_deviceVille Syrjälä-1/+0
2013-10-09drm: Kill unused stuff from struct drm_deviceVille Syrjälä-2/+0
2013-10-09drm: Make irq_enabled boolVille Syrjälä-1/+1
2013-10-09drm: Collect per-crtc vblank stuff to a structVille Syrjälä-10/+16
2013-10-09drm: Make vblank_enabled boolVille Syrjälä-1/+1
2013-10-09drm: Make vblank_inmodeset unsignedVille Syrjälä-1/+1
2013-10-09drm: Make vblank_disable_allowed boolVille Syrjälä-1/+1
2013-10-09drm: move device unregistration into drm_dev_unregister()David Herrmann-0/+1
2013-10-09drm: introduce drm_dev_free() to fix error pathsDavid Herrmann-0/+1
2013-10-09drm: merge device setup into drm_dev_register()David Herrmann-3/+1
2013-10-09drm: add drm_dev_alloc() helperDavid Herrmann-0/+2
2013-10-09drm: kill ->gem_init_object() and friendsDavid Herrmann-5/+0
2013-10-01drm: Reject stereo modes with an unknown layoutDamien Lespiau-0/+2
2013-10-01drm: Code stereo layouts as an enum rather than a bit fieldDamien Lespiau-9/+0
2013-10-01drm: Implement timings adjustments for frame packingDamien Lespiau-1/+2
2013-10-01drm: Introduce a crtc_clock for struct drm_display_modeDamien Lespiau-0/+1
2013-10-01drm: Remove synth_clock from struct drm_display_modeDamien Lespiau-1/+0
2013-10-01drm: Remove clock_index from struct drm_display_modeDamien Lespiau-1/+0
2013-10-01drm: Make exposing stereo modes a per-connector opt-inDamien Lespiau-0/+2
2013-10-01drm: Make drm_match_cea_mode() return the underlying 2D VIC for 3d modesDamien Lespiau-1/+1
2013-10-01drm: Add a STEREO_3D capability to the SET_CLIENT_CAP ioctlDamien Lespiau-0/+3
2013-10-01drm: Add HDMI stereo 3D flags to struct drm_mode_modeinfoDamien Lespiau-0/+14