summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/arc
AgeCommit message (Expand)Author
2019-12-16DRM: ARC: PGU: add ARGB8888 format to supported format listEugeniy Paltsev
2019-12-16DRM: ARC: PGU: replace unsupported by HW RGB888 format by XRGB888Eugeniy Paltsev
2019-12-16DRM: ARC: PGU: cleanup supported format list codeEugeniy Paltsev
2019-12-16DRM: ARC: PGU: fix framebuffer format switchingEugeniy Paltsev
2019-11-14Merge tag 'arcpgu-updates-2019.07.18' of github.com:abrodkin/linux into drm-nextDave Airlie
2019-08-28drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon
2019-07-17drm/arcpgu: rework encoder searchEugeniy Paltsev
2019-06-21drm/arc: Drop drm_gem_prime_export/importDaniel Vetter
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2019-01-24drm/arcpgu: prepare for drmP.h removal from drm_modeset_helper.hSam Ravnborg
2019-01-11drm/arc: Don't set the dpms hookDaniel Vetter
2019-01-09drm/arc: do not rely on drmP.h from drm_gem_cma_helper.hSam Ravnborg
2018-11-24drm: replace "drm_dev_unref" function with "drm_dev_put"Fernando Ramos
2018-11-01drm/arc: Use drm_fbdev_generic_setup()Noralf Trønnes
2018-10-05drm/arcpgu: Use drm_atomic_helper_shutdownDaniel Vetter
2018-10-05drm/arcpgu: Drop transitional hooksDaniel Vetter
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter
2018-07-03drm: add missing ctx argument to plane transitional helpersRussell King
2018-05-25drm/arc: Stop consulting plane->fbVille Syrjälä
2018-01-30drm/arcpgu: remove drm_encoder_slaveDaniel Vetter
2017-11-11drm/arc: Use drm_gem_cma_print_info()Noralf Trønnes
2017-09-02drm/arc: Use drm_gem_fb_create()Noralf Trønnes
2017-08-17Merge tag 'drm-misc-next-2017-08-16' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-08-10Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-08-09drm: make drm_mode_config_func constBhumika Goyal
2017-08-03drm: arcpgu: Allow some clock deviation in crtc->mode_valid() callbackJose Abreu
2017-08-03drm: arcpgu: Fix module unloadJose Abreu
2017-08-03drm: arcpgu: Fix mmap() callbackJose Abreu
2017-08-03arcpgu: Simplify driver nameAlexey Brodkin
2017-08-03drm/arcpgu: Opt in debugfsAlexey Brodkin
2017-08-01drm: Plumb modifiers through plane initBen Widawsky
2017-07-29drm/arc: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart
2017-06-28drm: arcpgu: Remove CRTC .prepare() helper operationLaurent Pinchart
2017-06-28drm: arcpgu: Remove CRTC .commit() helper operationLaurent Pinchart
2017-06-23drm: arcpgu: arc_pgu_crtc_mode_valid() can be statickbuild test robot
2017-06-22drm: arcpgu: Use crtc->mode_valid() callbackJose Abreu
2017-05-31drm/arcgpu: Drop drm_vblank_cleanupDaniel Vetter
2017-02-07drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi
2016-12-18drm: bridge: Link encoder and bridge in core codeLaurent Pinchart
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä
2016-12-14drm/arcpgu: Add local 'fb' variablesVille Syrjälä
2016-12-06Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextDaniel Vetter
2016-12-05Backmerge tag 'v4.9-rc8' into drm-nextDave Airlie
2016-12-01drm: Make the connector .detect() callback optionalLaurent Pinchart