aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss/display.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-15drm/omap: remove unused display.cTomi Valkeinen1-58/+0
2020-12-15drm/omap: squash omapdrm sub-modules into oneTomi Valkeinen1-2/+0
2020-02-26drm/omap: dss: Inline the omapdss_display_get() functionLaurent Pinchart1-9/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-03-18drm/omap: Move display alias ID to omap_drm_pipelineLaurent Pinchart1-2/+0
2019-03-18drm/omap: Expose DRM modes instead of timings in display devicesLaurent Pinchart1-0/+22
2018-09-03drm/omap: dss: Add function to retrieve display for an outputLaurent Pinchart1-0/+9
2018-09-03drm/omap: dss: Move and rename omap_dss_(get|put)_device()Laurent Pinchart1-24/+0
2018-09-03drm/omap: dss: Remove panel devices listLaurent Pinchart1-23/+0
2018-09-03drm/omap: dss: Split omapdss_register_display()Laurent Pinchart1-1/+5
2018-09-03drm/omap: dss: Make omap_dss_get_next_device() more genericLaurent Pinchart1-49/+0
2018-09-03drm/omap: dss: Create and use omapdss_device_is_registered()Laurent Pinchart1-18/+0
2018-09-03drm/omap: dss: Create global list of all omap_dss_device instancesLaurent Pinchart1-0/+4
2018-09-03drm/omap: dss: Remove unused omapdss_default_get_timings()Laurent Pinchart1-10/+0
2018-09-03drm/omap: dss: Remove display ordering from dss/display.cPeter Ujfalusi1-12/+3
2018-09-03drm/omap: Do dss_device (display) ordering in omap_drv.cPeter Ujfalusi1-0/+2
2018-06-28drm/omap: fix email addressTomi Valkeinen1-1/+1
2018-03-01drm: omapdrm: dss: Make omapdss_default_get_timings staticLaurent Pinchart1-3/+2
2017-12-19drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis1-2/+0
2017-12-19drm: omapdrm: Remove unused omap_dss_find_device() functionLaurent Pinchart1-14/+0
2017-06-02drm/omap: remove legacy get_resolutionTomi Valkeinen1-10/+0
2017-06-02drm/omap: remove recommended_bppTomi Valkeinen1-33/+0
2017-06-02drm: omapdrm: Drop support for non-DT devicesLaurent Pinchart1-14/+5
2017-04-03drm/omap: display: Add displays in sorted order to the panel_listPeter Ujfalusi1-1/+9
2017-04-03drm/omap: dss: Functions to check components in the display/output listPeter Ujfalusi1-0/+18
2017-04-03drm/omap: move display, dss-of, output to omapdss-baseTomi Valkeinen1-2/+0
2017-04-03drm/omap: display: don't use dsi_get_pixel_size()Tomi Valkeinen1-3/+3
2016-11-02drm/omap: Use consistent name for struct videomodePeter Ujfalusi1-4/+4
2016-11-02drm/omap: Replace struct omap_video_timings with videomodePeter Ujfalusi1-38/+1
2016-11-02drm/omap: omap_display_timings: Use display_flags for sync edgePeter Ujfalusi1-4/+0
2016-11-02drm/omap: omap_display_timings: Use display_flags for pixel data edgePeter Ujfalusi1-8/+1
2016-11-02drm/omap: omap_display_timings: Use display_flags for DE levelPeter Ujfalusi1-8/+0
2016-11-02drm/omap: omap_display_timings: Use display_flags for h/vsync levelPeter Ujfalusi1-16/+2
2016-11-02drm/omap: omap_display_timings: rename vbp to vback_porchPeter Ujfalusi1-2/+2
2016-11-02drm/omap: omap_display_timings: rename vfp to vfront_porchPeter Ujfalusi1-2/+2
2016-11-02drm/omap: omap_display_timings: rename vsw to vsync_lenPeter Ujfalusi1-2/+2
2016-11-02drm/omap: omap_display_timings: rename hbp to hback_porchPeter Ujfalusi1-2/+2
2016-11-02drm/omap: omap_display_timings: rename hfp to hfront_porchPeter Ujfalusi1-2/+2
2016-11-02drm/omap: omap_display_timings: rename hsw to hsync_lenPeter Ujfalusi1-2/+2
2016-11-02drm/omap: omap_display_timings: rename y_res to vactivePeter Ujfalusi1-3/+3
2016-11-02drm/omap: omap_display_timings: rename x_res to hactivePeter Ujfalusi1-3/+3
2016-06-03drm/omap: Do not include video/omapdss.h directly in driversPeter Ujfalusi1-1/+1
2016-03-03drm/omap: move dss_suspend/resume_all to core.cTomi Valkeinen1-13/+0
2016-03-03drm/omap: fix suspend/resume handlingTomi Valkeinen1-36/+0
2015-12-29drm/omap: move omapdss & displays under omapdrmTomi Valkeinen1-0/+338