summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-17drm: add drm_format_helper.c to kerneldocGerd Hoffmann
2019-04-16drm/lima: Use the drm_gem_fence_array_add helpers for our deps.Eric Anholt
2019-04-16drm: Add helpers for setting up an array of dma_fence dependencies.Eric Anholt
2019-04-16drm: Expose "FB_DAMAGE_CLIPS" property to atomic aware user-space onlyDeepak Rawat
2019-04-16drm: aspeed: Clean up Kconfig optionsJoel Stanley
2019-04-16dma-buf: explicitely note that dma-fence-chains use 64bit seqnoChristian König
2019-04-12drm/panfrost: Add support for 2MB page entriesRob Herring
2019-04-12drm/panfrost: Add initial panfrost driverRob Herring
2019-04-12drm: Add a drm_gem_objects_lookup helperRob Herring
2019-04-12iommu: io-pgtable: Add ARM Mali midgard MMU page table formatRob Herring
2019-04-12drm/bridge: ti-tfp410: Set the bus_formatPeter Ujfalusi
2019-04-12dt-bindings: display: tfp410: Add bus-width parameter propertyPeter Ujfalusi
2019-04-12drm/bridge: ti-tfp410: Fall back to HPD polling if HPD irq is not availablePeter Ujfalusi
2019-04-11virtio-gpu api: comment feature flagsGerd Hoffmann
2019-04-11drm: fix drm_fb_xrgb8888_to_rgb888_dstclip()Gerd Hoffmann
2019-04-11drm/tinydrm: Fix fbdev pixel formatNoralf Trønnes
2019-04-11drm/i915/fbdev: Move intel_fb_initial_config() to fbdev helperNoralf Trønnes
2019-04-11drm/client: Rename drm_client_add() to drm_client_register()Noralf Trønnes
2019-04-11drm/sun4i: Rely on dma interconnect for our RAM offsetMaxime Ripard
2019-04-10Merge drm/drm-next into drm-misc-nextSean Paul
2019-04-10drm/bochs: use simple display pipeGerd Hoffmann
2019-04-10drm: switch drm_fb_xrgb8888_to_rgb888_dstclip to accept __iomem dstGerd Hoffmann
2019-04-10drm: switch drm_fb_xrgb8888_to_rgb565_dstclip to accept __iomem dstGerd Hoffmann
2019-04-10drm: switch drm_fb_memcpy_dstclip to accept __iomem dstGerd Hoffmann
2019-04-09drm/lima: include used header file explicitlyQiang Yu
2019-04-09drm/lima: add missing Kconfig dependencyQiang Yu
2019-04-09drm/meson: Add G12A support for the DW-HDMI GlueNeil Armstrong
2019-04-09drm/meson: Add G12A compatibleNeil Armstrong
2019-04-09drm/meson: Add G12A Video Clock setupNeil Armstrong
2019-04-09drm/meson: Add G12A support for CVBS EncoderNeil Armstrong
2019-04-09drm/meson: Add G12A support for plane handling in CRTC driverNeil Armstrong
2019-04-09drm/meson: Add G12A Support for the Overlay video planeNeil Armstrong
2019-04-09drm/meson: Add G12A support for OSD1 PlaneNeil Armstrong
2019-04-09drm/meson: Add G12A Support for VIU setupNeil Armstrong
2019-04-09drm/meson: Add G12A Support for VPP setupNeil Armstrong
2019-04-09drm/meson: Add registers for G12A SoCNeil Armstrong
2019-04-09drm/meson: Switch PLL to 5.94GHz base for 297Mhz pixel clockNeil Armstrong
2019-04-09dt-bindings: display: amlogic, meson-dw-hdmi: Add G12A compatible and portsNeil Armstrong
2019-04-09dt-bindings: display: amlogic, meson-vpu: Add G12A compatible and portsNeil Armstrong
2019-04-09dt-bindings: gpu: add bindings for the ARM Mali Bifrost GPUNeil Armstrong
2019-04-08MAINTAINERS: mark lima mailing list as moderatedRandy Dunlap
2019-04-08drm/cirrus: rewrite and modernize driver.Gerd Hoffmann
2019-04-08drm: add drm_fb_xrgb8888_to_rgb888_dstclip()Gerd Hoffmann
2019-04-08drm: add drm_fb_xrgb8888_to_rgb565_dstclip()Gerd Hoffmann
2019-04-08drm: add drm_fb_memcpy_dstclip() helperGerd Hoffmann
2019-04-08drm: move tinydrm format conversion helpers to new drm_format_helper.cGerd Hoffmann
2019-04-05Documentation/gpu/meson: Remove link to meson_canvas.cSean Paul
2019-04-05Merge tag 'drm-misc-next-2019-04-04' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2019-04-04drm/pl111: fix possible object reference leakWen Yang
2019-04-04drm/vc4: vc4_debugfs_regset32() can be statickbuild test robot