summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss/dsi.c
Commit message (Expand)AuthorAgeFilesLines
* drm/omap: fix email addressTomi Valkeinen2018-06-281-1/+1
* drm: omapdrm: dispc: Pass DISPC pointer to remaining dispc API functionsLaurent Pinchart2018-03-011-10/+12
* drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operationsLaurent Pinchart2018-03-011-2/+2
* drm: omapdrm: dss: Pass omap_dss_device pointer to dss_mgr_*() functionsLaurent Pinchart2018-03-011-17/+13
* drm: omapdrm: dsi: Don't pass channel to dispc init/uninit functionsLaurent Pinchart2018-03-011-11/+10
* drm: omapdrm: dsi: Store the struct device pointer in struct dsi_dataLaurent Pinchart2018-03-011-13/+13
* drm: omapdrm: dsi: Use dev pointer directly in dsi_bind() functionLaurent Pinchart2018-03-011-17/+18
* drm: omapdrm: dsi: Combine two commonly used inline functionsLaurent Pinchart2018-03-011-60/+30
* drm: omapdrm: dsi: Pass the dsi_data pointer to internal functionsLaurent Pinchart2018-03-011-664/+564
* drm: omapdrm: dss: Store the debugfs root directory in struct dss_deviceLaurent Pinchart2018-03-011-4/+4
* drm: omapdrm: dss: Store the registered plls array in struct dss_deviceLaurent Pinchart2018-03-011-2/+1
* drm: omapdrm: dss: Support passing private data to debugfs show handlersLaurent Pinchart2018-03-011-11/+29
* drm: omapdrm: dss: Pass DSS pointer to dss_get_*_clk_source()Laurent Pinchart2018-03-011-3/+5
* drm: omapdrm: dss: Pass DSS pointer to dss_ops operationsLaurent Pinchart2018-03-011-8/+10
* drm: omapdrm: dss: Pass DSS private structure to runtime PM functionsLaurent Pinchart2018-03-011-2/+5
* drm: omapdrm: dsi: Make wait_for_bit_change() return a statusLaurent Pinchart2018-03-011-16/+15
* drm: omapdrm: Use unsigned int typeLaurent Pinchart2018-03-011-48/+50
* drm: omapdrm: Simplify platform registrationAndrew F. Davis2017-12-191-11/+1
* drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis2017-12-191-2/+0
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-2/+2
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-211-3/+1
* drm/omap: add OMAP5 DSIPHY lane-enable supportTomi Valkeinen2017-08-161-8/+39
* drm/omap: use regmap_update_bit() when muxing DSI padsTomi Valkeinen2017-08-161-12/+3
* drm: omapdrm: Remove dss_features.hLaurent Pinchart2017-08-151-1/+0
* drm: omapdrm: Move FEAT_PARAM_DSI* features to dsi driverLaurent Pinchart2017-08-151-6/+19
* drm: omapdrm: Move FEAT_DSI_* features to dsi driverLaurent Pinchart2017-08-151-49/+88
* drm: omapdrm: dsi: Handle pin muxing internallyLaurent Pinchart2017-08-151-3/+79
* drm: omapdrm: dsi: Store DSI model and PLL hardware data in OF dataLaurent Pinchart2017-08-151-61/+55
* drm: omapdrm: Drop support for non-DT devicesLaurent Pinchart2017-06-021-74/+19
* drm: omapdrm: Remove duplicate error messages when mapping memoryLaurent Pinchart2017-06-021-18/+9
* drm: omap: use common OF graph helpersRob Herring2017-04-061-1/+2
* drm/omap: display: don't use dsi_get_pixel_size()Tomi Valkeinen2017-04-031-1/+1
* gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2017-03-011-9/+8
* drm/omap: dsi: fix compile errors when enabling debug printsH. Nikolaus Schaller2017-01-041-9/+9
* drm/omap: Use consistent name for struct videomodePeter Ujfalusi2016-11-021-54/+54
* drm/omap: Replace struct omap_video_timings with videomodePeter Ujfalusi2016-11-021-12/+12
* drm/omap: omap_display_timings: Use display_flags for sync edgePeter Ujfalusi2016-11-021-1/+2
* drm/omap: omap_display_timings: Use display_flags for pixel data edgePeter Ujfalusi2016-11-021-1/+2
* drm/omap: omap_display_timings: Use display_flags for DE levelPeter Ujfalusi2016-11-021-1/+2
* drm/omap: omap_display_timings: Use display_flags for h/vsync levelPeter Ujfalusi2016-11-021-2/+4
* drm/omap: omap_display_timings: Use display_flags for interlace modePeter Ujfalusi2016-11-021-1/+1
* drm/omap: omap_display_timings: rename vbp to vback_porchPeter Ujfalusi2016-11-021-2/+2
* drm/omap: omap_display_timings: rename vfp to vfront_porchPeter Ujfalusi2016-11-021-2/+2
* drm/omap: omap_display_timings: rename vsw to vsync_lenPeter Ujfalusi2016-11-021-2/+2
* drm/omap: omap_display_timings: rename hbp to hback_porchPeter Ujfalusi2016-11-021-5/+6
* drm/omap: omap_display_timings: rename hfp to hfront_porchPeter Ujfalusi2016-11-021-11/+11
* drm/omap: omap_display_timings: rename hsw to hsync_lenPeter Ujfalusi2016-11-021-11/+11
* drm/omap: omap_display_timings: rename y_res to vactivePeter Ujfalusi2016-11-021-6/+6
* drm/omap: omap_display_timings: rename x_res to hactivePeter Ujfalusi2016-11-021-10/+10
* drm/omap: fix return value check in dsi_bind()Wei Yongjun2016-11-021-2/+2
OpenPOWER on IntegriCloud