| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | drm/fb: add support for tiled monitor configurations. (v2) | Dave Airlie | 2014-12-09 | 1 | -0/+6 |
* | | | drm/tile: expose the tile property to userspace (v3) | Dave Airlie | 2014-12-09 | 1 | -0/+4 |
* | | | drm/connector: store tile information from displayid (v3) | Dave Airlie | 2014-12-09 | 1 | -0/+18 |
* | | | drm/mst: cached EDID for logical ports (v2) | Dave Airlie | 2014-12-09 | 1 | -1/+3 |
* | | | drm: add tile_group support. (v3) | Dave Airlie | 2014-12-09 | 1 | -0/+16 |
* | | | drm/displayid: add displayid defines and edid extension (v2) | Dave Airlie | 2014-12-09 | 2 | -0/+78 |
* | | | drm/ttm: optionally move duplicates to a separate list | Christian König | 2014-12-03 | 1 | -1/+8 |
| |/
|/| |
|
* | | Merge tag 'topic/core-stuff-2014-11-28' of git://anongit.freedesktop.org/drm-... | Dave Airlie | 2014-12-02 | 5 | -7/+61 |
|\ \
| |/ |
|
| * | drm: fix indentation | Rob Clark | 2014-11-27 | 1 | -1/+1 |
| * | drm/atomic: add plane iterator macros | Rob Clark | 2014-11-27 | 2 | -0/+37 |
| * | drm/atomic: track bitmask of planes attached to crtc | Rob Clark | 2014-11-27 | 2 | -5/+13 |
| * | drm: Make drm_atomic.h standalone includible | Thierry Reding | 2014-11-25 | 1 | -0/+2 |
| * | drm: Make drm_atomic_helper.h standalone includible | Thierry Reding | 2014-11-25 | 1 | -0/+2 |
| * | drm/plane: Add missing kerneldoc | Thierry Reding | 2014-11-25 | 1 | -0/+4 |
| * | drm/plane: Pass old state to ->atomic_update() | Thierry Reding | 2014-11-25 | 1 | -1/+2 |
* | | drm: Decouple EDID parsing from I2C adapter | Lars-Peter Clausen | 2014-11-26 | 1 | -0/+5 |
|/ |
|
* | drm/gem: Warn on illegal use of the dumb buffer interface v2 | Thomas Hellstrom | 2014-11-21 | 1 | -0/+7 |
* | drm: s/enum_blob_list/enum_list/ in drm_property | Daniel Vetter | 2014-11-20 | 1 | -1/+1 |
* | drm/atomic: Don't overrun the connector array when hotplugging | Daniel Vetter | 2014-11-20 | 1 | -0/+2 |
* | Merge tag 'drm/gem-cma/for-3.19-rc1' of git://people.freedesktop.org/~tagr/li... | Dave Airlie | 2014-11-15 | 1 | -8/+22 |
|\ |
|
| * | drm/cma: Introduce drm_gem_cma_dumb_create_internal() | Thierry Reding | 2014-11-13 | 1 | -0/+5 |
| * | drm/doc: Add GEM/CMA helpers to kerneldoc | Thierry Reding | 2014-11-13 | 1 | -8/+17 |
* | | drm: add properties for suggested x/y offset for connectors. (v2) | Dave Airlie | 2014-11-15 | 1 | -0/+5 |
* | | Merge tag 'drm/fixes/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linu... | Dave Airlie | 2014-11-15 | 3 | -7/+23 |
|\ \ |
|
| * | | drm: Make drm_mode_create_tv_properties() signature consistent | Thierry Reding | 2014-11-13 | 1 | -2/+3 |
| * | | drm: Implement drm_get_pci_dev() dummy for !PCI | Thierry Reding | 2014-11-13 | 1 | -0/+15 |
| * | | drm/prime: Use unsigned type for number of pages | Thierry Reding | 2014-11-13 | 1 | -1/+1 |
| * | | drm: Use const data when creating blob properties | Thierry Reding | 2014-11-13 | 2 | -3/+3 |
| * | | drm: Use size_t for blob property sizes | Thierry Reding | 2014-11-13 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'drm/panel/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linu... | Dave Airlie | 2014-11-15 | 1 | -6/+88 |
|\ \ |
|
| * | | drm/dsi: Do not require .owner field to be set | Thierry Reding | 2014-11-13 | 1 | -1/+5 |
| * | | drm/dsi: Resolve MIPI DSI device from phandle | Thierry Reding | 2014-11-13 | 1 | -0/+1 |
| * | | drm/dsi: Implement DCS set_{column,page}_address commands | Thierry Reding | 2014-11-13 | 1 | -0/+4 |
| * | | drm/dsi: Implement DCS {get,set}_pixel_format commands | Thierry Reding | 2014-11-13 | 1 | -0/+2 |
| * | | drm/dsi: Implement DCS get_power_mode command | Thierry Reding | 2014-11-13 | 1 | -0/+7 |
| * | | drm/dsi: Implement DCS soft_reset command | Thierry Reding | 2014-11-13 | 1 | -0/+1 |
| * | | drm/dsi: Implement DCS nop command | Thierry Reding | 2014-11-13 | 1 | -0/+1 |
| * | | drm/dsi: Add to DocBook documentation | Thierry Reding | 2014-11-13 | 1 | -2/+14 |
| * | | drm/dsi: Implement some standard DCS commands | YoungJun Cho | 2014-11-13 | 1 | -0/+19 |
| * | | drm/dsi: Implement generic read and write commands | Thierry Reding | 2014-11-13 | 1 | -0/+6 |
| * | | drm/dsi: Add mipi_dsi_set_maximum_return_packet_size() helper | YoungJun Cho | 2014-11-13 | 1 | -0/+2 |
| * | | drm/dsi: Constify mipi_dsi_msg | Thierry Reding | 2014-11-13 | 1 | -1/+1 |
| * | | drm/dsi: Make mipi_dsi_dcs_{read,write}() symmetrical | Thierry Reding | 2014-11-13 | 1 | -2/+4 |
| * | | drm/dsi: Add message to packet translator | Thierry Reding | 2014-11-13 | 1 | -0/+18 |
| * | | drm/dsi: Introduce packet format helpers | Thierry Reding | 2014-11-13 | 1 | -0/+3 |
| |/ |
|
* | | drm: flip-work: change drm_flip_work_init prototype | Boris BREZILLON | 2014-11-15 | 1 | -1/+1 |
* | | drm: rework flip-work helpers to avoid calling func when the FIFO is full | Boris BREZILLON | 2014-11-15 | 1 | -8/+23 |
* | | drm: Per-plane locking | Daniel Vetter | 2014-11-12 | 2 | -1/+5 |
* | | drm: export atomic wait_for_vblanks helper (v2) | Rob Clark | 2014-11-12 | 1 | -0/+3 |
* | | Merge tag 'v3.18-rc4' into drm-next | Dave Airlie | 2014-11-12 | 1 | -1/+0 |
|\ \ |
|