aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/atmel-hlcdc
AgeCommit message (Expand)Author
2018-07-08drm/atmel-hlcdc: check stride values in the first planeStefan Agner
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-08drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter
2017-08-08drm: Nuke drm_atomic_helper_crtc_set_propertyDaniel Vetter
2017-08-03drm/atmel-hlcdc: switch to drm_*{get,put} helpersCihangir Akturk
2017-08-03drm/atmel-hlcdc : constify drm_plane_helper_funcs and drm_plane_funcs.Arvind Yadav
2017-08-01drm: Plumb modifiers through plane initBen Widawsky
2017-07-29drm/atmel-hlcdc: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes
2017-07-26drm/atmel-hlcdc: Handle drm_atomic_helper_swap_state failureMaarten Lankhorst
2017-07-13drm/atmel-hlcdec: Use for_each_new_connector_in_stateMaarten Lankhorst
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-27Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul
2017-06-22drm: atmel-hlcdc: add support for 8-bit color lookup table modePeter Rosin
2017-06-22drm: atmel-hlcdc: add missing .set_property helper to the crtcPeter Rosin
2017-06-21drm/atmel-hlcdc: Remove unnecessary NULL checkThierry Reding
2017-06-16Merge tag 'drm-misc-next-2017-06-15' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-06-07drm/atmel-hlcdc: Fix panel registrationBoris Brezillon
2017-06-06Merge tag 'drm-misc-next-2017-06-02' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-06-05drm/atmel-hlcdc: Replace the panel usage with drm_panel_bridge.Eric Anholt
2017-06-05drm/atmel-hlcdc: Drop custom encoder cleanup func.Eric Anholt
2017-06-02drm/atmel-hlcdc: Use crtc->mode_valid() callbackJose Abreu
2017-05-31drm/atmel: Drop drm_vblank_cleanupDaniel Vetter
2017-05-30Backmerge tag 'v4.12-rc3' into drm-nextDave Airlie
2017-05-22drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss
2017-05-18drm/atmel-hlcdc: Fix output initializationBoris Brezillon
2017-04-18drm: atmel-hlcdc: Uninitialized return in atmel_hlcdc_create_outputs()Dan Carpenter
2017-04-06drm: convert drivers to use drm_of_find_panel_or_bridgeRob Herring
2017-03-16drm/atmel-hlcdc: Fix suspend/resume implementationBoris Brezillon
2017-03-14drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter
2017-02-28drm/atmel-hlcdc: Simplify the HLCDC layer logicBoris Brezillon
2017-02-26drm: Always prepare null framebuffer in transitional helperGabriel Krisman Bertazi
2017-02-07drm: atmel: use vblank hooks in struct drm_crtc_funcsShawn Guo
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
2017-02-01Merge tag 'drm/atmel-hlcdc/for-4.11' of git://git.kernel.org/pub/scm/linux/ke...Dave Airlie
2017-01-30drm/atmel-hlcdc: Rework the fbdev creation logicBoris Brezillon
2016-12-18drm: bridge: Link encoder and bridge in core codeLaurent Pinchart
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä
2016-12-15drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä
2016-12-15drm: Replace drm_format_num_planes() with fb->format->num_planesVille Syrjälä
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula
2016-10-21drm/atmel-hlcdc: Use per-plane rotation propertyVille Syrjälä
2016-10-21drm: Add drm_rotation_90_or_270()Ville Syrjälä
2016-10-17drm: Add reference counting to drm_atomic_stateChris Wilson
2016-09-28Merge tag 'v4.8-rc8' into drm-nextDave Airlie
2016-09-22drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen
2016-09-06drm/atmel-hlcdc: Make ->reset() implementation staticThierry Reding
2016-09-06drm: atmel-hlcdc: Fix vertical scalingJan Leupold
2016-08-29drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying