summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* dma-buf: fix and rework dma_buf_poll v7Christian König2021-10-011-82/+70
* drm/ttm: add TTM_TT_FLAG_EXTERNAL_MAPPABLEMatthew Auld2021-09-292-2/+7
* drm/ttm: s/FLAG_SG/FLAG_EXTERNAL/Matthew Auld2021-09-299-32/+32
* drm/ttm: move ttm_tt_{add, clear}_mapping into amdgpuMatthew Auld2021-09-292-26/+14
* drm/ttm: stop setting page->index for the ttm_ttMatthew Auld2021-09-292-5/+1
* drm/ttm: stop calling tt_swapin in vm_accessMatthew Auld2021-09-291-5/+0
* drm/virtio: implement context init: advertise feature to userspaceGurchetan Singh2021-09-291-0/+6
* drm/virtio: implement context init: add virtio_gpu_fence_eventGurchetan Singh2021-09-294-1/+93
* drm/virtio: implement context init: handle VIRTGPU_CONTEXT_PARAM_POLL_RINGS_MASKGurchetan Singh2021-09-292-1/+22
* drm/virtio: implement context init: allocate an array of fence contextsGurchetan Singh2021-09-292-2/+35
* drm/virtio: implement context init: stop using drv->context when creating fenceGurchetan Singh2021-09-292-14/+17
* drm/virtio: implement context init: plumb {base_fence_ctx, ring_idx} to virti...Gurchetan Singh2021-09-294-8/+13
* drm/virtio: implement context init: track {ring_idx, emit_fence_info} in virt...Gurchetan Singh2021-09-291-0/+2
* drm/virtio: implement context init: support init ioctlAnthoine Bourgeois2021-09-293-8/+98
* drm/virtio: implement context init: probe for featureAnthoine Bourgeois2021-09-294-1/+10
* drm/virtio: implement context init: track valid capabilities in a maskGurchetan Singh2021-09-292-1/+20
* drm/panel: support for BOE and INX video mode panelyangcong2021-09-281-2/+730
* drm/panel: boe-tv101wum-nl6: Support enabling a 3.3V railyangcong2021-09-281-0/+11
* drm/vc4: hdmi: Actually check for the connector status in hotplugMaxime Ripard2021-09-281-2/+3
* drm/probe-helper: Create a HPD IRQ event helper for a single connectorMaxime Ripard2021-09-281-31/+85
* drm/probe-helper: Document drm_helper_hpd_irq_event() return valueMaxime Ripard2021-09-281-0/+3
* drm/msm: allow compile_test on !ARMChristian König2021-09-282-3/+3
* drm/edid: Fix EDID quirk compile error on older compilersDouglas Anderson2021-09-242-71/+73
* drm/gma500: Fix wrong pointer passed to PTR_ERR()Yang Yingliang2021-09-241-1/+1
* drm/mipi-dsi: Create devm device attachmentMaxime Ripard2021-09-241-0/+35
* drm/mipi-dsi: Create devm device registrationMaxime Ripard2021-09-241-0/+46
* drm/bridge: Document the probe issue with MIPI-DSI bridgesMaxime Ripard2021-09-241-0/+57
* drm/bridge: Add documentation sectionsMaxime Ripard2021-09-241-5/+9
* drm/bridge: parade-ps8640: Add support for AUX channelPhilip Chen2021-09-231-1/+179
* drm/bridge: parade-ps8640: Use regmap APIsPhilip Chen2021-09-231-30/+64
* drm/gma500: Managed device releaseThomas Zimmermann2021-09-231-8/+11
* drm/gma500: Remove dev_priv branch from unload functionThomas Zimmermann2021-09-231-47/+46
* drm/gma500: Embed struct drm_device in struct drm_psb_privateThomas Zimmermann2021-09-239-35/+26
* drm/gma500: Disable PCI device during shutdownThomas Zimmermann2021-09-231-7/+3
* drm/gma500: Replace references to dev_private with helper functionThomas Zimmermann2021-09-2328-184/+178
* drm/vboxvideo: Use managed interfaces for framebuffer write combiningThomas Zimmermann2021-09-233-14/+9
* drm/mgag200: Use managed interfaces for framebuffer write combiningThomas Zimmermann2021-09-232-30/+7
* drm/ast: Use managed interfaces for framebuffer write combiningThomas Zimmermann2021-09-232-19/+10
* drm: Fix scaling_mode docsVille Syrjälä2021-09-221-2/+2
* drm/bridge: Move devm_drm_of_get_bridge to bridge/panel.cMaxime Ripard2021-09-222-34/+37
* drm/rockchip: remove of_match_ptr() from analogix dp driverSouptick Joarder2021-09-211-1/+1
* drm/rockchip: remove of_match_ptr() from vop_driver_dt_matchSouptick Joarder2021-09-211-1/+1
* drm/rockchip: Check iommu itself instead of it's parent for device_is_availableAndy Yan2021-09-211-1/+1
* drm/rockchip: dsi: make hstt_table staticJiapeng Chong2021-09-211-1/+1
* drm/rockchip: dsi: Fix duplicate included linux/phy/phy.hJiapeng Chong2021-09-211-1/+0
* drm/rockchip: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing2021-09-213-9/+3
* drm/rockchip: add DRM_BRIDGE_ATTACH_NO_CONNECTOR flag to drm_bridge_attachAlex Bee2021-09-212-10/+45
* drm/rockchip: handle non-platform devices in rockchip_drm_endpoint_is_subdriverAlex Bee2021-09-211-1/+8
* drm/rockchip: remove unused psr_list{,_lock}Brian Norris2021-09-212-5/+0
* drm/panel-edp: Implement generic "edp-panel"s probed by EDIDDouglas Anderson2021-09-201-14/+201