summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/atmel-hlcdc
Commit message (Expand)AuthorAgeFilesLines
* drm/atmel-hclcdc: Convert to the new generic alpha propertyMaxime Ripard2018-04-162-88/+14
* drm/atmel-hlcdc: Use the alpha format field in drm_format_infoMaxime Ripard2018-01-291-19/+5
* drm/atmel-hlcdc: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes2017-12-082-23/+5
* Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-152-1/+2
|\
| * drm/atmel-hlcdc: Use drm_gem_fb_create()Noralf Trønnes2017-08-272-1/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter2017-08-081-1/+0
* drm: Nuke drm_atomic_helper_crtc_set_propertyDaniel Vetter2017-08-081-1/+0
* drm/atmel-hlcdc: switch to drm_*{get,put} helpersCihangir Akturk2017-08-031-4/+4
* drm/atmel-hlcdc : constify drm_plane_helper_funcs and drm_plane_funcs.Arvind Yadav2017-08-031-2/+2
* drm: Plumb modifiers through plane initBen Widawsky2017-08-011-1/+2
* drm/atmel-hlcdc: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes2017-07-291-2/+0
* drm/atmel-hlcdc: Handle drm_atomic_helper_swap_state failureMaarten Lankhorst2017-07-261-6/+7
* drm/atmel-hlcdec: Use for_each_new_connector_in_stateMaarten Lankhorst2017-07-131-1/+1
* 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
* Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul2017-06-271-22/+14
|\
| * Merge tag 'drm-misc-next-2017-06-15' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-06-161-158/+15
| |\
| * \ Merge tag 'drm-misc-next-2017-06-02' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-06-063-10/+11
| |\ \
| * \ \ Backmerge tag 'v4.12-rc3' into drm-nextDave Airlie2017-05-301-22/+14
| |\ \ \
| | * | | drm/atmel-hlcdc: Fix output initializationBoris Brezillon2017-05-181-22/+14
* | | | | drm: atmel-hlcdc: add support for 8-bit color lookup table modePeter Rosin2017-06-224-0/+64
* | | | | drm: atmel-hlcdc: add missing .set_property helper to the crtcPeter Rosin2017-06-221-0/+1
* | | | | drm/atmel-hlcdc: Remove unnecessary NULL checkThierry Reding2017-06-211-2/+1
| |_|_|/ |/| | |
* | | | drm/atmel-hlcdc: Fix panel registrationBoris Brezillon2017-06-071-2/+0
* | | | drm/atmel-hlcdc: Replace the panel usage with drm_panel_bridge.Eric Anholt2017-06-051-149/+14
* | | | drm/atmel-hlcdc: Drop custom encoder cleanup func.Eric Anholt2017-06-051-7/+1
| |_|/ |/| |
* | | drm/atmel-hlcdc: Use crtc->mode_valid() callbackJose Abreu2017-06-023-9/+11
* | | drm/atmel: Drop drm_vblank_cleanupDaniel Vetter2017-05-311-1/+0
|/ /
* | drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss2017-05-221-10/+10
|/
* drm: atmel-hlcdc: Uninitialized return in atmel_hlcdc_create_outputs()Dan Carpenter2017-04-181-3/+2
* drm: convert drivers to use drm_of_find_panel_or_bridgeRob Herring2017-04-061-52/+21
* drm/atmel-hlcdc: Fix suspend/resume implementationBoris Brezillon2017-03-163-51/+21
* drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter2017-03-141-11/+1
* drm/atmel-hlcdc: Simplify the HLCDC layer logicBoris Brezillon2017-02-287-1496/+697
* drm: Always prepare null framebuffer in transitional helperGabriel Krisman Bertazi2017-02-261-0/+3
* drm: atmel: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-072-21/+21
* 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-1/+0
* Merge tag 'drm/atmel-hlcdc/for-4.11' of git://git.kernel.org/pub/scm/linux/ke...Dave Airlie2017-02-011-11/+7
|\
| * drm/atmel-hlcdc: Rework the fbdev creation logicBoris Brezillon2017-01-301-11/+7
* | drm: bridge: Link encoder and bridge in core codeLaurent Pinchart2016-12-181-3/+1
* | drm: Nuke fb->pixel_formatVille Syrjälä2016-12-151-9/+9
* | drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä2016-12-151-1/+1
* | drm: Replace drm_format_num_planes() with fb->format->num_planesVille Syrjälä2016-12-152-2/+2
|/
* drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula2016-11-021-2/+0
* drm/atmel-hlcdc: Use per-plane rotation propertyVille Syrjälä2016-10-211-17/+20
* drm: Add drm_rotation_90_or_270()Ville Syrjälä2016-10-211-2/+2
* drm: Add reference counting to drm_atomic_stateChris Wilson2016-10-171-1/+2
* Merge tag 'v4.8-rc8' into drm-nextDave Airlie2016-09-282-6/+6
|\
OpenPOWER on IntegriCloud