aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-23Merge drm/drm-next into drm-misc-nextSean Paul1-1/+1
2019-10-14drm/omap: Remove set but not used variable 'err' in hdmi4_audio_configzhengbin1-2/+2
2019-10-14drm/omap: Remove set but not used variable 'err' in hdmi5_audio_configzhengbin1-2/+2
2019-10-14drm/omap: Remove set but not used variable 'tclk_trail'zhengbin1-2/+1
2019-10-11Merge tag 'drm-misc-next-2019-10-09-2' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie7-133/+138
2019-10-04drm/omap: hdmi4: fix use of uninitialized varTomi Valkeinen1-2/+3
2019-10-04drm/omap: hdmi5: automatically choose limited/full range outputTomi Valkeinen1-56/+65
2019-10-04drm/omap: dss: move platform_register_drivers() to dss.c and remove core.cJyri Sarha3-56/+38
2019-10-04drm/omap: fix missing scaler pixel fmt limitationsTomi Valkeinen1-0/+25
2019-10-04drm/omap: tweak HDMI DDC timingsAlejandro Hernandez1-2/+2
2019-10-04drm/omap: avoid copy in mgr_fld_read/writeTomi Valkeinen1-4/+4
2019-10-04drm/omap: drop unneeded locking from mgr_fld_write()Tomi Valkeinen1-14/+1
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard2-7/+8
2019-10-03Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard3-22/+7
2019-10-03drm/omap: fix max fclk divider for omap36xxTomi Valkeinen1-1/+1
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-16/+2
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-6/+5
2019-09-04dma-mapping: remove dma_{alloc,free,mmap}_writecombineChristoph Hellwig1-6/+5
2019-08-28drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon1-0/+1
2019-08-23drm/omap: Fix port lookup for SDI outputLaurent Pinchart1-1/+3
2019-08-23omapdrm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-9/+2
2019-08-16drm/omap: displays: Remove unused panel driversLaurent Pinchart1-7/+0
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner3-12/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner22-264/+22
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter3-27/+3
2019-06-10drm/omap: Make sure device_id tables are NULL terminatedThomas Meyer1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner3-27/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-15BackMerge v5.1-rc5 into drm-nextDave Airlie2-8/+20
2019-03-27drm/omap: hdmi4_cec: Fix CEC clock handling for PMTony Lindgren1-7/+19
2019-03-27drm/omap: fix typoMatteo Croce1-1/+1
2019-03-18drm/omap: dsi: Fix PM for display blank with paired dss_pll callsTony Lindgren1-29/+31
2019-03-18drm/omap: Remove panel-dpi driverLaurent Pinchart1-1/+0
2019-03-18drm/omap: Remove TFP410 and DVI connector driversLaurent Pinchart1-2/+0
2019-03-18drm/omap: Whitelist DT nodes to fixup with omapdss, prefixLaurent Pinchart2-8/+33
2019-03-18drm/omap: Add support for drm_panelLaurent Pinchart3-6/+14
2019-03-18drm/omap: Add support for drm_bridgeLaurent Pinchart3-9/+40
2019-03-18drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flagsLaurent Pinchart2-4/+4
2019-03-18drm/omap: Merge omap_dss_device type and output_type fieldsLaurent Pinchart9-13/+17
2019-03-18drm/omap: Simplify OF lookup of DSS devicesLaurent Pinchart3-58/+10
2019-03-18drm/omap: Store pixel clock instead of full mode in DPI and SDI encodersLaurent Pinchart2-8/+7
2019-03-18drm/omap: venc: Use drm_display_mode nativelyLaurent Pinchart1-46/+44
2019-03-18drm/omap: Pass drm_display_mode to .check_timings() and .set_timings()Laurent Pinchart6-38/+39
2019-03-18drm/omap: venc: Simplify mode setting by caching configurationLaurent Pinchart1-34/+34
2019-03-18drm/omap: Remove src field from omap_dss_device structureLaurent Pinchart2-14/+1
2019-03-18drm/omap: Move display alias ID to omap_drm_pipelineLaurent Pinchart2-4/+0
2019-03-18drm/omap: venc: List both PAL and NTSC modesLaurent Pinchart1-6/+19
2019-03-18drm/omap: Add a dss device operation flag for .get_modes()Laurent Pinchart2-1/+4
2019-03-18drm/omap: Merge display .get_modes() and .get_size() operationsLaurent Pinchart1-3/+0