summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_encoder.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1Star
* drm/omap: Add support for drm_panelLaurent Pinchart2019-03-181-13/+28
* drm/omap: Add support for drm_bridgeLaurent Pinchart2019-03-181-27/+42
* drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flagsLaurent Pinchart2019-03-181-4/+4
* drm/omap: Merge omap_dss_device type and output_type fieldsLaurent Pinchart2019-03-181-3/+3
* drm/omap: Pass drm_display_mode to .check_timings() and .set_timings()Laurent Pinchart2019-03-181-1/+1
* drm/omap: Factor out common mode validation codeLaurent Pinchart2019-03-181-21/+9Star
* drm/omap: Move DISPC timing checks to CRTC .mode_valid() operationLaurent Pinchart2019-03-181-6/+0Star
* drm/omap: Don't pass display pointer to encoder init functionLaurent Pinchart2019-03-181-4/+1Star
* drm/omap: Reverse direction of the DSS device enable/disable operationsLaurent Pinchart2019-03-181-11/+38
* drm/omap: Remove enable checks from display .enable() and .remove()Laurent Pinchart2019-03-181-6/+0Star
* drm/omap: Remove connection checks from display .enable() and .remove()Laurent Pinchart2019-03-181-12/+5Star
* drm/omap: Move common display enable/disable code to encoderLaurent Pinchart2019-03-181-3/+27
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-01-111-25/+33
|\
| * drm/omap: fix incorrect union usageSebastian Reichel2018-12-031-25/+33
* | drm/edid: Pass connector to AVI infoframe functionsVille Syrjälä2019-01-101-2/+2
|/
* drm/omap: Don't call .set_timings() operation recursivelyLaurent Pinchart2018-09-031-12/+8Star
* drm/omap: Call dispc timings check operation directlyLaurent Pinchart2018-09-031-5/+13
* drm/omap: Split mode fixup and mode set from encoder enableLaurent Pinchart2018-09-031-69/+79
* drm/omap: Move bus flag hack to encoder implementationLaurent Pinchart2018-09-031-6/+42
* drm/omap: Don't call .check_timings() operation recursivelyLaurent Pinchart2018-09-031-7/+13
* drm/omap: Remove unneeded fallback for missing .check_timings()Laurent Pinchart2018-09-031-14/+2Star
* drm/omap: Don't call HDMI mode and infoframe operations recursivelyLaurent Pinchart2018-09-031-1/+1
* drm/omap: Pass both output and display omap_dss_device to encoder initLaurent Pinchart2018-09-031-7/+10
* drm/omap: Get from CRTC to display device directlyLaurent Pinchart2018-09-031-7/+0Star
* drm/omap: Move most omap_dss_driver operations to omap_dss_device_opsLaurent Pinchart2018-09-031-14/+11Star
* drm/omap: dss: Constify omap_dss_driver operations structureLaurent Pinchart2018-09-031-3/+3
* drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis2017-12-191-3/+1Star
* drm: handle HDMI 2.0 VICs in AVI info-framesShashank Sharma2017-07-141-1/+2
* drm: omapdrm: Use sizeof(*var) instead of sizeof(type) for structuresLaurent Pinchart2016-12-191-1/+1
* drm/omap: Use consistent name for struct videomodePeter Ujfalusi2016-11-021-4/+4
* drm/omap: Replace struct omap_video_timings with videomodePeter Ujfalusi2016-11-021-3/+3
* drm/omap: print an error if display enable failsTomi Valkeinen2016-03-031-1/+6
* drm/omap: remove obsolete manager assignmentTomi Valkeinen2015-12-311-2/+0Star
* drm: Pass 'name' to drm_encoder_init()Ville Syrjälä2015-12-111-1/+1
* drm: omapdrm: Move encoder setup to encoder operationsLaurent Pinchart2015-06-121-48/+31Star
* drm: omapdrm: Replace encoder mode_fixup with atomic_checkLaurent Pinchart2015-06-121-8/+8
* drm: omapdrm: Switch connector DPMS to atomic helpersLaurent Pinchart2015-06-121-17/+9Star
* drm: omapdrm: Switch mode config to atomic helpersLaurent Pinchart2015-06-121-10/+0Star
* drm: omapdrm: Implement encoder .disable() and .enable() operationsLaurent Pinchart2015-06-121-0/+10
* drm: omapdrm: Clean up #include'sLaurent Pinchart2015-06-121-6/+4Star
* drm/omap: Add infoframe & dvi/hdmi mode supportTomi Valkeinen2014-07-041-0/+27
* drm/omap: fix: disable encoder before destroying itArchit Taneja2014-01-091-0/+3
* OMAPDSS: rename omap_dss_device's 'output' to 'src'Tomi Valkeinen2013-08-301-1/+1
* drm/omap: Fix and improve crtc and overlay manager correlationArchit Taneja2013-04-111-0/+7
* drm/omap: Make fixed resolution panels workArchit Taneja2013-04-111-2/+15
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-02-261-3/+1Star
* drm/omap: move out of stagingRob Clark2013-02-161-0/+170