summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/arc
AgeCommit message (Expand)AuthorFilesLines
2016-12-18drm: bridge: Link encoder and bridge in core codeLaurent Pinchart1-4/+1
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-1/+1
2016-12-14drm/arcpgu: Add local 'fb' variablesVille Syrjälä1-1/+2
2016-12-06Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextDaniel Vetter1-142/+17
2016-12-05Backmerge tag 'v4.9-rc8' into drm-nextDave Airlie1-142/+17
2016-12-01drm: Make the connector .detect() callback optionalLaurent Pinchart1-7/+0
2016-11-11drm/arcpgu: Accommodate adv7511 switch to DRM bridgeEugeniy Paltsev1-142/+17
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula1-2/+0
2016-09-22drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen1-2/+2
2016-08-19drm: Don't implement empty prepare_fb()/cleanup_fb()Laurent Pinchart1-2/+0
2016-07-19drm/arc: Remove redundant dev_err call in arcpgu_load()Wei Yongjun1-3/+1
2016-07-19drm/arc: Fix some sparse warningsWei Yongjun1-3/+3
2016-07-18drm/arc: make fbdev support really optionalTobias Jakobi1-1/+0
2016-07-18drm/arcpgu: Delete an unnecessary check before drm_fbdev_cma_hotplug_event()Markus Elfring1-2/+1
2016-07-15gpu: drm: arcpgu_drv: add missing of_node_put after calling of_parse_phandlePeter Chen1-0/+1
2016-06-21drm/arc: Remove redundant calls to drm_connector_register_all()Chris Wilson1-8/+0
2016-06-16Merge tag 'topic/drm-misc-2016-06-15' of git://anongit.freedesktop.org/drm-in...Dave Airlie4-56/+6
2016-06-13drm/arcpgu: Make ARC PGU usable on simulation platformsRuud Derwig4-8/+138
2016-06-10drm: arc: Rely on the default ->best_encoder() behaviorBoris Brezillon1-18/+0
2016-06-10drm/arc: Implement nonblocking commit correctlyDaniel Vetter1-7/+1
2016-06-10drm/arc: Actually bother with handling atomic events.Daniel Vetter1-7/+5
2016-06-09drm/arc: Nuke event_listDaniel Vetter3-24/+0
2016-06-09Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-1/+1
2016-06-03drm/fence: add fence to drm_pending_eventGustavo Padovan1-1/+1
2016-06-01drm/arcpgu: Use lockless gem BO free callbackDaniel Vetter1-1/+1
2016-04-29drm/arcpgu: use dedicated memory area for frame bufferAlexey Brodkin1-0/+6
2016-04-26drm: Add support of ARC PGU display controllerCarlos Palminha7-0/+842