summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/atmel-hlcdc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-164-18/+133
|\
| * drm/atmel-hlcdc: revert shift by 8Claudiu Beznea2019-06-041-1/+1
| * drm: atmel-hlcdc: add sam9x60 LCD controllerSandeep Sheriker Mallikarjun2019-06-041-0/+101
| * drm: atmel-hlcdc: enable sys_clk during initalization.Sandeep Sheriker Mallikarjun2019-06-041-1/+18
| * drm: atmel-hlcdc: avoid initializing cfg with zeroClaudiu Beznea2019-06-041-4/+2Star
| * drm: atmel-hlcdc: add config option for clock selectionClaudiu Beznea2019-06-042-5/+9
| * Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-05-281-7/+2Star
| |\
| | * drm: Remove users of drm_format_(horz|vert)_chroma_subsamplingMaxime Ripard2019-05-201-7/+2Star
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-195-60/+5Star
|/ /
* / treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)installDaniel Vetter2019-01-291-1/+1
* drm/atmel-hlcdc: fix clipping of planesPeter Rosin2019-01-271-101/+61Star
* drm/atmel-hlcdc: do not swap w/h of the crtc when a plane is rotatedPeter Rosin2019-01-271-3/+0Star
* drm/atmel-hlcdc: rotate planes counterclockwisePeter Rosin2019-01-271-15/+15
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-242-2/+2
* drm/atmel-hlcdc: Use drm_fbdev_generic_setup()Noralf Trønnes2018-11-011-5/+2Star
* drm/atmel: Drop transitional hooksDaniel Vetter2018-10-051-2/+0Star
* drm/atmel-hlcdc: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-09-271-4/+4
* drm/atmel-hlcdc: support bus-width (12/16/18/24) in endpoint nodesPeter Rosin2018-08-273-28/+120
* drm/atmel-hlcdc: always iterate over the first 4 output endpointsPeter Rosin2018-08-271-2/+13
* drm/atmel-hlcdc: allow selecting a higher pixel-clock than requestedPeter Rosin2018-08-271-0/+12
* drm/atmel-hlcdc: prefer a higher rate clock as pixel-clock basePeter Rosin2018-08-271-7/+11
* drm: atmel-hlcdc: Use __drm_atomic_helper_plane_reset instead of copying the ...Alexandru Gheorghe2018-08-061-4/+1Star
* Merge tag 'ib-fbdev-drm-v4.19-deferred-console-takeover' of https://github.co...Gustavo Padovan2018-06-281-1/+1
|\
| * Merge tag 'drm-misc-fixes-2018-06-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-06-221-1/+1
| |\
| | * drm/atmel-hlcdc: check stride values in the first planeStefan Agner2018-06-171-1/+1
* | | drm/atmel-hlcdc: Stop using plane->fbVille Syrjälä2018-05-252-11/+2Star
* | | drm/atmel-hlcdc: Stop consulting plane->crtcVille Syrjälä2018-05-251-3/+4
|/ /
* / drm/atmel-hclcdc: Convert to the new generic alpha propertyMaxime Ripard2018-04-162-88/+14Star
|/
* drm/atmel-hlcdc: Use the alpha format field in drm_format_infoMaxime Ripard2018-01-291-19/+5Star
* drm/atmel-hlcdc: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes2017-12-082-23/+5Star
* Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-162-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/+0Star
* drm: Nuke drm_atomic_helper_crtc_set_propertyDaniel Vetter2017-08-081-1/+0Star
* 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/+0Star
* 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/+14Star
|\
| * Merge tag 'drm-misc-next-2017-06-15' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-06-161-158/+15Star
| |\
| * \ 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/+14Star
| |\ \ \
| | * | | drm/atmel-hlcdc: Fix output initializationBoris Brezillon2017-05-181-22/+14Star
* | | | | drm: atmel-hlcdc: add support for 8-bit color lookup table modePeter Rosin2017-06-224-0/+64