aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/displays (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-11/+15
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-12omapdrm: omapdss_hdmi_ops: add lost_hotplug opHans Verkuil2-3/+11
2017-10-12omapdrm: encoder-tpd12s015: keep ls_oe_gpio highHans Verkuil1-8/+4
2017-08-15drm: omapdrm: panel-dpi: Remove unneeded check for OF nodeLaurent Pinchart1-0/+3
2017-08-15drm: omapdrm: connector-analog-tv: Remove unneeded check for OF nodeLaurent Pinchart1-0/+3
2017-08-15drm: omapdrm: acx565akm: Remove unneeded check for OF nodeLaurent Pinchart1-0/+3
2017-08-15drm/omap: panel-dsi-cm: constify attribute_group structures.Arvind Yadav1-1/+1
2017-08-15drm/omap: panel-sony-acx565akm: constify attribute_group structures.Arvind Yadav1-1/+1
2017-08-15drm/omap: constify attribute_group structures.Arvind Yadav1-1/+1
2017-08-15drm/omap: omap_display_timings: constify videomode structuresJulia Lawall2-2/+2
2017-08-15drm/omap: displays: encoder-tpd12s015: Support for hot plug detectionPeter Ujfalusi1-0/+81
2017-08-15drm/omap: displays: connector-hdmi: Support for hot plug detectionPeter Ujfalusi1-0/+104
2017-06-02drm/omap: remove legacy get_resolutionTomi Valkeinen10-27/+0
2017-06-02drm/omap: dpi: remove legacy data_linesTomi Valkeinen7-32/+0
2017-06-02drm/omap: remove recommended_bppTomi Valkeinen1-1/+0
2017-06-02drm/omap: venc: remove set_type & invert_vid_out_polarityTomi Valkeinen1-10/+0
2017-06-02drm/omap: connector-dvi/hdmi: remove extra includeTomi Valkeinen2-2/+0
2017-06-02drm/omap: connector-analog-tv: remove non-DT supportTomi Valkeinen1-46/+3
2017-06-02drm/omap: acx565akm: remove non-DT supportTomi Valkeinen1-44/+3
2017-06-02drm/omap: panel-dpi: remove non-DT supportTomi Valkeinen1-73/+3
2017-04-03drm/omap: displays: panel-dpi: Support for handling backlight devicesPeter Ujfalusi1-2/+35
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-01-04drm/omap: panel-sony-acx565akm.c: Add MODULE_ALIASJarkko Nikula1-0/+1
2016-12-19drm: omapdrm: Use sizeof(*var) instead of sizeof(type) for structuresLaurent Pinchart1-1/+1
2016-12-08drm/omap: tpd12s015: fix error handlingTomi Valkeinen1-4/+9
2016-11-02drm/omap: panel-lgphilips-lb035q02: Add note for incorrect data drive edge and DE levelPeter Ujfalusi1-0/+5
2016-11-02drm/omap: panel-sharp-ls037v7dw01: Add note for incorrect data drive edgePeter Ujfalusi1-0/+4
2016-11-02drm/omap: panel-tpo-td028ttec1: Add note for incorrect sync drive edgePeter Ujfalusi1-0/+4
2016-11-02drm/omap: panel-tpo-td043mtea1: Add note for incorrect sync drive edgePeter Ujfalusi1-0/+4
2016-11-02drm/omap: Use consistent name for struct videomodePeter Ujfalusi14-178/+176
2016-11-02drm/omap: Replace struct omap_video_timings with videomodePeter Ujfalusi14-69/+65
2016-11-02drm/omap: Change the types of struct omap_video_timings membersPeter Ujfalusi1-1/+1
2016-11-02drm/omap: omap_display_timings: Use display_flags for sync edgePeter Ujfalusi8-23/+17
2016-11-02drm/omap: omap_display_timings: Use display_flags for pixel data edgePeter Ujfalusi8-16/+8
2016-11-02drm/omap: omap_display_timings: Use display_flags for DE levelPeter Ujfalusi8-15/+15
2016-11-02drm/omap: omap_display_timings: Use display_flags for h/vsync levelPeter Ujfalusi9-19/+17
2016-11-02drm/omap: omap_display_timings: Use display_flags for interlace modePeter Ujfalusi2-3/+1
2016-11-02drm/omap: omap_display_timings: rename vbp to vback_porchPeter Ujfalusi9-9/+9
2016-11-02drm/omap: omap_display_timings: rename vfp to vfront_porchPeter Ujfalusi9-9/+9
2016-11-02drm/omap: omap_display_timings: rename vsw to vsync_lenPeter Ujfalusi9-9/+9
2016-11-02drm/omap: omap_display_timings: rename hbp to hback_porchPeter Ujfalusi9-9/+9
2016-11-02drm/omap: omap_display_timings: rename hfp to hfront_porchPeter Ujfalusi9-9/+9
2016-11-02drm/omap: omap_display_timings: rename hsw to hsync_lenPeter Ujfalusi9-9/+9
2016-11-02drm/omap: omap_display_timings: rename y_res to vactivePeter Ujfalusi10-13/+13
2016-11-02drm/omap: omap_display_timings: rename x_res to hactivePeter Ujfalusi10-13/+13
2016-08-12drm: Remove superflous linux/fb.h includesDaniel Vetter3-3/+0
2016-07-22GPU-DRM-OMAP: Delete unnecessary checks before two function callsMarkus Elfring1-2/+1
2016-07-15gpu: drm: omapdrm: connector-dvi: add missing of_node_put after calling of_parse_phandlePeter Chen1-0/+1
2016-06-07Merge omapdss header refactoringTomi Valkeinen14-27/+23