summaryrefslogtreecommitdiff
path: root/include/drm (unfollow)
Commit message (Expand)Author
2015-03-05drm/ttm: device address space != CPU address spaceAlex Deucher
2015-03-05drm/mm: Support 4 GiB and larger rangesThierry Reding
2015-02-23drm/i915/bdw: PCI IDs ending in 0xb are ULT.Rodrigo Vivi
2015-02-01drm/dp: add drm_dp_link_power_down() helperRob Clark
2015-01-28drm/bridge: make bridge registration independent of drm flowAjay Kumar
2015-01-28drm/bridge: do not pass drm_bridge_funcs to drm_bridge_initAjay Kumar
2015-01-27drm/atomic: Add ->atomic_check() to encoder helpersThierry Reding
2015-01-27drm/plane: Add optional ->atomic_disable() callbackThierry Reding
2015-01-27drm/plane: Make ->atomic_update() mandatoryThierry Reding
2015-01-27drm/atomic-helpers: Saner encoder/crtc callbacksDaniel Vetter
2015-01-27drm/atomic-helpers: Recover full cursor plane behaviourDaniel Vetter
2015-01-27drm/atomic-helper: add connector->dpms() implementationDaniel Vetter
2015-01-27drm/atomic: Add drm_crtc_state->activeDaniel Vetter
2015-01-27drm: Add standardized boolean propsDaniel Vetter
2015-01-27drm: Add rotation value to plane stateMatt Roper
2015-01-22drm/probe-helper: don't lose hotplug eventDaniel Vetter
2015-01-21drm/fb-helper: Propagate errors from initial config failureThierry Reding
2015-01-21drm: add bus_formats and num_bus_formats fields to drm_display_infoBoris Brezillon
2015-01-12drm/i915: remove unused power_well/get_cdclk_freq apiImre Deak
2015-01-12drm/i915: add component supportImre Deak
2015-01-07drm_modes: add drm_display_mode_to_videomodeSteve Longerbeam
2015-01-07drm: bridge/dw_hdmi: add rockchip rk3288 supportAndy Yan
2015-01-07drm: imx: imx-hdmi: move imx-hdmi to bridge/dw_hdmiAndy Yan
2015-01-05drm/atomic: Hide drm.ko internal interfacesDaniel Vetter
2015-01-05drm: Atomic modeset ioctlRob Clark
2015-01-05drm/atomic: atomic plane propertiesRob Clark
2015-01-05drm: add atomic propertiesRob Clark
2014-12-24Revert "drm/gem: Warn on illegal use of the dumb buffer interface v2"Dave Airlie
2014-12-18drm: add atomic_get_propertyRob Clark
2014-12-18drm: add atomic_set_property wrappersRob Clark
2014-12-17drm: Include drm_crtc_helper.h in DocBookThierry Reding
2014-12-17drm: Make drm_crtc_helper.h standalone includibleThierry Reding
2014-12-17drm: Move IRQ related fields to proper sectionThierry Reding
2014-12-17drm: get rid of direct property value accessRob Clark
2014-12-17drm: store property instead of id in obj attachmentRob Clark
2014-12-17drm/atomic: Introduce state->obj backpointersDaniel Vetter
2014-12-17drm/atomic-helper: Export both plane and modeset check helpersDaniel Vetter
2014-12-17drm: Remove stale commentThierry Reding
2014-12-17drm: Perform basic sanity checks on probed modesVille Syrjälä
2014-12-17drm: Reorganize probed mode validationVille Syrjälä
2014-12-17drm/irq: Add drm_crtc_vblank_count()Thierry Reding
2014-12-17drm/irq: Add drm_crtc_handle_vblank()Thierry Reding
2014-12-17drm/irq: Add drm_crtc_send_vblank_event()Thierry Reding
2014-12-09drm/fb: add support for tiled monitor configurations. (v2)Dave Airlie
2014-12-09drm/tile: expose the tile property to userspace (v3)Dave Airlie
2014-12-09drm/connector: store tile information from displayid (v3)Dave Airlie
2014-12-09drm/mst: cached EDID for logical ports (v2)Dave Airlie
2014-12-09drm: add tile_group support. (v3)Dave Airlie
2014-12-09drm/displayid: add displayid defines and edid extension (v2)Dave Airlie
2014-12-05drm: add helper to get crtc timings (v5)Gustavo Padovan