summaryrefslogtreecommitdiffstats
path: root/include/drm
AgeCommit message (Expand)AuthorFilesLines
2013-10-31drm/tegra: Move subdevice infrastructure to host1xThierry Reding1-0/+1
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
2013-10-01drm/dp: constify DP DPCD helpersJani Nikula1-8/+8
2013-10-01drm/edid: add drm_edid_duplicateJani Nikula1-0/+1
2013-10-01drm/dp: add defines for downstream port typesJani Nikula1-4/+4
2013-09-20Revert "drm: mark context support as a legacy subsystem"Dave Airlie1-4/+3
2013-09-11drm/radeon: add some additional berlin pci idsAlex Deucher1-0/+3
2013-09-10Merge tag 'drm-intel-fixes-2013-09-06' of git://people.freedesktop.org/~danve...Dave Airlie2-0/+245
2013-09-05drm/exynos: fimd: replace struct fb_videomode with videomodeAndrzej Hajda1-1/+2
2013-09-03x86: add early quirk for reserving Intel graphics stolen memory v5Jesse Barnes1-0/+32
2013-09-03drm/i915: split PCI IDs out into i915_drm.h v4Jesse Barnes2-0/+213
2013-09-02drm: Add drm_bridgeSean Paul1-0/+55
2013-09-02Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie3-7/+26
2013-08-30drm/radeon: add berlin pci idsAlex Deucher1-0/+18
2013-08-30drm/edid: add a helper function to extract the speaker allocation data block ...Alex Deucher1-0/+1
2013-08-30drm: Advertise async page flip ability through GETCAP ioctlKeith Packard1-0/+3
2013-08-30drm: Pass page flip ioctl flags to driverKeith Packard1-1/+2
2013-08-30drm: Remove the dithering_mode_property fieldDamien Lespiau1-1/+0
2013-08-30drm: implement experimental render nodesDavid Herrmann1-0/+9
2013-08-30drm: Add a helper to forge HDMI vendor infoframesLespiau, Damien1-0/+4
2013-08-30drm: Don't export drm_find_cea_extension() any moreLespiau, Damien1-1/+0
2013-08-29drm: allow open of dynamic off devices.Dave Airlie1-0/+1
2013-08-27drm/vma: add access management helpersDavid Herrmann1-3/+36
2013-08-21drm/prime: Always add exported buffers to the handle cacheDaniel Vetter1-1/+1