dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-15 08:19:08 to 2021-04-16 14:35:53 UTC [more...]

[PATCH 1/3] drm/amdgpu: make sure we unpin the UVD BO
 2021-04-16 14:35 UTC  (5+ messages)
` [PATCH 2/3] drm/amdgpu: freeing pinned objects is illegal now
` [PATCH 3/3] drm/ttm: warn stricter about freeing pinned BOs

[PATCH 00/19] More DG1 enabling
 2021-04-16 14:25 UTC  (13+ messages)
` [PATCH 06/19] drm/i915/stolen: pass the allocation flags
  ` [Intel-gfx] "
` [PATCH 11/19] drm/i915: Update the helper to set correct mapping
  ` [Intel-gfx] "
` [PATCH 12/19] drm/i915/lmem: Bypass aperture when lmem is available
  ` [Intel-gfx] "

[PATCH v1 1/2] fbtft: Rectify GPIO handling
 2021-04-16 14:20 UTC  (6+ messages)
` [PATCH v1 2/2] fbtft: Don't spam logs when probe is deferred

[PATCH v2 1/4] fbtft: Replace custom ->reset() with generic one
 2021-04-16 14:20 UTC  (4+ messages)
` [PATCH v2 2/4] fbtft: Rectify GPIO handling
` [PATCH v2 3/4] fbtft: Don't spam logs when probe is deferred
` [PATCH v2 4/4] fbtft: Update TODO

[PATCH 1/4] drm/i915/uapi: fix kernel doc warnings
 2021-04-16 14:05 UTC  (5+ messages)
` [PATCH 2/4] drm/doc: add section for driver uAPI
` [PATCH 3/4] drm/i915/uapi: convert i915_user_extension to kernel doc
` [PATCH 4/4] drm/i915/uapi: convert i915_query and friend "

[PATCH v3 0/7] drm: Clean up mmap for TTM-based GEM drivers
 2021-04-16 14:00 UTC  (12+ messages)
` [PATCH v3 1/7] drm/ttm: Don't override vm_ops callbacks, if set
` [PATCH v3 2/7] drm/amdgpu: Implement mmap as GEM object function
` [PATCH v3 3/7] drm/radeon: "
` [PATCH v3 4/7] drm/nouveau: "
` [PATCH v3 5/7] drm/vmwgfx: Inline ttm_bo_mmap() into vmwgfx driver
` [PATCH v3 6/7] drm/vmwgfx: Inline vmw_verify_access()
` [PATCH v3 7/7] drm/ttm: Remove ttm_bo_mmap() and friends

[PULL] drm-fixes
 2021-04-16 13:32 UTC 

[PATCH] drm: Fix fbcon blank on QEMU graphics drivers
 2021-04-16 12:53 UTC 

[PATCH v2] dma-buf: Add DmaBufTotal counter in meminfo
 2021-04-16 12:46 UTC  (2+ messages)

[PATCH v5 0/1] Fixes 30e2ae943c26 "drm/bridge: Introduce LT8912B DSI to HDMI"
 2021-04-16 12:01 UTC  (4+ messages)
` [PATCH v5 1/1] drm/bridge: lt8912b: fix incorrect handling of of_* return values

[PATCH 0/2] drm/bridge: dw-hdmi: disable loading of DW-HDMI CEC sub-driver
 2021-04-16 11:38 UTC  (5+ messages)
` [PATCH 1/2] drm/bridge/synopsys: dw-hdmi: Add an option to suppress loading CEC driver
` [PATCH 2/2] drm/meson: dw-hdmi: disable DW-HDMI CEC sub-driver

[PATCH] drm/rockchip: Cope with endpoints that haven't been registered yet
 2021-04-16 11:30 UTC  (3+ messages)

[PATCH] dma-buf: Add DmaBufTotal counter in meminfo
 2021-04-16 11:20 UTC  (3+ messages)

[PATCH 0/4] drm: Fix config dependencies for fbdev emulation
 2021-04-16 10:48 UTC  (12+ messages)
` [PATCH 1/4] drm/vmwgfx: Make console emulation depend on DRM_FBDEV_EMULATION
` [PATCH 2/4] drm/mxsfb: Don't select DRM_KMS_FB_HELPER
` [PATCH 3/4] drm/zte: "
` [PATCH 4/4] drm: Remove DRM_KMS_FB_HELPER Kconfig option

[PATCH] drm/amdgpu/pm: use linux/processor.h instead of asm/processor.h
 2021-04-16 10:11 UTC 

[PATCH] drm/omap: dsi: Add missing IRQF_ONESHOT
 2021-04-16 10:09 UTC  (3+ messages)
  ` 回复:[PATCH] "

[PATCH 00/57] Rid W=1 warnings from Staging
 2021-04-16  7:31 UTC  (3+ messages)

[PATCH] drm/bridge: nwl-dsi: Get MIPI DSI controller and PHY ready in ->mode_set()
 2021-04-16  9:23 UTC 

[PATCH v3 1/4] drm/i915/uapi: hide kernel doc warnings
 2021-04-16  9:15 UTC  (12+ messages)
` [PATCH v3 2/4] drm/i915/uapi: convert i915_user_extension to kernel doc
` [PATCH v3 3/4] drm/i915/uapi: convert i915_query and friend "
  ` [Mesa-dev] "
  ` [Intel-gfx] "
` [PATCH v3 4/4] drm/doc/rfc: i915 DG1 uAPI

[PATCH -next] drm: bridge: fix ANX7625 use of mipi_dsi_() functions
 2021-04-16  9:14 UTC  (3+ messages)

[PATCH -next] drm: bridge: fix LONTIUM use of mipi_dsi_() functions
 2021-04-16  9:14 UTC  (3+ messages)

[V3] drm/i915/gt: Fix a lockdep warning with interrupts enabled
 2021-04-16  9:08 UTC 

[PATCH v4 0/9] drm: Support simple-framebuffer devices and firmware fbs
 2021-04-16  9:00 UTC  (10+ messages)
` [PATCH v4 1/9] drm/format-helper: Pass destination pitch to drm_fb_memcpy_dstclip()
` [PATCH v4 2/9] drm/format-helper: Add blitter functions
` [PATCH v4 3/9] drm/aperture: Add infrastructure for aperture ownership
` [PATCH v4 4/9] drm: Add simpledrm driver
` [PATCH v4 5/9] drm/simpledrm: Add fbdev emulation
` [PATCH v4 6/9] drm/simpledrm: Initialize framebuffer data from device-tree node
` [PATCH v4 7/9] drm/simpledrm: Acquire clocks from DT device node
` [PATCH v4 8/9] drm/simpledrm: Acquire regulators "
` [PATCH v4 9/9] drm/simpledrm: Acquire memory aperture for framebuffer

[PATCH v2 00/10] drm: Support simple-framebuffer devices and firmware fbs
 2021-04-16  8:42 UTC  (15+ messages)
` [PATCH v2 04/10] drm/aperture: Add infrastructure for aperture ownership
` [PATCH v2 08/10] drm/simpledrm: Acquire clocks from DT device node

[PATCHv2 0/6] drm/omap: hdmi: improve hdmi4 CEC, add CEC for hdmi5
 2021-04-16  7:55 UTC  (5+ messages)
` [PATCHv2 1/6] drm: drm_bridge: add connector_attach/detach bridge ops
` [PATCHv2 2/6] drm/omapdrm/dss/hdmi4: switch to the connector "

[PATCH v5, 0/4] soc: mediatek: mmsys: add mt8192 mmsys support
 2021-04-16  7:51 UTC  (5+ messages)
` [PATCH v5, 1/4] soc: mediatek: mmsys: add component OVL_2L2
` [PATCH v5, 2/4] soc: mediatek: mmsys: add component POSTMASK

[PATCH v3] drm/i915: Fix "mitigations" parsing if i915 is builtin
 2021-04-16  7:11 UTC 

[PATCH 1/2] mm/vmscan: add sync_shrinkers function
 2021-04-16  7:08 UTC  (6+ messages)
` [PATCH 2/2] drm/ttm: optimize the pool shrinker a bit v2

[PATCH V2] drm/bridge: lvds-codec: Add support for pixel data sampling edge select
 2021-04-16  6:49 UTC  (5+ messages)

[PATCH 12/12] drm/modifiers: Enforce consistency between the cap an IN_FORMATS
 2021-04-16  6:30 UTC  (3+ messages)
` [PATCH] "

[Regression] amdgpu driver broken on AMD HD7770 GHz edition
 2021-04-16  5:35 UTC  (3+ messages)

[PATCH v2 3/3] drm/msm/dp: check main link status before start aux read
 2021-04-15 23:28 UTC  (7+ messages)
          ` [PATCH v3 "

[PATCH v3 2/3] drm/msm/dp: initialize audio_comp when audio starts
 2021-04-15 23:26 UTC 

[v1 0/3] drm: Add support for backlight control of eDP panel on ti-sn65dsi86 bridge
 2021-04-15 22:04 UTC  (3+ messages)
` [v1 2/3] dt-bindings: drm/bridge: ti-sn65dsi86: Document use-aux-backlight

[PATCH v2 1/3] drm/amdkfd: Use drm_priv to pass VM from KFD to amdgpu
 2021-04-15 21:50 UTC  (2+ messages)

[PATCH] drm: nouveau: dispnv50: disp.c: Remove set but unused variables
 2021-04-15 21:16 UTC  (4+ messages)
` [Outreachy kernel] "

linux-next: manual merge of the vfio tree with the drm tree
 2021-04-15 19:20 UTC  (3+ messages)

[PATCH] drm: nouveau: nouveau_bo.c: Remove set but unused variables
 2021-04-15 18:19 UTC 

[PATCH v3] drm/vmwgfx: Make sure bo's are unpinned before putting them back
 2021-04-15 18:05 UTC  (2+ messages)

[PATCH v2 2/3] drm/msm/dp: initialize audio_comp when audio starts
 2021-04-15 17:40 UTC  (3+ messages)

[Intel-gfx] [PATCH v3 12/16] drm/i915/uapi: introduce drm_i915_gem_create_ext
 2021-04-15 17:20 UTC  (2+ messages)
  ` [Intel-gfx] [PATCH v3 11/16] drm/i915/pxp: interface for marking contexts as using protected content

[PATCH 1/7] drm/nouveau: use bo->base.size instead of mem->num_pages
 2021-04-15 17:06 UTC  (7+ messages)
` [PATCH 6/7] drm/ttm: always initialize the full ttm_resource
` [PATCH 7/7] drm/ttm: rename bo->mem and make it a pointer

[PATCH] drm/radeon/si: Fix inconsistent indenting
 2021-04-15 16:27 UTC  (2+ messages)

[PATCH v2] drm/amdgpu: fix an error code in init_pmu_entry_by_type_and_add()
 2021-04-15 16:21 UTC  (2+ messages)

[PATCH] drm/radeon/cik: remove set but not used variables
 2021-04-15 16:20 UTC  (2+ messages)

[RFC] Cross-driver ww transaction lock lists
 2021-04-15 15:51 UTC  (7+ messages)
    ` [Linaro-mm-sig] "

[PATCH v2] drm/i915: Fix "mitigations" parsing if i915 is builtin
 2021-04-15 15:50 UTC  (2+ messages)

[PATCH] drm/tegra: Fix shift overflow in tegra_shared_plane_atomic_update
 2021-04-15 15:49 UTC  (2+ messages)

[PATCH v3 00/12] drm: Fix EDID reading on ti-sn65dsi86
 2021-04-15 14:48 UTC  (6+ messages)
` [PATCH v3 01/12] drm/bridge: Fix the stop condition of drm_bridge_chain_pre_enable()

[PATCH 0/9] Implement multi-GPU DMA mappings for KFD
 2021-04-15 14:29 UTC  (6+ messages)
` [PATCH 9/9] drm/amdgpu: Lock the attached dmabuf in unpopulate

[PULL] drm-intel-fixes
 2021-04-15 13:24 UTC  (2+ messages)

[PATCH v2 0/7] drm: Clean up mmap for TTM-based GEM drivers
 2021-04-15 13:21 UTC  (12+ messages)
` [PATCH v2 1/7] drm/ttm: Don't override vm_ops callbacks, if set
` [PATCH v2 2/7] drm/amdgpu: Implement mmap as GEM object function
` [PATCH v2 3/7] drm/radeon: "
` [PATCH v2 4/7] drm/nouveau: "
` [PATCH v2 5/7] drm/vmwgfx: Inline ttm_bo_mmap() into vmwgfx driver
` [PATCH v2 6/7] drm/vmwgfx: Inline vmw_verify_access()
` [PATCH v2 7/7] drm/ttm: Remove ttm_bo_mmap() and friends

[PATCH] drm/i915/gvt: Fix error code in intel_gvt_init_device()
 2021-04-15 11:53 UTC  (2+ messages)

[PATCH 01/12] drm/arm: Don't set allow_fb_modifiers explicitly
 2021-04-15 11:35 UTC  (7+ messages)
` [PATCH 05/12] drm/imx: "
` [PATCH 10/12] drm/tegra: "

[PATCH] efifb: Fix runtime pm calls for non PCI efifb device
 2021-04-15 10:22 UTC 

[PATCH] drm/bridge: Centralize error message when bridge attach fails
 2021-04-15 10:12 UTC  (2+ messages)

[PATCH] drm/msm/dsi: fix msm_dsi_phy_get_clk_provider return code
 2021-04-15 10:12 UTC  (2+ messages)

[PATCH 1/3] drm/panel: Add connector_type and bus_format for AUO G104SN02 V2 panel
 2021-04-15  9:16 UTC  (3+ messages)
` [PATCH 2/3] drm/panel: Add connector_type for some EDT displays
` [PATCH 3/3] drm/panel: Add bus_format and bus_flags for EDT ETM0430G0DH6

[PATCH 0/2] drm/ingenic: IPU plane fixes
 2021-04-15  9:26 UTC  (3+ messages)
` [PATCH 2/2] drm/ingenic: Don't request full modeset if property is not modified

[PATCH v4 0/6] Add Unisoc's drm kms module
 2021-04-15  9:09 UTC  (20+ messages)
` [PATCH v4 4/6] drm/sprd: add Unisoc's drm display controller driver
` [PATCH v4 5/6] dt-bindings: display: add Unisoc's mipi dsi controller bindings
` [PATCH v4 6/6] drm/sprd: add Unisoc's drm mipi dsi&dphy driver

[PATCH] drm/virtio: Create Dumb BOs as guest Blobs (v2)
 2021-04-15  9:07 UTC  (4+ messages)
` [PATCH] drm/virtio: Create Dumb BOs as guest Blobs (v3)

[PATCH v3 0/3] drm/bridge: Add it66121 driver
 2021-04-15  8:54 UTC  (6+ messages)
` [PATCH v3 2/3] drm: bridge: add "

[PATCH v3 0/9] drm: Support simple-framebuffer devices and firmware fbs
 2021-04-15  8:53 UTC  (10+ messages)
` [PATCH v3 1/9] drm/format-helper: Pass destination pitch to drm_fb_memcpy_dstclip()
` [PATCH v3 2/9] drm/format-helper: Add blitter functions
` [PATCH v3 3/9] drm/aperture: Add infrastructure for aperture ownership
` [PATCH v3 4/9] drm: Add simpledrm driver
` [PATCH v3 5/9] drm/simpledrm: Add fbdev emulation
` [PATCH v3 6/9] drm/simpledrm: Initialize framebuffer data from device-tree node
` [PATCH v3 7/9] drm/simpledrm: Acquire clocks from DT device node
` [PATCH v3 8/9] drm/simpledrm: Acquire regulators "
` [PATCH v3 9/9] drm/simpledrm: Acquire memory aperture for framebuffer

[PATCH] drm/rockchip: remove unused function
 2021-04-15  8:47 UTC 

[PATCH] drm/vc4: remove unused function
 2021-04-15  8:45 UTC 

[PATCH] drm/kmb: remove unused function
 2021-04-15  8:41 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).