aboutsummaryrefslogtreecommitdiffstats
path: root/include/video (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-12Merge tag 'fbdev-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linuxLinus Torvalds1-358/+0
2016-09-27video: fbdev: exynos: Remove old non-working MIPI driverKrzysztof Kozlowski1-358/+0
2016-09-19gpu: ipu-v3: Add queued image conversion supportSteve Longerbeam1-0/+207
2016-09-19gpu: ipu-v3: Add ipu_rot_mode_is_irt()Steve Longerbeam1-7/+15
2016-08-29gpu: ipu-v3: Add FSU channel linking supportSteve Longerbeam1-0/+13
2016-08-29gpu: ipu-v3: Add Video Deinterlacer unitSteve Longerbeam1-0/+23
2016-08-08gpu: ipu-v3: Add missing IDMAC channel namesPhilipp Zabel1-0/+12
2016-08-08gpu: ipu-v3: Add VDI input IDMAC channelsSteve Longerbeam1-0/+3
2016-08-08gpu: ipu-v3: Add ipu_get_num()Steve Longerbeam1-0/+1
2016-08-08gpu: ipu-cpmem: Add ipu_cpmem_get_burstsize()Steve Longerbeam1-0/+1
2016-08-08gpu: ipu-cpmem: Add ipu_cpmem_set_uv_offset()Steve Longerbeam1-0/+1
2016-07-12gpu: ipu-v3: ipu-dmfc: Use static DMFC FIFO allocation mechanismLiu Ying1-3/+0
2016-06-07Merge omapdss header refactoringTomi Valkeinen2-208/+9
2016-06-06Merge branch '4.8/omapdrm-pll' (omapdrm PLL work)Tomi Valkeinen1-20/+0
2016-06-03drm/omap: Remove the video/omapdss.h and move it's content to local header filePeter Ujfalusi1-888/+0
2016-06-03omapfb: Create new header file for omapfb DSS implementationPeter Ujfalusi1-0/+880
2016-06-03omapdss: hdmi audio: Make header file independent of video/omapdss.hPeter Ujfalusi1-5/+0
2016-06-03omapdss: omap-panel-data.h: Remove connector_type from atv pdataPeter Ujfalusi1-3/+0
2016-06-03omapdss: omap-panel-data.h: Remove struct omap_dss_device declarationPeter Ujfalusi1-2/+0
2016-06-03omapfb: encoder-tfp410: Remove legacy boot supportPeter Ujfalusi1-14/+0
2016-06-03omapfb: connector-dvi: Remove legacy boot supportPeter Ujfalusi1-12/+0
2016-06-03omapfb: connector-hdmi: Remove legacy boot supportPeter Ujfalusi1-10/+0
2016-06-03omapfb: panel-dsi-cm: Remove legacy boot supportPeter Ujfalusi1-27/+0
2016-06-03omapfb: panel-lgphilips-lb035q02: Remove legacy boot supportPeter Ujfalusi1-18/+0
2016-06-03omapfb: panel-sharp-ls037v7dw01: Remove legacy boot supportPeter Ujfalusi1-24/+0
2016-06-03omapfb: panel-tpo-td043mtea1: Remove legacy boot supportPeter Ujfalusi1-16/+0
2016-06-03omapfb: panel-nec-nl8048hl11: Remove legacy boot supportPeter Ujfalusi1-18/+0
2016-06-03omapfb: panel-tpo-td028ttec1: Remove legacy boot supportPeter Ujfalusi1-13/+0
2016-06-03video/platform_data: omapdss: Create new header file for platform dataPeter Ujfalusi1-27/+1
2016-06-03ARM/video: omap2: Move omap_display_init declaration to mach-omap2/display.hPeter Ujfalusi1-3/+0
2016-05-25Merge tag 'imx-drm-fixes-2016-05-24' of git://git.pengutronix.de/git/pza/linux into drm-nextDave Airlie1-0/+2
2016-05-23Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-3/+11
2016-05-23drm/imx: Match imx-ipuv3-crtc components using device node in platform dataPhilipp Zabel1-0/+2
2016-05-19drm/omap: copy enum omap_dss_clk_sourceTomi Valkeinen1-11/+0
2016-05-19drm/omap: remove unused enum omap_overlay_manager_capsTomi Valkeinen1-5/+0
2016-05-18drm/omap: remove unused enum omap_hdmi_flagsTomi Valkeinen1-4/+0
2016-05-10fbdev: sh_mipi_dsi: remove driverSimon Horman1-59/+0
2016-04-30drm/exynos: clean up register definions for fimd and deconInki Dae1-3/+3
2016-04-22Merge tag 'v4.6-rc3' into drm-nextDave Airlie1-3/+4
2016-04-06Merge tag 'topic/drm-misc-2016-04-01' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-0/+8
2016-03-31gpu: ipu-v3: ipu-dmfc: Rename ipu_dmfc_init_channel to ipu_dmfc_config_wait4eotLiu Ying1-1/+1
2016-03-31gpu: ipu-v3: ipu-dmfc: Make function ipu_dmfc_init_channel() return voidLiu Ying1-1/+1
2016-03-31gpu: ipu-cpmem: modify ipu_cpmem_set_yuv_planar_full for better controlPhilipp Zabel1-2/+3
2016-03-31drm: Add new DCS commands in the enum listDeepak M1-0/+8
2016-03-03drm/omap: add dispc_channel_connected field to omap_dss_deviceTomi Valkeinen1-0/+1
2016-03-03drm/omap: move dss_mgr_* declarations to omapdrm/omapfbTomi Valkeinen1-16/+0
2016-03-03drm/omap: move struct dss_mgr_ops to omapdrm/omapfbTomi Valkeinen1-22/+0
2016-03-03drm/omap, omapfb: move exported dispc function declarations to omapdrm/omapfbTomi Valkeinen1-38/+0
2016-03-03drm/omap: omapdss.h: remove omap_hdmi_initTomi Valkeinen1-2/+0
2016-03-03drm/omap: omapdss.h: remove unused struct omap_dss_hdmi_dataTomi Valkeinen1-7/+0