dri-devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-16 15:18:07 to 2021-11-17 19:01:26 UTC [more...]

[PATCH v1 00/12] drm/rockchip: RK356x VOP2 support
 2021-11-17 18:05 UTC  (16+ messages)
` [PATCH 07/12] dt-bindings: display: rockchip: Add binding for VOP2
` [PATCH 09/12] arm64: dts: rockchip: rk356x: Add HDMI nodes
` [PATCH 10/12] arm64: dts: rockchip: rk3568-evb: Enable VOP2 and hdmi
  ` [PATCH] arm64: dts: rockchip: enable vop2 and hdmi tx on quartz64a
` [PATCH 11/12] drm/rockchip: Make VOP driver optional
` [PATCH 12/12] drm: rockchip: Add VOP2 driver

[PATCH v3 0/5] i915: Additional DG2 workarounds
 2021-11-17 19:01 UTC  (11+ messages)
` [PATCH v3 1/5] drm/i915/dg2: s/DISP_STEPPING/DISPLAY_STEPPING/
` [PATCH v3 2/5] drm/i915/dg2: Add Wa_14010547955
` [PATCH v3 3/5] drm/i915/dg2: Add Wa_16011777198
` [PATCH v3 4/5] drm/i915/dg2: Add Wa_16013000631
` [PATCH v3 5/5] drm/i915/dg2: extend Wa_1409120013 to DG2
  ` [Intel-gfx] "

[PATCH v2 1/6] drm/i915: move the pre_pin earlier
 2021-11-17 18:49 UTC  (7+ messages)
` [PATCH v2 2/6] drm/i915: Create a dummy object for gen6 ppgtt
` [PATCH v2 3/6] drm/i915: Create a full object for mock_ring, v2
` [PATCH v2 4/6] drm/i915: vma is always backed by an object
` [PATCH v2 5/6] drm/i915: Remove resv from i915_vma
` [PATCH v2 6/6] drm/i915: Drain the ttm delayed workqueue too

[PATCH v3 1/6] drm: move the buddy allocator from i915 into common drm
 2021-11-17 18:39 UTC  (10+ messages)
` [PATCH v3 2/6] drm: improve drm_buddy_alloc function
` [PATCH v3 3/6] drm: implement top-down allocation method
` [PATCH v3 4/6] drm: implement a method to free unused pages
` [PATCH v3 5/6] drm/amdgpu: move vram inline functions into a header
` [PATCH v3 6/6] drm/amdgpu: add drm buddy support to amdgpu

[RFC PATCH 0/8] GPU memory tracepoints
 2021-11-17 18:06 UTC  (5+ messages)

[PATCH] gpu: drm: panel-edp: Fix edp_panel_entry documentation
 2021-11-17 17:02 UTC  (3+ messages)

[PATCH] drm/bridge: parade-ps8640: Fix additional suspend/resume at bootup
 2021-11-17 16:50 UTC  (3+ messages)

[PATCH 00/10] drm: Add privacy-screen class and connector properties
 2021-11-17 16:39 UTC  (10+ messages)
` [PATCH 02/10] drm: Add privacy-screen class (v4)
` [PATCH 03/10] drm/privacy-screen: Add X86 specific arch init code
` [PATCH 10/10] drm/i915: Add privacy-screen support (v3)

[Bug 214859] New: drm-amdgpu-init-iommu~fd-device-init.patch introduce bug
 2021-11-17 16:38 UTC  (2+ messages)
` [Bug 214859] "

[Bug 214901] New: amdgpu freezes HP laptop at start up
 2021-11-17 16:38 UTC  (2+ messages)
` [Bug 214901] "

[Bug 214921] New: amdgpu hangs HP Laptop on shutdown
 2021-11-17 16:38 UTC  (2+ messages)
` [Bug 214921] "

Backlight control broken on UM325 (OLED) on 5.15 (bisected)
 2021-11-17 16:35 UTC  (5+ messages)

[PATCH] drm/format-helper: Fix dst computation in drm_fb_xrgb8888_to_rgb888_dstclip()
 2021-11-17 15:31 UTC  (3+ messages)

[PATCH 0/3] drm/simpledrm: Apple M1 / DT platform support fixes
 2021-11-17 14:58 UTC  (4+ messages)
` [PATCH 1/3] drm/simpledrm: Bind to OF framebuffers in /chosen
` [PATCH 2/3] drm/format-helper: Add drm_fb_xrgb8888_to_xrgb2101010_dstclip()
` [PATCH 3/3] drm/simpledrm: Enable XRGB2101010 format

[PATCH 0/5] drm/vc4: Use the firmware to stop the display pipeline
 2021-11-17 14:50 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: display: vc4: Add optional phandle to firmware
` [PATCH 2/5] firmware: raspberrypi: Add RPI_FIRMWARE_NOTIFY_DISPLAY_DONE
` [PATCH 3/5] drm/vc4: Remove conflicting framebuffers before callind bind_all
` [PATCH 4/5] drm/vc4: Notify the firmware when DRM is in charge
` [PATCH 5/5] ARM: dts: rpi: Add the firmware node to vc4

[PATCH 0/2] More preparation for multi gt patches
 2021-11-17 14:16 UTC  (4+ messages)
` [PATCH 1/2] drm/i915: Store backpointer to GT in uncore
` [PATCH 2/2] drm/i915: Rename gt to gt0
  ` [Intel-gfx] "

[PATCH v7 0/9] drm/omap: Add virtual-planes support
 2021-11-17 14:19 UTC  (10+ messages)
` [PATCH v7 1/9] drm/omap: add sanity plane state check
` [PATCH v7 2/9] drm/omap: Add ability to check if requested plane modes can be supported
` [PATCH v7 3/9] drm/omap: Add ovl checking funcs to dispc_ops
` [PATCH v7 4/9] drm/omap: introduce omap_hw_overlay
` [PATCH v7 5/9] drm/omap: omap_plane: subclass drm_plane_state
` [PATCH v7 6/9] drm/omap: Add global state as a private atomic object
` [PATCH v7 7/9] drm/omap: dynamically assign hw overlays to planes
` [PATCH v7 8/9] drm/omap: add plane_atomic_print_state support
` [PATCH v7 9/9] drm/omap: Add a 'right overlay' to plane state

[PATCH] drm/msm/devfreq: Insert missing null check in msm_devfreq_idle
 2021-11-17 14:09 UTC  (2+ messages)

[PATCH 0/3] drm/vc4: Support for 30 bits YUV formats
 2021-11-17 14:09 UTC  (4+ messages)
` [PATCH 1/3] drm/fourcc: Add packed 10bit YUV 4:2:0 format
` [PATCH 2/3] drm/vc4: plane: Add support for DRM_FORMAT_P030
` [PATCH 3/3] drm/vc4: plane: Add support for YUV color encodings and ranges

[bug report] drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP
 2021-11-17 13:47 UTC 

[PATCH 00/15] iio: buffer-dma: write() and new DMABUF based API
 2021-11-17 12:50 UTC  (7+ messages)

[PATCH] video: omapfb: Use scnprintf() instead of snprintf()
 2021-11-17 12:17 UTC  (2+ messages)

[PATCH 1/6] drm/i915: move the pre_pin earlier
 2021-11-17 11:29 UTC  (2+ messages)

Build regressions/improvements in v5.16-rc1
 2021-11-17 11:22 UTC  (9+ messages)

[PATCH 00/13] drm: Add generic helpers for HDMI scrambling
 2021-11-17 10:01 UTC  (8+ messages)
` [PATCH 02/13] drm/connector: Add helper to check if a mode requires scrambling

[PATCH v2 0/6] drm/vc4: kms: Misc fixes for HVS commits
 2021-11-17  9:45 UTC  (7+ messages)
` [PATCH v2 1/6] drm/vc4: kms: Wait for the commit before increasing our clock rate
` [PATCH v2 2/6] drm/vc4: kms: Fix return code check
` [PATCH v2 3/6] drm/vc4: kms: Add missing drm_crtc_commit_put
` [PATCH v2 4/6] drm/vc4: kms: Clear the HVS FIFO commit pointer once done
` [PATCH v2 5/6] drm/vc4: kms: Don't duplicate pending commit
` [PATCH v2 6/6] drm/vc4: kms: Fix previous HVS commit wait

[PATCH v8 00/22] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2021-11-17  8:59 UTC  (23+ messages)
` [PATCH v8 01/22] dt-bindings: mediatek: add vdosys1 RDMA definition "
` [PATCH v8 02/22] dt-bindings: mediatek: add vdosys1 MERGE property "
` [PATCH v8 03/22] dt-bindings: mediatek: add ethdr definition "
` [PATCH v8 04/22] dt-bindings: reset: mt8195: add vdosys1 reset control bit
` [PATCH v8 05/22] arm64: dts: mt8195: add display node for vdosys1
` [PATCH v8 06/22] soc: mediatek: add mtk-mmsys support for mt8195 vdosys1
` [PATCH v8 07/22] soc: mediatek: add mtk-mmsys config API "
` [PATCH v8 08/22] soc: mediatek: add cmdq support of "
` [PATCH v8 09/22] soc: mediatek: mmsys: modify reset controller for MT8195 vdosys1
` [PATCH v8 10/22] soc: mediatek: change the mutex defines and the mutex_mod type
` [PATCH v8 11/22] soc: mediatek: add mtk-mutex support for mt8195 vdosys1
` [PATCH v8 12/22] drm/mediatek: add display MDP RDMA support for MT8195
` [PATCH v8 13/22] drm/mediatek: add display merge advance config API "
` [PATCH v8 14/22] drm/mediatek: add display merge start/stop API for cmdq support
` [PATCH v8 15/22] drm/mediatek: add display merge mute/unmute support for MT8195
` [PATCH v8 16/22] drm/mediatek: add display merge async reset control
` [PATCH v8 17/22] drm/mediatek: add ETHDR support for MT8195
` [PATCH v8 18/22] drm/mediatek: add mediatek-drm plane color encoding info
` [PATCH v8 19/22] drm/mediatek: add ovl_adaptor support for MT8195
` [PATCH v8 20/22] drm/mediatek: modify mediatek-drm for mt8195 multi mmsys support
` [PATCH v8 21/22] drm/mediatek: add drm ovl_adaptor sub driver for MT8195
` [PATCH v8 22/22] drm/mediatek: add mediatek-drm of vdosys1 support "

[PATCH 0/6] drm/vc4: kms: Misc fixes for HVS commits
 2021-11-17  8:58 UTC  (4+ messages)

[PATCH] lontium-lt9611: check a different register bit for HDMI sensing
 2021-11-17  5:10 UTC  (5+ messages)

[PATCH] drm/aspeed: Fix vga_pw sysfs output
 2021-11-17  2:28 UTC  (2+ messages)

[PATCH] drm/panel-edp: modify Kconfig to prevent build error
 2021-11-17  7:58 UTC  (2+ messages)

[PATCH v2, 0/1] mailbox: cmdq: add instruction time-out interrupt support
 2021-11-17  7:43 UTC  (5+ messages)
` [PATCH v2, 1/1] "

[PATCH] drm/scheduler: fix drm_sched_job_add_implicit_dependencies harder
 2021-11-17  7:27 UTC  (3+ messages)

[Bug 201957] New: amdgpu: ring gfx timeout
 2021-11-17  7:14 UTC  (2+ messages)
` [Bug 201957] "

[PATCH v7 00/20] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2021-11-17  7:04 UTC  (13+ messages)
` [PATCH v7 16/20] drm/mediatek: add ETHDR support for MT8195
` [PATCH v7 18/20] drm/mediatek: add ovl_adaptor "
` [PATCH v7 19/20] drm/mediatek: modify mediatek-drm for mt8195 multi mmsys support
` [PATCH v7 20/20] drm/mediatek: add mediatek-drm of vdosys1 support for MT8195

[Bug 214991] New: VC4 DRM waiting for flip down makes UI freeze a while with kernel 5.15
 2021-11-17  6:58 UTC  (2+ messages)
` [Bug 214991] "

[PATCH v3 0/4] Add Aspeed AST2600 soc display support
 2021-11-17  6:55 UTC  (7+ messages)
` [PATCH v3 1/4] ARM: dts: aspeed: Add GFX node to AST2600
` [PATCH v3 2/4] ARM: dts: aspeed: ast2600-evb: Enable GFX device
` [PATCH v3 3/4] drm/aspeed: Update INTR_STS handling
` [PATCH v3 4/4] drm/aspeed: Add AST2600 chip support

[PATCH v1 0/3] Add support for eDP PHY on SC7280 platform
 2021-11-17  6:44 UTC  (7+ messages)
` [PATCH v1 1/3] dt-bindings: phy: Add eDP PHY compatible for sc7280
` [PATCH v1 2/3] phy: qcom: Add support for eDP PHY on sc7280
` [PATCH v1 3/3] phy: qcom: Program SSC only if supported by sink

Fix drm suspend and resume issue
 2021-11-17  6:41 UTC  (4+ messages)
` [PATCH 1/3] mialbox: move cmdq suspend, resume and remove after cmdq_mbox_flush
` [PATCH 2/3] mailbox: add cmdq_mbox_flush to clear all task before suspend
` [PATCH 3/3] drm/mediatek: add devlink to cmdq dev

[PATCH 1/2] drm/scheduler: fix drm_sched_job_add_implicit_dependencies
 2021-11-17  6:17 UTC  (5+ messages)
` [PATCH 2/2] drm/sched: fix dropping the last fence ref

[PATCH 00/13] sysctl: spring cleaning
 2021-11-17  3:30 UTC  (3+ messages)
` [PATCH 12/13] sysctl: add helper to register empty subdir

linux-next: build warning after merge of the drm-misc tree
 2021-11-17  2:49 UTC 

[PATCH v3 00/12] Context types, v3
 2021-11-17  2:31 UTC  (7+ messages)
` [PATCH v3 11/12] drm/virtio: implement context init: add virtio_gpu_fence_event

[PATCH 1/2] dt-bindings: display: Turn lvds.yaml into a generic schema
 2021-11-17  2:27 UTC  (3+ messages)
` [PATCH 2/2] dt-bindings: panel: Introduce a panel-lvds binding

[PATCH v4 0/3] Update VMware maintainer entries
 2021-11-17  2:17 UTC  (4+ messages)
` [PATCH v4 3/3] MAINTAINERS: Mark VMware mailing list entries as email aliases

[PATCH] drm/selftest: fix potential memleak in error branch
 2021-11-17  1:48 UTC 

linux-next: manual merge of the drm-misc tree with Linus' tree
 2021-11-16 22:29 UTC 

[PATCH v4] drm/msm/dp: do not initialize phy until plugin interrupt received
 2021-11-16 21:58 UTC  (3+ messages)

[PATCH] In function nvkm_ioctl_map(), the variable "type" could be uninitialized if "nvkm_object_map()" returns error code, however, it does not check the return value and directly use the "type" in the if statement, which is potentially unsafe
 2021-11-16 21:17 UTC  (2+ messages)

[PATCH] drm/i915: Check return value of i915_request_mark_eio before calling put
 2021-11-16 19:59 UTC 

[PATCH] drm/i915: Drop stealing of bits from i915_sw_fence function pointer
 2021-11-16 19:49 UTC 

[PATCH AUTOSEL 5.15 03/65] backlight: Propagate errors from get_brightness()
 2021-11-16 19:16 UTC  (3+ messages)
` [PATCH AUTOSEL 5.15 07/65] fbdev: fbmem: Fix double free of 'fb_info->pixmap.addr'
` [PATCH AUTOSEL 5.15 08/65] drm/virtio: fix the missed drm_gem_object_put() in virtio_gpu_user_framebuffer_create()

[PATCH AUTOSEL 5.15 03/65] backlight: Propagate errors from get_brightness()
 2021-11-16 19:03 UTC  (3+ messages)
` [PATCH AUTOSEL 5.15 07/65] fbdev: fbmem: Fix double free of 'fb_info->pixmap.addr'
` [PATCH AUTOSEL 5.15 08/65] drm/virtio: fix the missed drm_gem_object_put() in virtio_gpu_user_framebuffer_create()

[PATCH v4] drm/msm/dp: employ bridge mechanism for display enable and disable
 2021-11-16 17:21 UTC 

[PATCH] drm: change logs to print connectors in the form CONNECTOR:id:name
 2021-11-16 16:55 UTC  (7+ messages)

[PATCH] drm/i915: Fix error pointer dereference in i915_gem_do_execbuffer()
 2021-11-16 16:37 UTC  (2+ messages)

[PATCH v3] drm/i915/rpm: Enable runtime pm autosuspend by default
 2021-11-16 15:52 UTC 

[PATCH v2 6/6] drm/ttm: Clarify that the TTM_PL_SYSTEM buffers need to stay idle
 2021-11-16 15:53 UTC  (13+ messages)
` [PATCH v4] drm/ttm: Clarify that the TTM_PL_SYSTEM is under TTMs control

[PATCH v3 0/9] backlight: qcom-wled: fix and solidify handling of enabled-strings
 2021-11-16 15:42 UTC  (3+ messages)

[PATCH] omapfb: add one more "fallthrough" statement
 2021-11-16 15:17 UTC  (2+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).