aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-02drm/omap: remove ovl_set_channel_outTomi Valkeinen2-10/+8
2017-06-02drm/omap: remove unused ovl_enabled()Tomi Valkeinen2-7/+0
2017-06-02drm: omapdrm: sdi: Remove platform driverLaurent Pinchart3-63/+0
2017-06-02drm: omapdrm: dpi: Remove platform driverLaurent Pinchart3-102/+0
2017-06-02drm: omapdrm: Remove unused default display name supportLaurent Pinchart2-19/+0
2017-06-02drm: omapdrm: Remove unused dss_get_core_pdev() functionLaurent Pinchart2-6/+0
2017-06-02drm: omapdrm: Drop support for non-DT devicesLaurent Pinchart5-109/+35
2017-06-02drm: omapdrm: Remove duplicate error messages when mapping memoryLaurent Pinchart11-121/+30
2017-04-06drm: omap: use common OF graph helpersRob Herring9-164/+26
2017-04-03drm/omap: Fix one ugly indentation style break left by coccinelleJyri Sarha1-3/+2
2017-04-03drm/omap: Rename enum omap_plane to enum omap_plane_idJyri Sarha6-103/+117
2017-04-03drm/omap: dispc: improve debug print of display flagsTomi Valkeinen1-5/+15
2017-04-03drm/omap: display: Add displays in sorted order to the panel_listPeter Ujfalusi1-1/+9
2017-04-03drm/omap: dss: Support for detecting display stack readinessPeter Ujfalusi3-0/+111
2017-04-03drm/omap: dss: Functions to check components in the display/output listPeter Ujfalusi3-0/+34
2017-04-03drm/omap: fix replication logicTomi Valkeinen2-5/+5
2017-04-03drm/omap: remove unused dispc_wb_enable & dispc_wb_is_enabledTomi Valkeinen2-12/+0
2017-04-03drm/omap: remove all EXPORT_SYMBOLs from dispc.cTomi Valkeinen3-96/+33
2017-04-03drm/omap: fill dispc_opsTomi Valkeinen1-0/+40
2017-04-03drm/omap: add dispc_opsTomi Valkeinen2-0/+63
2017-04-03drm/omap: move dispc related dss-feat funcs to dispcTomi Valkeinen4-3/+27
2017-04-03drm/omap: move display, dss-of, output to omapdss-baseTomi Valkeinen6-11/+8
2017-04-03drm/omap: display: don't use dsi_get_pixel_size()Tomi Valkeinen3-12/+4
2017-04-03drm/omap: output: use dev_err instead of DSSERRTomi Valkeinen1-5/+8
2017-04-03drm/omap: move dss_initialized to omapdss-baseTomi Valkeinen3-10/+18
2017-04-03drm/omap: add omapdss-base.koTomi Valkeinen3-0/+14
2017-04-03drm/omap: fix HDMI sync polaritiesTomi Valkeinen1-5/+7
2017-04-03drm/omap: improve DPI clock selection on DRA7xxTomi Valkeinen1-10/+40
2017-04-03drm/omap: remove divider constraint from hsdivTomi Valkeinen1-8/+0
2017-04-03drm/omap: work-around for errata i886Tomi Valkeinen1-8/+9
2017-03-01gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches3-20/+15
2017-02-16drm/omapdrm: dispc: Refuse x-decimation above 4 for all but 8-bit formatsJyri Sarha1-0/+19
2017-01-04drm/omap: dsi: fix compile errors when enabling debug printsH. Nikolaus Schaller1-9/+9
2016-12-19drm: omapdrm: Use sizeof(*var) instead of sizeof(type) for structuresLaurent Pinchart1-2/+1
2016-12-19drm: omapdrm: Check the CRTC software state at enable/disable timeLaurent Pinchart2-15/+13
2016-11-02drm/omap: Use consistent name for struct videomodePeter Ujfalusi16-334/+328
2016-11-02drm/omap: Replace struct omap_video_timings with videomodePeter Ujfalusi16-159/+94
2016-11-02drm/omap: Change the types of struct omap_video_timings membersPeter Ujfalusi4-13/+14
2016-11-02drm/omap: omap_display_timings: Use display_flags for sync edgePeter Ujfalusi7-29/+15
2016-11-02drm/omap: omap_display_timings: Use display_flags for pixel data edgePeter Ujfalusi7-28/+15
2016-11-02drm/omap: omap_display_timings: Use display_flags for double_pixel modePeter Ujfalusi6-11/+8
2016-11-02drm/omap: omap_display_timings: Use display_flags for DE levelPeter Ujfalusi6-28/+13
2016-11-02drm/omap: omap_display_timings: Use display_flags for h/vsync levelPeter Ujfalusi8-58/+29
2016-11-02drm/omap: dispc: Simplify _dispc_mgr_set_lcd_timings() parametersPeter Ujfalusi1-24/+14
2016-11-02drm/omap: omap_display_timings: Use display_flags for interlace modePeter Ujfalusi7-17/+16
2016-11-02drm/omap: HDMI5: Use pointer to cfg->v_fc_config.timings in hdmi_core_video_configPeter Ujfalusi1-27/+20
2016-11-02drm/omap: omap_display_timings: rename vbp to vback_porchPeter Ujfalusi8-21/+22
2016-11-02drm/omap: omap_display_timings: rename vfp to vfront_porchPeter Ujfalusi8-21/+22
2016-11-02drm/omap: omap_display_timings: rename vsw to vsync_lenPeter Ujfalusi8-20/+20
2016-11-02drm/omap: omap_display_timings: rename hbp to hback_porchPeter Ujfalusi8-25/+27