dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-08 08:32:35 to 2020-12-09 01:54:11 UTC [more...]

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

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

[PATCH] drm/ttm: fix unused function warning
 2020-12-08  9:43 UTC  (3+ 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 V2] drm/vkms: Add setup and testing information
 2020-12-09  0:54 UTC  (2+ messages)

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

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

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

[PATCH] drm: rework description of primary and cursor planes
 2020-12-09  0:42 UTC  (2+ messages)

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

[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 v2 0/7] drm/vram-helper: Lock GEM BOs while they are mapped
 2020-12-09  0:13 UTC  (8+ messages)
` [PATCH v2 7/7] dma-buf: Write down some rules for vmap usage

[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 v14 0/4] RDMA: Add dma-buf support
 2020-12-08 22:39 UTC  (5+ 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 v2] [PATCH] drm/amdgpu: Initialise drm_gem_object_funcs for imported BOs
 2020-12-08 21:22 UTC  (2+ messages)

[PATCH 0/6] drm/dsc, drm/dp, and /drm/i915: rc model size updates
 2020-12-08 20:26 UTC  (9+ 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] drm/amdgpu: Initialise drm_gem_object_funcs for imported BOs
 2020-12-08 19:16 UTC  (11+ messages)

[PATCH v4 00/19] drm: managed encoder/plane/crtc allocation
 2020-12-08 18:48 UTC  (22+ 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 v3 0/13] drivers/video: W=1 warning fixes
 2020-12-08 18:02 UTC  (6+ messages)
` [PATCH v3 02/13] video: fbdev: core: Fix kernel-doc warnings in fbmon + fb_notify

[PATCH v3 0/4] tpm_tis: Detect interrupt storms
 2020-12-08 17:43 UTC  (11+ messages)
` [PATCH v3 2/4] drm/i915/pmu: Use kstat_irqs to get interrupt count
` [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  (38+ messages)
` [PATCH v5 01/29] drm/panel: panel-dsi-cm: cleanup tear enable
` [PATCH v5 02/29] ARM: dts: omap5: add address-cells & size-cells to dsi
` [PATCH v5 03/29] drm/omap: pll: fix iteration loop check
` [PATCH v5 04/29] drm/omap: dsi: set trans_mode according to client mode_flags
` [PATCH v5 05/29] drm/panel: panel-dsi-cm: set column & page at setup
` [PATCH v5 06/29] drm/omap: dsi: send nop instead of page & column
` [PATCH v5 07/29] drm/omap: dsi: simplify VC handling
` [PATCH v5 08/29] drm/omap: dsi: drop useless channel checks
` [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 13/29] drm/omap: dsi: skip dsi_vc_enable_hs when already in correct mode
` [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)

[PATCH 0/4] phy: phy-fsl-imx8-mipi-dphy: Add i.MX8qxp LVDS PHY mode support
 2020-12-08 12:38 UTC  (10+ messages)
` [PATCH 1/4] drm/bridge: nwl-dsi: Set PHY mode in nwl_dsi_enable()
` [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] drm: drm_basic_types.h, DRM_FOURCC_STANDALONE
 2020-12-08 12:31 UTC  (4+ messages)

[PATCH v4 00/16] Add support for DP-HDMI2.1 PCON
 2020-12-08 10:33 UTC  (2+ messages)

[PATCH v2 0/6] drm/panel: mantix and st7703 fixes and additions
 2020-12-08 10:19 UTC  (4+ messages)
` [PATCH v2 6/6] dt-binding: display: mantix: Add compatible for panel from YS

[PATCH v4 0/2] drm: add DisplayPort connector
 2020-12-08  9:14 UTC  (4+ messages)

[PATCH v11 00/10] Introduce memory interconnect for NVIDIA Tegra SoCs
 2020-12-07 22:11 UTC  (6+ messages)
  ` [PATCH v11 09/10] PM / devfreq: tegra30: Support interconnect and OPPs from device-tree

[PATCH] drm/bridge: ti-sn65dsi86: Implement the pwm_chip
 2020-12-08  4:40 UTC 

[PATCH v5 0/9] drm/vc4: hdmi: Support the 10/12 bit output
 2020-12-07 15:57 UTC  (10+ messages)
` [PATCH v5 1/9] drm/vc4: hvs: Align the HVS atomic hooks to the new API
` [PATCH v5 2/9] drm/vc4: Pass the atomic state to encoder hooks
` [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 v1 0/6] Add Unisoc's drm kms module
 2020-12-07 14:50 UTC  (6+ messages)
` [PATCH v1 1/6] dt-bindings: display: add Unisoc's drm master bindings
` [PATCH v1 2/6] drm/sprd: add Unisoc's drm kms master
` [PATCH v1 4/6] drm/sprd: add Unisoc's drm display controller driver
` [PATCH v1 5/6] dt-bindings: display: add Unisoc's mipi dsi controller bindings
` [PATCH v1 6/6] drm/sprd: add Unisoc's drm mipi dsi&dphy driver

[PATCH v4 0/8] drm/vc4: hdmi: Support the 10/12 bit output
 2020-12-07 15:56 UTC  (13+ messages)
` [PATCH v4 1/8] drm/vc4: hvs: Align the HVS atomic hooks to the new API
` [PATCH v4 2/8] drm/vc4: Pass the atomic state to encoder hooks
` [PATCH v4 3/8] drm/vc4: hdmi: Don't access the connector state in reset if kmalloc fails
` [PATCH v4 4/8] drm/vc4: hdmi: Create a custom connector state
` [PATCH v4 5/8] drm/vc4: hdmi: Store pixel frequency in the "
` [PATCH v4 6/8] drm/vc4: hdmi: Use the connector state pixel rate for the PHY
` [PATCH v4 7/8] drm/vc4: hdmi: Limit the BCM2711 to the max without scrambling
` [PATCH v4 8/8] drm/vc4: hdmi: Enable 10/12 bpc output

[PATCH drm/hisilicon v2 0/2] Code refactoring
 2020-12-07  9:05 UTC  (3+ messages)
` [PATCH drm/hisilicon v2 1/2] drm/hisilicon: Use managed mode-config init
` [PATCH drm/hisilicon v2 2/2] drm/hisilicon: Delete unused local parameters

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-12-08  4:52 UTC  (2+ messages)
` (subset) "

drm: Fix drm.h uapi header for Windows
 2020-12-08  1:08 UTC  (31+ messages)
` [PATCH] "
                        ` [PATCH] drm: drm_basic_types.h, DRM_FOURCC_STANDALONE

[PATCH v3 01/11] dt-bindings: usb: convert usb-device.txt to YAML schema
 2020-12-08  2:00 UTC  (4+ messages)
` [PATCH v3 07/11] dt-bindings: phy: convert MIP DSI PHY binding "

[PATCH v2] drm/vc4: hdmi: Don't poll for the infoframes status on setup
 2020-12-07  9:31 UTC  (3+ messages)

[PATCH v7 0/8] mainline Plymovent M2M and BAS board
 2020-12-07 14:09 UTC  (8+ messages)
` [PATCH v7 2/8] dt-bindings: display: simple: add EDT compatibles already supported by the driver
` [PATCH v7 3/8] dt-bindings: display: simple: Add Kyocera tcg070wvlq panel
` [PATCH v7 4/8] dt-bindings: vendor-prefixes: Add an entry for Plymovent
` [PATCH v7 5/8] dt-bindings: arm: fsl: add Plymovent M2M board
` [PATCH v7 6/8] ARM: dts: "
` [PATCH v7 7/8] dt-bindings: arm: fsl: add Plymovent BAS board
` [PATCH v7 8/8] ARM: dts: "

[PATCH drm/hisilicon v2 0/2] Code refactoring
 2020-12-07 11:16 UTC  (3+ messages)
` [PATCH drm/hisilicon v2 1/2] drm/hisilicon: Use managed mode-config init
` [PATCH drm/hisilicon v2 2/2] drm/hisilicon: Delete unused local parameters

[PATCH v6 0/8] mainline Plymovent M2M and BAS board
 2020-12-07 11:16 UTC  (7+ messages)
` [PATCH v6 2/8] dt-bindings: display: simple: add EDT compatibles already supported by the driver
` [PATCH v6 3/8] dt-bindings: display: simple: Add Kyocera tcg070wvlq panel

[PATCH v2 0/5] Thermal devfreq cooling improvements with Energy Model
 2020-12-07 12:41 UTC  (9+ messages)
` [PATCH v2 2/5] thermal: devfreq_cooling: get a copy of device status
` [PATCH v2 3/5] thermal: devfreq_cooling: add new registration functions with Energy Model

[PATCH v7 0/3] drm: LogiCVC display controller support
 2020-12-07 10:42 UTC  (5+ messages)
` [PATCH v7 2/3] drm: Add support for the LogiCVC display controller

[PATCH v5 0/7] dma-buf: Performance improvements for system heap & a system-uncached implementation
 2020-12-07 22:01 UTC  (6+ 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).