summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-18drm/omap: Merge omap_dss_device type and output_type fieldsLaurent Pinchart1-0/+1
2019-03-18drm/omap: Pass drm_display_mode to .check_timings() and .set_timings()Laurent Pinchart1-4/+4
2019-03-18drm/omap: panel-dsi-cm: Store source pointer internallyLaurent Pinchart1-26/+29
2019-03-18drm/omap: Add a dss device operation flag for .get_modes()Laurent Pinchart1-0/+1
2019-03-18drm/omap: Merge display .get_modes() and .get_size() operationsLaurent Pinchart1-11/+3
2019-03-18drm/omap: Expose DRM modes instead of timings in display devicesLaurent Pinchart1-4/+6
2019-03-18drm/omap: Reverse direction of the DSS device enable/disable operationsLaurent Pinchart1-16/+6
2019-03-18drm/omap: Remove enable checks from display .enable() and .remove()Laurent Pinchart1-6/+5
2019-03-18drm/omap: Move common display enable/disable code to encoderLaurent Pinchart1-18/+0
2018-09-03drm/omap: Move most omap_dss_driver operations to omap_dss_device_opsLaurent Pinchart1-4/+8
2018-09-03drm/omap: Reverse direction of DSS device (dis)connect operationsLaurent Pinchart1-32/+10
2018-09-03drm/omap: dss: Extend omapdss_of_find_source_for_first_ep() to sinksLaurent Pinchart1-3/+3
2018-09-03drm/omap: dss: Replace omap_dss_device port number with bitmaskLaurent Pinchart1-0/+1
2018-09-03drm/omap: dss: Store dss_device pointer in omap_dss_deviceLaurent Pinchart1-1/+1
2018-09-03drm/omap: dss: Move and rename omap_dss_(get|put)_device()Laurent Pinchart1-2/+2
2018-09-03drm/omap: dss: Remove panel devices listLaurent Pinchart1-6/+2
2018-09-03drm/omap: dss: Split omapdss_register_display()Laurent Pinchart1-0/+1
2018-09-03drm/omap: displays: Remove input omap_dss_device from panel dataLaurent Pinchart1-96/+94
2018-09-03drm/omap: displays: Don't call disconnect handlers directlyLaurent Pinchart1-1/+1
2018-09-03drm/omap: dss: Move debug message and checks to connection handlersLaurent Pinchart1-6/+0
2018-09-03drm/omap: dss: Add functions to connect and disconnect devicesLaurent Pinchart1-3/+3
2018-09-03drm/omap: dss: Move common device operations to common structureLaurent Pinchart1-60/+60
2018-09-03drm/omap: dss: Remove omap_dss_device panel fieldsLaurent Pinchart1-1/+0
2018-09-03drm/omap: displays: Remove videomode from omap_dss_device structureLaurent Pinchart1-5/+3
2018-09-03drm/omap: dss: Constify omap_dss_driver operations structureLaurent Pinchart1-1/+1
2018-03-02drm: omapdrm: displays: panel-dsi-cm: Fix field access before setLaurent Pinchart1-3/+3
2018-03-01drm: omapdrm: displays: Get panel source at connect timeLaurent Pinchart1-13/+14
2018-03-01drm: omapdrm: displays: Remove OF node check in panel driversLaurent Pinchart1-3/+0
2018-03-01drm: omapdrm: Use unsigned int typeLaurent Pinchart1-4/+4
2017-12-19drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis1-1/+1
2017-12-19drm/omap: panel-dsi-cm: switch to gpiodSebastian Reichel1-47/+27
2017-12-19drm/omap: panel-dsi-cm: add external backlight supportSebastian Reichel1-31/+60
2017-12-19drm/omap: panel-dsi-cm: add physical size supportSebastian Reichel1-0/+19
2017-12-19drm/omap: panel-dsi-cm: add regulator supportSebastian Reichel1-4/+53
2017-12-19drm/omap: panel-dsi-cm: fix driverTony Lindgren1-5/+51
2017-08-15drm/omap: panel-dsi-cm: constify attribute_group structures.Arvind Yadav1-1/+1
2017-06-02drm/omap: remove legacy get_resolutionTomi Valkeinen1-9/+0
2017-06-02drm/omap: remove recommended_bppTomi Valkeinen1-1/+0
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-1/+1
2016-12-19drm: omapdrm: Use sizeof(*var) instead of sizeof(type) for structuresLaurent Pinchart1-1/+1
2016-11-02drm/omap: Use consistent name for struct videomodePeter Ujfalusi1-12/+11
2016-11-02drm/omap: Replace struct omap_video_timings with videomodePeter Ujfalusi1-1/+1
2016-11-02drm/omap: Change the types of struct omap_video_timings membersPeter Ujfalusi1-1/+1
2016-11-02drm/omap: omap_display_timings: rename y_res to vactivePeter Ujfalusi1-4/+4
2016-11-02drm/omap: omap_display_timings: rename x_res to hactivePeter Ujfalusi1-4/+4
2016-08-12drm: Remove superflous linux/fb.h includesDaniel Vetter1-1/+0
2016-07-22GPU-DRM-OMAP: Delete unnecessary checks before two function callsMarkus Elfring1-2/+1
2016-06-07Merge omapdss header refactoringTomi Valkeinen1-2/+2
2016-06-03drm/omap: Do not include video/omapdss.h directly in driversPeter Ujfalusi1-1/+2
2016-06-03drm/omap: displays: Do not include video/omap-panel-data.h if not neededPeter Ujfalusi1-1/+0