summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_output.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1Star
* drm/atmel-hlcdc: support bus-width (12/16/18/24) in endpoint nodesPeter Rosin2018-08-271-8/+69
* drm/atmel-hlcdc: always iterate over the first 4 output endpointsPeter Rosin2018-08-271-2/+13
* Merge tag 'drm-misc-next-2017-06-15' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-06-161-158/+15Star
|\
| * drm/atmel-hlcdc: Fix panel registrationBoris Brezillon2017-06-071-2/+0Star
| * drm/atmel-hlcdc: Replace the panel usage with drm_panel_bridge.Eric Anholt2017-06-051-149/+14Star
| * drm/atmel-hlcdc: Drop custom encoder cleanup func.Eric Anholt2017-06-051-7/+1Star
* | drm/atmel-hlcdc: Fix output initializationBoris Brezillon2017-05-181-22/+14Star
|/
* drm: atmel-hlcdc: Uninitialized return in atmel_hlcdc_create_outputs()Dan Carpenter2017-04-181-3/+2Star
* drm: convert drivers to use drm_of_find_panel_or_bridgeRob Herring2017-04-061-52/+21Star
* drm: bridge: Link encoder and bridge in core codeLaurent Pinchart2016-12-181-3/+1Star
* Back-merge tag 'v4.7-rc5' into drm-nextDave Airlie2016-07-021-4/+6
|\
| * drm: atmel-hlcdc: Fix OF graph parsingBoris Brezillon2016-06-211-4/+6
* | drm: atmel-hlcdc: Rely on the default ->best_encoder() behaviorBoris Brezillon2016-06-101-12/+0Star
|/
* drm: atmel-hlcdc: rework the output code to support drm bridgesBoris Brezillon2016-04-141-81/+112
* drm: atmel-hlcdc: move output mode selection in CRTC implementationBoris Brezillon2016-04-141-46/+0Star
* drm: atmel-hlcdc: remove leftovers from atomic mode setting migrationBoris Brezillon2016-04-141-12/+0Star
* drm: atmel-hlcdc: fix connector and encoder typesBoris Brezillon2016-04-141-2/+2
* drm/atmel-hlcdc: Constify function pointer structsVille Syrjälä2015-12-151-2/+2
* drm: Pass 'name' to drm_encoder_init()Ville Syrjälä2015-12-111-1/+1
* drm: atmel-hlcdc: add RGB565 and RGB444 output supportBoris Brezillon2015-08-181-0/+4
* drm: atmel-hlcdc: Atomic mode-setting conversionBoris Brezillon2015-02-221-26/+15Star
* drm: add Atmel HLCDC Display Controller supportBoris Brezillon2015-01-211-0/+319