summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/arc
AgeCommit message (Expand)AuthorFilesLines
2018-11-24drm: replace "drm_dev_unref" function with "drm_dev_put"Fernando Ramos1-2/+2
2018-11-01drm/arc: Use drm_fbdev_generic_setup()Noralf Trønnes2-34/+3
2018-10-05drm/arcpgu: Use drm_atomic_helper_shutdownDaniel Vetter2-1/+1
2018-10-05drm/arcpgu: Drop transitional hooksDaniel Vetter1-2/+0
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1
2018-07-03drm: add missing ctx argument to plane transitional helpersRussell King1-1/+1
2018-05-25drm/arc: Stop consulting plane->fbVille Syrjälä1-3/+0
2018-01-30drm/arcpgu: remove drm_encoder_slaveDaniel Vetter2-11/+8
2017-11-11drm/arc: Use drm_gem_cma_print_info()Noralf Trønnes1-1/+1
2017-09-02drm/arc: Use drm_gem_fb_create()Noralf Trønnes1-1/+2
2017-08-17Merge tag 'drm-misc-next-2017-08-16' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-1/+1
2017-08-10Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm...Dave Airlie2-2/+1
2017-08-09drm: make drm_mode_config_func constBhumika Goyal1-1/+1
2017-08-03drm: arcpgu: Allow some clock deviation in crtc->mode_valid() callbackJose Abreu1-3/+4
2017-08-03drm: arcpgu: Fix module unloadJose Abreu1-1/+1
2017-08-03drm: arcpgu: Fix mmap() callbackJose Abreu1-23/+1
2017-08-03arcpgu: Simplify driver nameAlexey Brodkin1-1/+1
2017-08-03drm/arcpgu: Opt in debugfsAlexey Brodkin1-0/+29
2017-08-01drm: Plumb modifiers through plane initBen Widawsky1-0/+1
2017-07-29drm/arc: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes1-2/+0
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart1-2/+3
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart1-2/+3
2017-06-28drm: arcpgu: Remove CRTC .prepare() helper operationLaurent Pinchart1-1/+0
2017-06-28drm: arcpgu: Remove CRTC .commit() helper operationLaurent Pinchart1-1/+0
2017-06-23drm: arcpgu: arc_pgu_crtc_mode_valid() can be statickbuild test robot1-2/+2
2017-06-22drm: arcpgu: Use crtc->mode_valid() callbackJose Abreu1-15/+14
2017-05-31drm/arcgpu: Drop drm_vblank_cleanupDaniel Vetter1-1/+0
2017-02-07drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo1-1/+0
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi1-2/+1
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