Re: [PATCH] Discussion: dt-bindings: display: msm: dsi-controller-main: fix the binding

2021-12-25 Thread Dmitry Baryshkov
Hi, On Sat, 25 Dec 2021 at 23:54, David Heidelberg wrote: > > This binding is not much validating the old DSI v2. > > Currently we don't differentiate old v2 from new versions, > so we need to figure out how to validate them. > > I propose specific compatible depending on mdss version, but I woul

[PATCH] Discussion: dt-bindings: display: msm: dsi-controller-main: fix the binding

2021-12-25 Thread David Heidelberg
This binding is not much validating the old DSI v2. Currently we don't differentiate old v2 from new versions, so we need to figure out how to validate them. I propose specific compatible depending on mdss version, but I would be glad, if someone with deeper knowledge proposed the names. I'm wil

Re: [PATCH 2/2] drm/panfrost: adjusted job affinity for dual core group GPUs

2021-12-25 Thread Alexey Sheplyakov
Hi, On 23.12.2021 18:11, Alyssa Rosenzweig wrote: >> The kernel driver itself can't guess which jobs need a such a strict >> affinity, so setting proper requirements is the responsibility of >> the userspace (Mesa). However the userspace is not smart enough [yet]. >> Therefore this patch applies t

[PATCH] radeon: add a force flush to delay work when radeon suspend

2021-12-25 Thread 周雪梅
Although radeon card fence and wait for gpu to finish processing current batch rings, there is still a corner case that radeon lockup work queue may not be fully flushed, and meanwhile the radeon_suspend_kms() function has called pci_set_power_state() to put device in D3hot state. Per PCI spec

[PATCH] drm/bridge_connector: enable HPD by default if supported

2021-12-25 Thread Nikita Yushchenko
Hotplug events reported by bridge drivers over drm_bridge_hpd_notify() get ignored unless somebody calls drm_bridge_hpd_enable(). When the connector for the bridge is bridge_connector, such a call is done from drm_bridge_connector_enable_hpd(). However drm_bridge_connector_enable_hpd() is never ca