summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-03-18drm/omap: Merge omap_dss_device type and output_type fieldsLaurent Pinchart25-20/+32
2019-03-18drm/omap: Refactor initialization sequenceLaurent Pinchart1-67/+56
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 Pinchart9-48/+46
2019-03-18drm/omap: Factor out common mode validation codeLaurent Pinchart3-45/+44
2019-03-18drm/omap: venc: Simplify mode setting by caching configurationLaurent Pinchart1-34/+34
2019-03-18drm/omap: Move DISPC timing checks to CRTC .mode_valid() operationLaurent Pinchart3-12/+9
2019-03-18drm/omap: Remove src field from omap_dss_device structureLaurent Pinchart2-14/+1
2019-03-18drm/omap: Notify all devices in the pipeline of output disconnectionLaurent Pinchart1-12/+16
2019-03-18drm/omap: panel-dsi-cm: Store source pointer internallyLaurent Pinchart1-26/+29
2019-03-18drm/omap: Don't store display pointer in omap_connector structureLaurent Pinchart1-18/+13
2019-03-18drm/omap: Move display alias ID to omap_drm_pipelineLaurent Pinchart4-6/+8
2019-03-18drm/omap: Don't pass display pointer to encoder init functionLaurent Pinchart3-7/+3
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 Pinchart11-5/+16
2019-03-18drm/omap: Merge display .get_modes() and .get_size() operationsLaurent Pinchart3-27/+5
2019-03-18drm/omap: Expose DRM modes instead of timings in display devicesLaurent Pinchart12-61/+80
2019-03-18drm/omap: Factor out common init/cleanup code for output devicesLaurent Pinchart8-87/+36
2019-03-18drm/omap: Remove omap_dss_device dst fieldLaurent Pinchart2-5/+2
2019-03-18drm/omap: Reverse direction of the DSS device enable/disable operationsLaurent Pinchart24-337/+171
2019-03-18drm/omap: Remove enable checks from display .enable() and .remove()Laurent Pinchart14-64/+25
2019-03-18drm/omap: Remove connection checks from display .enable() and .remove()Laurent Pinchart6-35/+10
2019-03-18drm/omap: Remove connection checks from internal encoders .enable()Laurent Pinchart7-98/+7
2019-03-18drm/omap: Move common display enable/disable code to encoderLaurent Pinchart12-161/+32
2019-03-18drm/omap: Use atomic suspend/resume helpersLaurent Pinchart2-51/+2
2019-03-18drm/omap: venc: Remove wss_data field from venc_device structureLaurent Pinchart1-10/+1
2019-03-18drm/omap: Remove unused kobj field from struct omap_dss_deviceLaurent Pinchart1-2/+0
2019-03-18drm/omap: Remove declaration of nonexisting functionLaurent Pinchart1-2/+0
2019-03-18drm/atomic: Constify mode argument to mode_valid_path()Laurent Pinchart1-2/+2
2019-03-17Merge tag 'for-linus-5.1b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+4
2019-03-16Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds22-502/+1044
2019-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds21-77/+206
2019-03-16Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds17-121/+247
2019-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-2/+47
2019-03-16Merge tag 'iommu-fix-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+6
2019-03-16Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds6-80/+114
2019-03-16Merge tag 'ntb-5.1' of git://github.com/jonmason/ntbLinus Torvalds5-15/+99
2019-03-16Merge tag 'fbdev-v5.1' of git://github.com/bzolnier/linuxLinus Torvalds21-114/+69
2019-03-16Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-16/+29
2019-03-15Merge tag 'drm-next-2019-03-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds43-369/+435
2019-03-15iommu/amd: Fix NULL dereference bug in match_hid_uidAaron Ma1-2/+6
2019-03-15xen/balloon: Fix mapping PG_offline pages to user spaceDavid Hildenbrand1-1/+4
2019-03-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2019-03-15zram: default to lzo-rle instead of lzoDave Rodgman1-1/+1
2019-03-14Merge tag 'acpi-5.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds4-22/+33
2019-03-14Merge tag 'pm-5.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds16-75/+81
2019-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds25-138/+273
2019-03-14Merge tag 'dmaengine-5.1-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds49-631/+2453