aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_encoder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-18drm/omap: Add support for drm_panelLaurent Pinchart1-13/+28
2019-03-18drm/omap: Add support for drm_bridgeLaurent Pinchart1-27/+42
2019-03-18drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flagsLaurent Pinchart1-4/+4
2019-03-18drm/omap: Merge omap_dss_device type and output_type fieldsLaurent Pinchart1-3/+3
2019-03-18drm/omap: Pass drm_display_mode to .check_timings() and .set_timings()Laurent Pinchart1-1/+1
2019-03-18drm/omap: Factor out common mode validation codeLaurent Pinchart1-21/+9
2019-03-18drm/omap: Move DISPC timing checks to CRTC .mode_valid() operationLaurent Pinchart1-6/+0
2019-03-18drm/omap: Don't pass display pointer to encoder init functionLaurent Pinchart1-4/+1
2019-03-18drm/omap: Reverse direction of the DSS device enable/disable operationsLaurent Pinchart1-11/+38
2019-03-18drm/omap: Remove enable checks from display .enable() and .remove()Laurent Pinchart1-6/+0
2019-03-18drm/omap: Remove connection checks from display .enable() and .remove()Laurent Pinchart1-12/+5
2019-03-18drm/omap: Move common display enable/disable code to encoderLaurent Pinchart1-3/+27
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2019-01-11Merge drm/drm-next into drm-misc-nextMaxime Ripard1-25/+33
2019-01-10drm/edid: Pass connector to AVI infoframe functionsVille Syrjälä1-2/+2
2018-12-03drm/omap: fix incorrect union usageSebastian Reichel1-25/+33
2018-09-03drm/omap: Don't call .set_timings() operation recursivelyLaurent Pinchart1-12/+8
2018-09-03drm/omap: Call dispc timings check operation directlyLaurent Pinchart1-5/+13
2018-09-03drm/omap: Split mode fixup and mode set from encoder enableLaurent Pinchart1-69/+79
2018-09-03drm/omap: Move bus flag hack to encoder implementationLaurent Pinchart1-6/+42
2018-09-03drm/omap: Don't call .check_timings() operation recursivelyLaurent Pinchart1-7/+13
2018-09-03drm/omap: Remove unneeded fallback for missing .check_timings()Laurent Pinchart1-14/+2
2018-09-03drm/omap: Don't call HDMI mode and infoframe operations recursivelyLaurent Pinchart1-1/+1
2018-09-03drm/omap: Pass both output and display omap_dss_device to encoder initLaurent Pinchart1-7/+10
2018-09-03drm/omap: Get from CRTC to display device directlyLaurent Pinchart1-7/+0
2018-09-03drm/omap: Move most omap_dss_driver operations to omap_dss_device_opsLaurent Pinchart1-14/+11
2018-09-03drm/omap: dss: Constify omap_dss_driver operations structureLaurent Pinchart1-3/+3
2017-12-19drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis1-3/+1
2017-07-14drm: handle HDMI 2.0 VICs in AVI info-framesShashank Sharma1-1/+2
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-4/+4
2016-11-02drm/omap: Replace struct omap_video_timings with videomodePeter Ujfalusi1-3/+3
2016-03-03drm/omap: print an error if display enable failsTomi Valkeinen1-1/+6
2015-12-31drm/omap: remove obsolete manager assignmentTomi Valkeinen1-2/+0
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä1-1/+1
2015-06-12drm: omapdrm: Move encoder setup to encoder operationsLaurent Pinchart1-48/+31
2015-06-12drm: omapdrm: Replace encoder mode_fixup with atomic_checkLaurent Pinchart1-8/+8
2015-06-12drm: omapdrm: Switch connector DPMS to atomic helpersLaurent Pinchart1-17/+9
2015-06-12drm: omapdrm: Switch mode config to atomic helpersLaurent Pinchart1-10/+0
2015-06-12drm: omapdrm: Implement encoder .disable() and .enable() operationsLaurent Pinchart1-0/+10
2015-06-12drm: omapdrm: Clean up #include'sLaurent Pinchart1-6/+4
2014-07-04drm/omap: Add infoframe & dvi/hdmi mode supportTomi Valkeinen1-0/+27
2014-01-09drm/omap: fix: disable encoder before destroying itArchit Taneja1-0/+3
2013-08-30OMAPDSS: rename omap_dss_device's 'output' to 'src'Tomi Valkeinen1-1/+1
2013-04-11drm/omap: Fix and improve crtc and overlay manager correlationArchit Taneja1-0/+7
2013-04-11drm/omap: Make fixed resolution panels workArchit Taneja1-2/+15
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+168
2013-02-16drm/omap: move out of stagingRob Clark1-0/+170