summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arc
Commit message (Expand)AuthorAgeFilesLines
* drm/arcpgu: remove drm_encoder_slaveDaniel Vetter2018-01-302-11/+8
* drm/arc: Use drm_gem_cma_print_info()Noralf Trønnes2017-11-111-1/+1
* drm/arc: Use drm_gem_fb_create()Noralf Trønnes2017-09-021-1/+2
* Merge tag 'drm-misc-next-2017-08-16' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-08-171-1/+1
|\
| * drm: make drm_mode_config_func constBhumika Goyal2017-08-091-1/+1
* | Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-08-102-2/+1
|\ \ | |/
| * drm: Plumb modifiers through plane initBen Widawsky2017-08-011-0/+1
| * drm/arc: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes2017-07-291-2/+0
* | drm: arcpgu: Allow some clock deviation in crtc->mode_valid() callbackJose Abreu2017-08-031-3/+4
* | drm: arcpgu: Fix module unloadJose Abreu2017-08-031-1/+1
* | drm: arcpgu: Fix mmap() callbackJose Abreu2017-08-031-23/+1
* | arcpgu: Simplify driver nameAlexey Brodkin2017-08-031-1/+1
* | drm/arcpgu: Opt in debugfsAlexey Brodkin2017-08-031-0/+29
|/
* drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart2017-06-301-2/+3
* drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart2017-06-301-2/+3
* drm: arcpgu: Remove CRTC .prepare() helper operationLaurent Pinchart2017-06-281-1/+0
* drm: arcpgu: Remove CRTC .commit() helper operationLaurent Pinchart2017-06-281-1/+0
* drm: arcpgu: arc_pgu_crtc_mode_valid() can be statickbuild test robot2017-06-231-2/+2
* drm: arcpgu: Use crtc->mode_valid() callbackJose Abreu2017-06-221-15/+14
* drm/arcgpu: Drop drm_vblank_cleanupDaniel Vetter2017-05-311-1/+0
* drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo2017-02-071-1/+0
* drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi2017-02-021-2/+1
* drm: bridge: Link encoder and bridge in core codeLaurent Pinchart2016-12-181-4/+1
* drm: Nuke fb->pixel_formatVille Syrjälä2016-12-151-1/+1
* drm/arcpgu: Add local 'fb' variablesVille Syrjälä2016-12-141-1/+2
* 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
OpenPOWER on IntegriCloud