summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_output.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-05drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä1-0/+1
2020-04-02drm/atmel-hlcdc: Use simple encoderThomas Zimmermann1-8/+4
2020-02-26drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart1-1/+1
2019-09-08drm/bridge: panel: Infer connector type from panel by defaultLaurent Pinchart1-1/+2
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard1-12/+1
2019-07-15drm/atmel_hlcdc: drop use of drmP.hSam Ravnborg1-1/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2018-08-27drm/atmel-hlcdc: support bus-width (12/16/18/24) in endpoint nodesPeter Rosin1-8/+69
2018-08-27drm/atmel-hlcdc: always iterate over the first 4 output endpointsPeter Rosin1-2/+13
2017-06-16Merge tag 'drm-misc-next-2017-06-15' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-158/+15
2017-06-07drm/atmel-hlcdc: Fix panel registrationBoris Brezillon1-2/+0
2017-06-05drm/atmel-hlcdc: Replace the panel usage with drm_panel_bridge.Eric Anholt1-149/+14
2017-06-05drm/atmel-hlcdc: Drop custom encoder cleanup func.Eric Anholt1-7/+1
2017-05-18drm/atmel-hlcdc: Fix output initializationBoris Brezillon1-22/+14
2017-04-18drm: atmel-hlcdc: Uninitialized return in atmel_hlcdc_create_outputs()Dan Carpenter1-3/+2
2017-04-06drm: convert drivers to use drm_of_find_panel_or_bridgeRob Herring1-52/+21
2016-12-18drm: bridge: Link encoder and bridge in core codeLaurent Pinchart1-3/+1
2016-07-02Back-merge tag 'v4.7-rc5' into drm-nextDave Airlie1-4/+6
2016-06-21drm: atmel-hlcdc: Fix OF graph parsingBoris Brezillon1-4/+6
2016-06-10drm: atmel-hlcdc: Rely on the default ->best_encoder() behaviorBoris Brezillon1-12/+0
2016-04-14drm: atmel-hlcdc: rework the output code to support drm bridgesBoris Brezillon1-81/+112
2016-04-14drm: atmel-hlcdc: move output mode selection in CRTC implementationBoris Brezillon1-46/+0
2016-04-14drm: atmel-hlcdc: remove leftovers from atomic mode setting migrationBoris Brezillon1-12/+0
2016-04-14drm: atmel-hlcdc: fix connector and encoder typesBoris Brezillon1-2/+2
2015-12-15drm/atmel-hlcdc: Constify function pointer structsVille Syrjälä1-2/+2
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä1-1/+1
2015-08-18drm: atmel-hlcdc: add RGB565 and RGB444 output supportBoris Brezillon1-0/+4
2015-02-22drm: atmel-hlcdc: Atomic mode-setting conversionBoris Brezillon1-26/+15
2015-01-21drm: add Atmel HLCDC Display Controller supportBoris Brezillon1-0/+319