summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * drm/i915: cleanup: drm_modeset_lock_all_ctx() --> DRM_MODESET_LOCK_ALL_BEGIN()Fernando Ramos2021-10-011-13/+5
| * drm: cleanup: drm_modeset_lock_all_ctx() --> DRM_MODESET_LOCK_ALL_BEGIN()Fernando Ramos2021-10-011-6/+3
| * drm/lease: allow empty leasesSimon Ser2021-10-012-22/+20
| * drm: fb_helper: fix CONFIG_FB dependencyArnd Bergmann2021-10-011-1/+1
| * dma-buf: fix and rework dma_buf_poll v7Christian König2021-10-012-83/+71
| * drm/dp: Add Additional DP2 HeadersFangzhi Zuo2021-09-301-0/+20
| * drm/bridge: Add stubs for devm_drm_of_get_bridge when OF is disabledMaxime Ripard2021-09-301-1/+12
| * drm/ttm: add TTM_TT_FLAG_EXTERNAL_MAPPABLEMatthew Auld2021-09-293-5/+23
| * drm/ttm: add some kernel-doc for TTM_TT_FLAG_*Matthew Auld2021-09-291-19/+41
| * drm/ttm: s/FLAG_SG/FLAG_EXTERNAL/Matthew Auld2021-09-2911-42/+42
| * drm/ttm: remove TTM_PAGE_FLAG_NO_RETRYMatthew Auld2021-09-291-1/+0
| * 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/virtgpu api: create context init featureGurchetan Singh2021-09-291-0/+27
| * virtio-gpu api: multiple context types with explicit initializationGurchetan Singh2021-09-291-3/+15
| * drm/panel: support for BOE and INX video mode panelyangcong2021-09-281-2/+730
| * dt-bindings: boe, tv101wum-n16: Add compatible for boe tv110c9m-ll3 and inx h...yangcong2021-09-281-0/+4
| * drm/panel: boe-tv101wum-nl6: Support enabling a 3.3V railyangcong2021-09-281-0/+11
| * dt-bindings: drm/panel: boe-tv101wum-nl6: Support enabling a 3.3V railyangcong2021-09-281-0/+3
| * 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-282-31/+86
| * 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-283-4/+12
| * drm/edid: Fix drm_edid_encode_panel_id() kerneldoc warningDouglas Anderson2021-09-281-2/+2
| * drm/print: Add deprecation notes to DRM_...() functionsDouglas Anderson2021-09-241-0/+30
| * drm/edid: Fix EDID quirk compile error on older compilersDouglas Anderson2021-09-243-77/+81
| * drm/gma500: Fix wrong pointer passed to PTR_ERR()Yang Yingliang2021-09-241-1/+1
| * drm/mipi-dsi: Create devm device attachmentMaxime Ripard2021-09-242-0/+36
| * drm/mipi-dsi: Create devm device registrationMaxime Ripard2021-09-242-0/+49
| * drm/bridge: Document the probe issue with MIPI-DSI bridgesMaxime Ripard2021-09-242-0/+63
| * drm/bridge: Add documentation sectionsMaxime Ripard2021-09-242-5/+15
| * 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