dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-08 12:30:27 to 2020-12-09 16:10:59 UTC [more...]

linux-next: build warning after merge of the drm-misc tree
 2020-12-09 16:10 UTC  (2+ messages)

[PATCH v4 00/19] drm: managed encoder/plane/crtc allocation
 2020-12-09 16:05 UTC  (26+ messages)
` [PATCH v4 01/19] drm/encoder: make encoder control functions optional
` [PATCH v4 02/19] drm: add drmm_encoder_alloc()
` [PATCH v4 03/19] drm/simple_kms_helper: add drmm_simple_encoder_alloc()
` [PATCH v4 04/19] drm/plane: add drmm_universal_plane_alloc()
` [PATCH v4 05/19] drm/crtc: add drmm_crtc_alloc_with_planes()
` [PATCH v4 06/19] drm/imx: dw_hdmi-imx: move initialization into probe
` [PATCH v4 07/19] drm/imx: imx-ldb: use local connector variable
` [PATCH v4 08/19] drm/imx: imx-ldb: move initialization into probe
` [PATCH v4 09/19] drm/imx: imx-tve: use local encoder and connector variables
` [PATCH v4 10/19] drm/imx: imx-tve: move initialization into probe
` [PATCH v4 11/19] drm/imx: imx-tve: use devm_clk_register
` [PATCH v4 12/19] drm/imx: parallel-display: use local bridge and connector variables
` [PATCH v4 13/19] drm/imx: parallel-display: move initialization into probe
` [PATCH v4 14/19] drm/imx: dw_hdmi-imx: use drm managed resources
` [PATCH v4 15/19] drm/imx: imx-ldb: "
` [PATCH v4 16/19] drm/imx: imx-tve: "
` [PATCH v4 17/19] drm/imx: parallel-display: "
` [PATCH v4 18/19] drm/imx: ipuv3-plane: "
` [PATCH v4 19/19] drm/imx: ipuv3-crtc: "

[PATCH] drm: rework description of primary and cursor planes
 2020-12-09 16:02 UTC  (5+ messages)

[PATCH v5 0/9] drm/vc4: hdmi: Support the 10/12 bit output
 2020-12-09 15:32 UTC  (15+ messages)
` [PATCH v5 3/9] drm/vc4: hdmi: Take into account the clock doubling flag in atomic_check
` [PATCH v5 4/9] drm/vc4: hdmi: Don't access the connector state in reset if kmalloc fails
` [PATCH v5 5/9] drm/vc4: hdmi: Create a custom connector state
` [PATCH v5 6/9] drm/vc4: hdmi: Store pixel frequency in the "
` [PATCH v5 7/9] drm/vc4: hdmi: Use the connector state pixel rate for the PHY
` [PATCH v5 8/9] drm/vc4: hdmi: Limit the BCM2711 to the max without scrambling
` [PATCH v5 9/9] drm/vc4: hdmi: Enable 10/12 bpc output

[PATCH libdrm 0/3] tests/etnaviv_2d_test: some test improvements
 2020-12-09 14:58 UTC  (7+ messages)
` [PATCH libdrm 1/3] tests/etnaviv_2d_test: explain the errors
` [PATCH libdrm 2/3] tests/etnaviv_2d_test: pick the 2D core
` [PATCH libdrm 3/3] tests/etnaviv_2d_test: check whether the rendering is correct

[PATCH v3 0/8] drm: Support short-term vmap via vmap_local
 2020-12-09 14:27 UTC  (10+ messages)
` [PATCH v3 1/8] drm/ast: Don't pin cursor source BO explicitly during update
` [PATCH v3 2/8] drm/ast: Only map cursor BOs during updates
` [PATCH v3 3/8] dma-buf: Add vmap_local and vnumap_local operations
` [PATCH v3 4/8] drm/gem: Create infrastructure for GEM vmap_local
` [PATCH v3 5/8] drm/cma-helper: Provide a vmap function for short-term mappings
` [PATCH v3 6/8] drm/shmem-helper: "
` [PATCH v3 7/8] drm/vram-helper: "
` [PATCH v3 8/8] drm/fb-helper: Move BO locking from DRM client to fbdev damage worker

[PATCH] drm/ttm: cleanup BO size handling v2
 2020-12-09 14:21 UTC  (2+ messages)

[PATCH v3 0/7] drm: Try to fix encoder possible_clones/crtc
 2020-12-09 13:17 UTC  (10+ messages)
` [PATCH v3 6/7] drm: Validate encoder->possible_crtcs

[PATCH v2 1/1] drm/amdgpu: clean up bo in vce and vcn test
 2020-12-09 12:56 UTC  (3+ messages)

[PATCH 0/9] Xilinx AI engine kernel driver
 2020-12-09 12:47 UTC  (6+ messages)
` [PATCH 2/9] misc: Add Xilinx AI engine device driver

[PATCH] drm/tidss: Use the new api devm_drm_irq_install
 2020-12-09 12:41 UTC  (7+ messages)

[PATCH v2 0/2] drm: fix and cleanup legacy gamma support
 2020-12-09 12:39 UTC  (9+ messages)
` [PATCH v2 1/2] drm: add legacy support for using degamma for gamma
` [PATCH v2 2/2] drm: automatic legacy gamma support

[PATCH V2] drm/vkms: Add setup and testing information
 2020-12-09 12:37 UTC  (5+ messages)

[PULL] drm-intel-fixes v2
 2020-12-09 12:11 UTC  (2+ messages)

[PATCH v2 0/7] drm/vram-helper: Lock GEM BOs while they are mapped
 2020-12-09 11:06 UTC  (11+ messages)
` [PATCH v2 7/7] dma-buf: Write down some rules for vmap usage

[PATCH] drm: drivers may provide multiple primary planes per CRTC
 2020-12-09 10:40 UTC  (10+ messages)

[PATCH] drm: drm_basic_types.h, DRM_FOURCC_STANDALONE
 2020-12-09 10:18 UTC  (7+ messages)

[PATCH v2] [PATCH] drm/amdgpu: Initialise drm_gem_object_funcs for imported BOs
 2020-12-09 10:12 UTC  (5+ messages)

[PATCH 0/6] drm/dsc, drm/dp, and /drm/i915: rc model size updates
 2020-12-09  9:34 UTC  (10+ messages)
` [PATCH 1/6] drm/dsc: use rc_model_size from DSC config for PPS
` [PATCH 2/6] drm/i915/dsc: configure hardware using specified rc_model_size
` [PATCH 3/6] drm/i915/dsc: make rc_model_size an encoder defined value
` [PATCH 4/6] drm/dsc: add helper for calculating rc buffer size from DPCD
` [PATCH 5/6] drm/i915/bios: fill in DSC rc_model_size from VBT
` [PATCH 6/6] drm/i915/dsi: use VBT data for rc_model_size

[PATCH v14 0/4] RDMA: Add dma-buf support
 2020-12-09  7:13 UTC  (9+ messages)
` [PATCH v14 1/4] RDMA/umem: Support importing dma-buf as user memory region
` [PATCH v14 2/4] RDMA/core: Add device method for registering dma-buf based "
` [PATCH v14 3/4] RDMA/uverbs: Add uverbs command for dma-buf based MR registration
` [PATCH v14 4/4] RDMA/mlx5: Support dma-buf based userspace memory region

[PATCH 0/4] phy: phy-fsl-imx8-mipi-dphy: Add i.MX8qxp LVDS PHY mode support
 2020-12-09  1:20 UTC  (12+ messages)
` [PATCH 2/4] phy: Add LVDS configuration options
` [PATCH 3/4] dt-bindings: phy: mixel: mipi-dsi-phy: Add Mixel combo PHY support for i.MX8qxp
` [PATCH 4/4] phy: freescale: phy-fsl-imx8-mipi-dphy: Add i.MX8qxp LVDS PHY mode support

[PATCH 0/8] drm/vc4: DSI improvements and BCM2711 support
 2020-12-08  8:34 UTC  (3+ messages)
` [PATCH 2/8] drm/vc4: dsi: Correct DSI register definition

[RFC PATCH] drm/panel: Make backlight attachment lazy
 2020-12-08 23:52 UTC  (6+ messages)

[PATCH v2 0/5] phy: phy-fsl-imx8-mipi-dphy: Add i.MX8qxp LVDS PHY mode support
 2020-12-09  6:24 UTC  (6+ messages)
` [PATCH v2 1/5] drm/bridge: nwl-dsi: Set PHY mode in nwl_dsi_enable()
` [PATCH v2 2/5] phy: Add LVDS configuration options
` [PATCH v2 3/5] dt-bindings: phy: Convert mixel, mipi-dsi-phy to json-schema
` [PATCH v2 4/5] dt-bindings: phy: mixel: mipi-dsi-phy: Add Mixel combo PHY support for i.MX8qxp
` [PATCH v2 5/5] phy: freescale: phy-fsl-imx8-mipi-dphy: Add i.MX8qxp LVDS PHY mode support

[PATCH v2 1/2] dt-bindings: drm/bridge: anx7625: Add power supplies
 2020-12-09  4:43 UTC  (3+ messages)
` [PATCH v2 2/2] drm/bridge: anx7625: disable regulators when power off

linux-next: manual merge of the drm tree with the pci tree
 2020-12-08 11:47 UTC  (2+ messages)

[PATCH v3 01/11] dt-bindings: usb: convert usb-device.txt to YAML schema
 2020-12-08  9:18 UTC  (7+ messages)
` [PATCH v3 09/11] dt-bindings: usb: convert mediatek, mtk-xhci.txt "
    ` [PATCH v3 09/11] dt-bindings: usb: convert mediatek,mtk-xhci.txt "
` [PATCH v3 10/11] dt-bindings: usb: convert mediatek, mtu3.txt "
  ` [PATCH v3 10/11] dt-bindings: usb: convert mediatek,mtu3.txt "

[PATCH 0/5] Add option to mmap GEM buffers cached, try 2
 2020-12-08 14:00 UTC  (4+ messages)
` [PATCH 3/5] drm: Add and export function drm_gem_cma_mmap_noncoherent

[PATCH] drm/amdgpu: make DRM_AMD_DC x86-only again
 2020-12-08 22:18 UTC  (10+ messages)

[PATCH] drm/tidss: Use the new api devm_drm_irq_install
 2020-12-08 12:36 UTC 

[PATCH v6] drm/bridge: add it6505 driver
 2020-12-08 10:58 UTC 

[PATCH v2 0/5] Thermal devfreq cooling improvements with Energy Model
 2020-12-08 14:20 UTC  (7+ messages)
` [PATCH v2 2/5] thermal: devfreq_cooling: get a copy of device status

[PATCH] drm/ttm: fix unused function warning
 2020-12-08  8:18 UTC  (2+ messages)

[PATCH v13 0/4] RDMA: Add dma-buf support
 2020-12-08 19:33 UTC  (7+ messages)
` [PATCH v13 1/4] RDMA/umem: Support importing dma-buf as user memory region

linux-next: build failure after merge of the drm tree
 2020-12-09  1:53 UTC 

[PATCH v3 0/6] drm/imx: Introduce i.MX8qm/qxp DPU DRM
 2020-12-09  0:44 UTC  (3+ messages)
` [PATCH v3 4/6] drm/atomic: Avoid unused-but-set-variable warning on for_each_old_plane_in_state

[PATCH] dma-buf: Fix kerneldoc formatting
 2020-12-09  0:29 UTC  (3+ messages)

[PATCH v2 0/7] vc4: Convert to drm_atomic_helper_commit
 2020-12-09  0:28 UTC  (3+ messages)
` [PATCH v2 4/7] drm/vc4: kms: Wait on previous FIFO users before a commit

[PATCH v3 1/7] drm: add drmm_encoder_alloc()
 2020-12-09  0:22 UTC  (5+ messages)

[PATCH drm/hisilicon 0/3] support reading resolutions from EDID
 2020-12-09  0:15 UTC  (2+ messages)

[PATCH 0/2] drm: fix and cleanup legacy gamma support
 2020-12-09  0:05 UTC  (6+ messages)
` [PATCH 1/2] drm: add legacy support for using degamma for gamma

[PATCH v3 0/9] Xilinx AI engine kernel driver
 2020-12-08 23:41 UTC  (3+ messages)
` [PATCH v3 1/9] dt-binding: soc: xilinx: ai-engine: Add AI engine binding

[PATCH] drm/amdgpu: Initialise drm_gem_object_funcs for imported BOs
 2020-12-08 19:16 UTC  (11+ messages)

[PATCH v3 0/13] drivers/video: W=1 warning fixes
 2020-12-08 18:02 UTC  (2+ messages)

[PATCH v3 0/4] tpm_tis: Detect interrupt storms
 2020-12-08 17:43 UTC  (7+ messages)
` [PATCH v3 3/4] tpm_tis: Disable interrupts if interrupt storm detected

[Bug 210543] New: amdgpu Kernel panic:__ttm_dma_free_page.isra.0+0xac/0xe8 [ttm]
 2020-12-08 16:24 UTC  (2+ messages)
` [Bug 210543] "

[PATCH] iommu/io-pgtable: Remove tlb_flush_leaf
 2020-12-08 15:54 UTC  (2+ messages)

[PATCH v5 00/29] Convert DSI code to use drm_mipi_dsi and drm_panel (second half)
 2020-12-08 15:48 UTC  (29+ messages)
` [PATCH v5 09/29] drm/omap: dsi: cleanup dispc channel usage
` [PATCH v5 10/29] drm/omap: dsi: rename 'channel' to 'vc'
` [PATCH v5 11/29] drm/omap: dsi: pass vc to various functions
` [PATCH v5 12/29] drm/omap: dsi: untangle vc & channel
` [PATCH v5 14/29] drm/omap: dsi: enable HS before sending the frame
` [PATCH v5 15/29] drm/omap: dsi: use separate VCs for cmd and video
` [PATCH v5 16/29] drm/panel: panel-dsi-cm: remove extra 'if'
` [PATCH v5 17/29] drm/panel: panel-dsi-cm: add panel database to driver
` [PATCH v5 18/29] drm/panel: panel-dsi-cm: drop unneeded includes
` [PATCH v5 19/29] drm/omap: dsi: move structs & defines to dsi.h
` [PATCH v5 20/29] drm/omap: dsi: move enable/disable to bridge enable/disable
` [PATCH v5 21/29] drm/omap: dsi: display_enable cleanup
` [PATCH v5 22/29] drm/omap: dsi: display_disable cleanup
` [PATCH v5 23/29] drm/omap: dsi: rename dsi_display_* functions
` [PATCH v5 24/29] drm/omap: dsi: cleanup initial vc setup
` [PATCH v5 25/29] drm/omap: dsi: split video mode enable/disable into separate func
` [PATCH v5 26/29] drm/omap: dsi: fix and cleanup ddr_clk_always_on
` [PATCH v5 27/29] drm/omap: dsi: remove ulps support
` [PATCH v5 28/29] drm/omap: dsi: fix DCS_CMD_ENABLE
` [PATCH v5 29/29] drm/omap: dsi: allow DSI commands to be sent early

[PATCH] drm/ttm: cleanup BO size handling
 2020-12-08 13:16 UTC  (2+ messages)

[PATCH][next] drm/mediatek: avoid dereferencing a null hdmi_phy on an error message
 2020-12-08 12:55 UTC  (3+ messages)


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).