summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arc
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextDaniel Vetter2016-12-061-142/+17
|\
| * Backmerge tag 'v4.9-rc8' into drm-nextDave Airlie2016-12-051-142/+17
| |\
| | * drm/arcpgu: Accommodate adv7511 switch to DRM bridgeEugeniy Paltsev2016-11-111-142/+17
* | | drm: Make the connector .detect() callback optionalLaurent Pinchart2016-12-011-7/+0
|/ /
* / drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula2016-11-021-2/+0
|/
* drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen2016-09-221-2/+2
* drm: Don't implement empty prepare_fb()/cleanup_fb()Laurent Pinchart2016-08-191-2/+0
* drm/arc: Remove redundant dev_err call in arcpgu_load()Wei Yongjun2016-07-191-3/+1
* drm/arc: Fix some sparse warningsWei Yongjun2016-07-191-3/+3
* drm/arc: make fbdev support really optionalTobias Jakobi2016-07-181-1/+0
* drm/arcpgu: Delete an unnecessary check before drm_fbdev_cma_hotplug_event()Markus Elfring2016-07-181-2/+1
* gpu: drm: arcpgu_drv: add missing of_node_put after calling of_parse_phandlePeter Chen2016-07-151-0/+1
* drm/arc: Remove redundant calls to drm_connector_register_all()Chris Wilson2016-06-211-8/+0
* Merge tag 'topic/drm-misc-2016-06-15' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-06-164-56/+6
|\
| * drm: arc: Rely on the default ->best_encoder() behaviorBoris Brezillon2016-06-101-18/+0
| * drm/arc: Implement nonblocking commit correctlyDaniel Vetter2016-06-101-7/+1
| * drm/arc: Actually bother with handling atomic events.Daniel Vetter2016-06-101-7/+5
| * drm/arc: Nuke event_listDaniel Vetter2016-06-093-24/+0
* | drm/arcpgu: Make ARC PGU usable on simulation platformsRuud Derwig2016-06-134-8/+138
|/
* Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-06-091-1/+1
|\
| * drm/fence: add fence to drm_pending_eventGustavo Padovan2016-06-031-1/+1
* | drm/arcpgu: Use lockless gem BO free callbackDaniel Vetter2016-06-011-1/+1
|/
* drm/arcpgu: use dedicated memory area for frame bufferAlexey Brodkin2016-04-291-0/+6
* drm: Add support of ARC PGU display controllerCarlos Palminha2016-04-267-0/+842