summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2018-09-07Merge tag 'omapdrm-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tom...Dave Airlie42-3873/+2295
2018-09-07Merge tag 'drm-misc-next-2018-09-05' of git://anongit.freedesktop.org/drm/drm...Dave Airlie99-660/+3587
2018-09-05drm/rockchip: rgb: add stub functions when rgb encoder is disabledHeiko Stuebner1-0/+13
2018-09-05drm/vkms: Fix race condition around accessing frame numberHaneen Mohammed3-6/+54
2018-09-05drm/rockchip: vop: add rk3188 vop definitionsHeiko Stuebner2-0/+114
2018-09-05drm/rockchip: vop: Add directly output rgb feature for px30Sandy Huang1-0/+2
2018-09-05drm/rockchip: Add support for Rockchip Soc RGB output interfaceSandy Huang6-0/+222
2018-09-05drm/rockchip: add function to check if endpoint is a subdriverHeiko Stuebner2-0/+49
2018-09-05drm/sun4i: Add support for HDMI voltage regulatorJernej Skrabec2-1/+18
2018-09-05drm/sun4i: Add support for A64 display engineJagan Teki1-0/+1
2018-09-05drm/sun4i: Add support for A64 mixersJagan Teki1-0/+24
2018-09-05drm/virtio: add iommu support.Gerd Hoffmann2-9/+38
2018-09-05drm/virtio: add virtio_gpu_object_detach() functionGerd Hoffmann4-7/+12
2018-09-05drm/virtio: track virtual output stateGerd Hoffmann3-1/+6
2018-09-05qxl: fix null-pointer crash during suspendPeter Wu1-21/+5
2018-09-04drm: Remove "protection" around drm_vma_offset_manager_destroy()Chris Wilson1-3/+0
2018-09-04drm: Suppress user controlled spam for invalid drm_wait_vblank_ioctlChris Wilson1-1/+1
2018-09-03drm/tegra: kick out simplefbMichał Mirosław1-0/+4
2018-09-03drm/sun4i: use simpler remove_conflicting_framebuffers(NULL)Michał Mirosław1-17/+1
2018-09-03drm/vc4: use simpler remove_conflicting_framebuffers(NULL)Michał Mirosław1-19/+1
2018-09-03drm/virtio: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław1-21/+3
2018-09-03drm/mgag200: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław2-29/+1
2018-09-03drm/radeon: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław1-22/+1
2018-09-03drm/bochs: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław1-17/+1
2018-09-03drm/cirrus: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław1-22/+1
2018-09-03drm/amdgpu: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław1-23/+1
2018-09-03drm/omap: Don't call .set_timings() operation recursivelyLaurent Pinchart19-144/+8
2018-09-03drm/omap: Store CRTC timings in .set_timings() operationLaurent Pinchart6-16/+12
2018-09-03drm/omap: venc: Fixup video mode in .check_timings() operationLaurent Pinchart1-15/+8
2018-09-03drm/omap: sdi: Fixup video mode in .check_timings() operationLaurent Pinchart1-15/+22
2018-09-03drm/omap: hdmi: Constify video mode and related pointersLaurent Pinchart5-13/+13
2018-09-03drm/omap: dsi: Fixup video mode in .set_config() operationLaurent Pinchart1-13/+14
2018-09-03drm/omap: dpi: Don't fixup video mode in dpi_set_mode()Laurent Pinchart1-11/+1
2018-09-03drm/omap: Call dispc timings check operation directlyLaurent Pinchart9-50/+32
2018-09-03drm/omap: Split mode fixup and mode set from encoder enableLaurent Pinchart1-69/+79
2018-09-03drm/omap: Move bus flag hack to encoder implementationLaurent Pinchart2-47/+43
2018-09-03drm/omap: panels: Don't modify fixed timingsLaurent Pinchart7-21/+0
2018-09-03drm/omap: Remove .get_timings() operation from display connectorsLaurent Pinchart3-94/+0
2018-09-03drm/omap: Query timing information from analog TV encoderLaurent Pinchart2-9/+37
2018-09-03drm/omap: Don't call .check_timings() operation recursivelyLaurent Pinchart15-139/+32
2018-09-03drm/omap: Store bus flags in the omap_dss_device structureLaurent Pinchart12-66/+79
2018-09-03drm/omap: Don't store video mode internally for external encodersLaurent Pinchart3-15/+0
2018-09-03drm/omap: Remove unneeded fallback for missing .check_timings()Laurent Pinchart2-38/+3
2018-09-03drm/omap: Remove duplicate calls to .set_timings() operationLaurent Pinchart13-28/+0
2018-09-03drm/omap: Make the video_mode pointer to .set_timings() constLaurent Pinchart19-19/+19
2018-09-03drm/omap: encoder-tfp410: Don't fix timings in .set_timings() handlerLaurent Pinchart1-2/+0
2018-09-03drm/omap: dss: hdmi: Rename hdmi_display_(set|check)_timing() functionsLaurent Pinchart2-12/+12
2018-09-03drm/omap: Determine connector type directly in omap_connector.cLaurent Pinchart3-30/+31
2018-09-03drm/omap: Pass both output and display omap_dss_device to connector initLaurent Pinchart3-16/+21
2018-09-03drm/omap: Don't call HDMI mode and infoframe operations recursivelyLaurent Pinchart3-42/+1