summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-09-20gpu/drm/exynos: Convert drm_atomic_helper_suspend/resume()Souptick Joarder4-52/+2
2018-09-20drm/exynos: enable out_bridge in exynos_dsi_enableMaciej Purski1-15/+23
2018-09-20drm/exynos: move connector creation to attach callbackMaciej Purski1-21/+32
2018-09-20drm/exynos: rename bridge_node to in_bridge_nodeMaciej Purski1-8/+8
2018-09-20Merge tag 'du-next-20180914' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie32-245/+247
2018-09-20Merge tag 'drm-misc-next-2018-09-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie36-124/+171
2018-09-19drm: add LG eDP panel to quirk databaseLee, Shawn C1-0/+2
2018-09-19drm: Change limited M/N quirk to constant N quirk.Lee, Shawn C5-24/+22
2018-09-19drm: Add support for device_id based detection.Lee, Shawn C1-1/+14
2018-09-19drm/virtio: add dma sync for dma mapped virtio gpu framebuffer pagesJiandi An3-7/+26
2018-09-19drm/sun4i: add support for R40 HDMI PHYIcenowy Zheng1-0/+12
2018-09-15drm: rcar-du: Remove packed VYUY supportKieran Bingham1-2/+0
2018-09-15drm: rcar-du: Update framebuffer pitch and alignment limits for Gen3Laurent Pinchart1-12/+23
2018-09-15drm: rcar-du: Add support for missing pixel formatsKoji Matsuoka1-0/+32
2018-09-15drm: rcar-du: Update Gen3 output limitationsKieran Bingham1-2/+12
2018-09-15drm: rcar-du: lvds: add R8A77980 supportSergei Shtylyov1-0/+1
2018-09-15drm: rcar-du: Write ESCR and OTAR as CRTC registersJacopo Mondi2-7/+6
2018-09-15drm: rcar-du: Rename and document dpll_ch fieldJacopo Mondi3-5/+6
2018-09-15drm: rcar-du: Improve non-DPLL clock selectionJacopo Mondi1-31/+54
2018-09-15drm: rcar-du: Rework clock configuration based on hardware limitsLaurent Pinchart1-61/+73
2018-09-14drm: Differentiate the lack of an interface from invalid parameterChris Wilson23-80/+82
2018-09-14drm: rcar-du: Add interlaced feature flagKieran Bingham3-11/+36
2018-09-14drm: rcar-du: Refactor Feature and Quirk definitionsKieran Bingham1-4/+4
2018-09-14drm: rcar-du: Support interlaced video output through vsp1Kieran Bingham2-0/+2
2018-09-14drm: rcar-du: Convert to SPDX identifiersKuninori Morimoto18-83/+18
2018-09-14drm: panel-lvds: convert to SPDX identifiersKuninori Morimoto1-5/+1
2018-09-14drm: shmobile: convert to SPDX identifiersKuninori Morimoto12-55/+12
2018-09-14udmabuf: fix error code in map_udmabuf()Dan Carpenter1-1/+3
2018-09-14Merge tag 'drm-misc-next-2018-09-13' of git://anongit.freedesktop.org/drm/drm...Dave Airlie61-2162/+2106
2018-09-13drm/amdgpu: Use per-device driver_features to disable atomicVille Syrjälä1-8/+4
2018-09-13drm/i915: Clear DRIVER_ATOMIC on a per-device basisVille Syrjälä1-4/+4
2018-09-13drm: Introduce per-device driver_featuresVille Syrjälä1-0/+3
2018-09-13drm: bridge: document bridge attach/detach imbalancePeter Rosin1-0/+4
2018-09-13drm/bridge: analogix_dp: Downgrade "Link Training" messages to dev_dbgMarc Zyngier1-2/+2
2018-09-12drm/sun4i: fix build failure with CONFIG_DRM_SUN8I_MIXER=mMaxime Ripard1-3/+11
2018-09-12qxl: refactor to use drm_fb_helper_fbdev_setupPeter Wu4-276/+60
2018-09-12udmabuf: use sizeof(variable) instead of sizeof(type)Gerd Hoffmann1-3/+3
2018-09-12udmabuf: drop WARN_ON() check.Gerd Hoffmann1-3/+0
2018-09-12udmabuf: use ENOTTY for invalid ioctlsGerd Hoffmann1-1/+1
2018-09-12udmabuf: use EBADFD in case we didn't got a memfdGerd Hoffmann1-2/+5
2018-09-12udmabuf: improve udmabuf_create error handlingGerd Hoffmann1-13/+12
2018-09-12udmabuf: rework limitsGerd Hoffmann1-2/+8
2018-09-12udmabuf: add MEMFD_CREATE dependencyGerd Hoffmann1-0/+1
2018-09-12udmabuf: constify udmabuf_create argsGerd Hoffmann1-2/+2
2018-09-12udmabuf: constify udmabuf_opsGerd Hoffmann1-1/+1
2018-09-12udmabuf: use pgoff_t for pagecountGerd Hoffmann1-1/+1
2018-09-12udmabuf: improve map_udmabuf error handlingGerd Hoffmann1-11/+10
2018-09-12udmabuf: sort headers, drop uapi/ path prefixGerd Hoffmann1-9/+8
2018-09-11drm/vkms: Add kerneldoc entryHaneen Mohammed1-0/+9
2018-09-11drm/vkms: Enable/Disable cursor support with module optionHaneen Mohammed3-5/+14