summaryrefslogtreecommitdiff
path: root/include/drm
AgeCommit message (Expand)AuthorFilesLines
2015-01-05drm/atomic: atomic plane propertiesRob Clark1-0/+10
2015-01-05drm: add atomic propertiesRob Clark3-1/+8
2014-12-19drm: add atomic_get_propertyRob Clark2-0/+27
2014-12-19drm: add atomic_set_property wrappersRob Clark2-0/+12
2014-12-17drm: get rid of direct property value accessRob Clark1-0/+3
2014-12-17drm: store property instead of id in obj attachmentRob Clark1-1/+6
2014-12-17drm/atomic: Introduce state->obj backpointersDaniel Vetter2-2/+11
2014-12-17drm/atomic-helper: Export both plane and modeset check helpersDaniel Vetter2-0/+12
2014-12-09drm/fb: add support for tiled monitor configurations. (v2)Dave Airlie1-0/+6
2014-12-09drm/tile: expose the tile property to userspace (v3)Dave Airlie1-0/+4
2014-12-09drm/connector: store tile information from displayid (v3)Dave Airlie1-0/+18
2014-12-09drm/mst: cached EDID for logical ports (v2)Dave Airlie1-1/+3
2014-12-09drm: add tile_group support. (v3)Dave Airlie1-0/+16
2014-12-09drm/displayid: add displayid defines and edid extension (v2)Dave Airlie2-0/+78
2014-12-04drm/ttm: optionally move duplicates to a separate listChristian König1-1/+8
2014-12-02Merge tag 'topic/core-stuff-2014-11-28' of git://anongit.freedesktop.org/drm-...Dave Airlie5-7/+61
2014-11-27drm: fix indentationRob Clark1-1/+1
2014-11-27drm/atomic: add plane iterator macrosRob Clark2-0/+37
2014-11-27drm/atomic: track bitmask of planes attached to crtcRob Clark2-5/+13
2014-11-26drm: Decouple EDID parsing from I2C adapterLars-Peter Clausen1-0/+5
2014-11-25drm: Make drm_atomic.h standalone includibleThierry Reding1-0/+2
2014-11-25drm: Make drm_atomic_helper.h standalone includibleThierry Reding1-0/+2
2014-11-25drm/plane: Add missing kerneldocThierry Reding1-0/+4
2014-11-25drm/plane: Pass old state to ->atomic_update()Thierry Reding1-1/+2
2014-11-21drm/gem: Warn on illegal use of the dumb buffer interface v2Thomas Hellstrom1-0/+7
2014-11-20drm: s/enum_blob_list/enum_list/ in drm_propertyDaniel Vetter1-1/+1
2014-11-20drm/atomic: Don't overrun the connector array when hotpluggingDaniel Vetter1-0/+2
2014-11-15Merge tag 'drm/gem-cma/for-3.19-rc1' of git://people.freedesktop.org/~tagr/li...Dave Airlie1-8/+22
2014-11-15drm: add properties for suggested x/y offset for connectors. (v2)Dave Airlie1-0/+5
2014-11-15Merge tag 'drm/fixes/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linu...Dave Airlie3-7/+23
2014-11-15Merge tag 'drm/panel/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linu...Dave Airlie1-6/+88
2014-11-15drm: flip-work: change drm_flip_work_init prototypeBoris BREZILLON1-1/+1
2014-11-15drm: rework flip-work helpers to avoid calling func when the FIFO is fullBoris BREZILLON1-8/+23
2014-11-13drm/dsi: Do not require .owner field to be setThierry Reding1-1/+5
2014-11-13drm/dsi: Resolve MIPI DSI device from phandleThierry Reding1-0/+1
2014-11-13drm/dsi: Implement DCS set_{column,page}_address commandsThierry Reding1-0/+4
2014-11-13drm/dsi: Implement DCS {get,set}_pixel_format commandsThierry Reding1-0/+2
2014-11-13drm/dsi: Implement DCS get_power_mode commandThierry Reding1-0/+7
2014-11-13drm/dsi: Implement DCS soft_reset commandThierry Reding1-0/+1
2014-11-13drm/dsi: Implement DCS nop commandThierry Reding1-0/+1
2014-11-13drm/dsi: Add to DocBook documentationThierry Reding1-2/+14
2014-11-13drm/dsi: Implement some standard DCS commandsYoungJun Cho1-0/+19
2014-11-13drm/dsi: Implement generic read and write commandsThierry Reding1-0/+6
2014-11-13drm/dsi: Add mipi_dsi_set_maximum_return_packet_size() helperYoungJun Cho1-0/+2
2014-11-13drm/dsi: Constify mipi_dsi_msgThierry Reding1-1/+1
2014-11-13drm/dsi: Make mipi_dsi_dcs_{read,write}() symmetricalThierry Reding1-2/+4
2014-11-13drm/dsi: Add message to packet translatorThierry Reding1-0/+18
2014-11-13drm/dsi: Introduce packet format helpersThierry Reding1-0/+3
2014-11-13drm/cma: Introduce drm_gem_cma_dumb_create_internal()Thierry Reding1-0/+5
2014-11-13drm/doc: Add GEM/CMA helpers to kerneldocThierry Reding1-8/+17