aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-02drm/panel: Add display timing supportPhilipp Zabel1-0/+5
2015-04-02drm/atomic: Add helpers for state-subclassing driversThierry Reding1-0/+14
2015-04-01drm: bridge/dw_hdmi: separate VLEVCTRL settting into platform driverYakir Yang1-2/+3
2015-04-01Merge tag 'topic/drm-misc-2015-03-31' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-3/+7
2015-03-31drm: line wrap DRM_IOCTL_DEF* macrosEmil Velikov1-2/+7
2015-03-27drm: Drop ioctl->cmd_drvVille Syrjälä1-2/+1
2015-03-27drm: Fix DRM_IOCTL_DEF_DRV()Ville Syrjälä1-1/+1
2015-03-24drm: Remove unused DRM_MODE_OBJECT_BRIDGEThierry Reding1-1/+0
2015-03-24Merge tag 'drm-intel-next-2015-03-13-merge' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-24/+25
2015-03-19drm/dp_mst: add a function to retrieve vcpi slotsDave Airlie1-0/+2
2015-03-17drm/i915: remove indirection in the PCI ID macrosJani Nikula1-24/+25
2015-03-11drm/atomic: minor kerneldoc typo fixRob Clark1-1/+1
2015-03-11drm/fb: document drm_fb_helper_surface_sizeRob Clark1-0/+19
2015-03-11drm/dp: Use large transactions for I2C over AUXSimon Farnsworth1-0/+5
2015-03-10drm: Check in setcrtc if the primary plane supports the fb pixel formatLaurent Pinchart1-0/+2
2015-03-10drm/plane-helper: unexport drm_primary_helper_create_planeDaniel Vetter1-4/+0
2015-03-10drm: Share plane pixel format check code between legacy and atomicLaurent Pinchart1-0/+2
2015-03-10drm/dp: add DPCD definitions from eDP 1.4Jani Nikula1-0/+37
2015-03-10drm/dp: add DPCD definitions from DP 1.1 and 1.2aJani Nikula1-5/+88
2015-03-10drm/dp: add DPCD definitions from eDP 1.2Jani Nikula1-0/+32
2015-03-10drm/dp: indentation and ordering cleanupsJani Nikula1-5/+6
2015-03-09Merge tag 'v4.0-rc3' into drm-nextDave Airlie4-30/+30
2015-03-09Merge tag 'drm-intel-next-2015-02-27' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-0/+1
2015-03-05drm: Pass in new and old plane state to prepare_fb and cleanup_fbTvrtko Ursulin1-2/+4
2015-03-05Merge tag 'drm-intel-next-2015-02-14' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie2-9/+23
2015-03-05drm/ttm: device address space != CPU address spaceAlex Deucher2-2/+2
2015-03-05drm/mm: Support 4 GiB and larger rangesThierry Reding1-26/+26
2015-02-24drm: Adding edp1.4 specific dpcd macrosSonika Jindal1-0/+8
2015-02-24drm/atomic-helpers: make mode_set hooks optionalDaniel Vetter1-1/+2
2015-02-24drm/atomic-helper: Rename commmit_post/pre_planesDaniel Vetter1-3/+3
2015-02-23drm: Add DRM_DEBUG_ATOMICDaniel Vetter1-0/+9
2015-02-23drm: Fix the CRTC_STEREO_DOUBLE_ONLY define to include stero modesDamien Lespiau1-1/+1
2015-02-23drm/irq: Add drm_crtc_vblank_resetDaniel Vetter1-0/+1
2015-02-23drm/i915/bdw: PCI IDs ending in 0xb are ULT.Rodrigo Vivi1-2/+2
2015-02-13drm: add support for tiled/compressed/etc modifier in addfb2Rob Clark1-0/+4
2015-02-13drm/i915/skl: Split the SKL PCI ids by GTDamien Lespiau1-9/+19
2015-02-01drm/dp: add drm_dp_link_power_down() helperRob Clark1-0/+1
2015-01-28drm/bridge: make bridge registration independent of drm flowAjay Kumar2-13/+21
2015-01-28drm/bridge: do not pass drm_bridge_funcs to drm_bridge_initAjay Kumar1-2/+1
2015-01-28Merge tag 'topic/atomic-core-2015-01-27' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie3-2/+28
2015-01-28Merge tag 'drm/tegra/for-3.20-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-nextDave Airlie3-1/+47
2015-01-27drm/atomic: Add ->atomic_check() to encoder helpersThierry Reding1-0/+6
2015-01-27drm/plane: Add optional ->atomic_disable() callbackThierry Reding2-0/+40
2015-01-27drm/plane: Make ->atomic_update() mandatoryThierry Reding1-1/+1
2015-01-27drm/atomic-helpers: Saner encoder/crtc callbacksDaniel Vetter1-2/+18
2015-01-27drm/atomic-helpers: Recover full cursor plane behaviourDaniel Vetter1-0/+2
2015-01-27drm/atomic-helper: add connector->dpms() implementationDaniel Vetter1-0/+2
2015-01-27drm/atomic: Add drm_crtc_state->activeDaniel Vetter1-0/+3
2015-01-27drm: Add standardized boolean propsDaniel Vetter1-0/+2
2015-01-27drm: Add rotation value to plane stateMatt Roper1-0/+3