aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-24Revert "drm/gem: Warn on illegal use of the dumb buffer interface v2"Dave Airlie1-7/+0
2014-12-17drm/irq: Add drm_crtc_vblank_count()Thierry Reding1-0/+1
2014-12-17drm/irq: Add drm_crtc_handle_vblank()Thierry Reding1-0/+1
2014-12-17drm/irq: Add drm_crtc_send_vblank_event()Thierry Reding1-0/+2
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-03drm/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-intel into drm-nextDave 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/linux into drm-nextDave 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/linux into drm-nextDave Airlie3-7/+23
2014-11-15Merge tag 'drm/panel/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linux into drm-nextDave 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
2014-11-13drm: Make drm_mode_create_tv_properties() signature consistentThierry Reding1-2/+3
2014-11-13drm: Implement drm_get_pci_dev() dummy for !PCIThierry Reding1-0/+15
2014-11-13drm/prime: Use unsigned type for number of pagesThierry Reding1-1/+1
2014-11-13drm: Use const data when creating blob propertiesThierry Reding2-3/+3