Re: [PATCH] drm/mediatek: Fix XRGB format breakage for blend_modes unsupported SoCs

2024-10-06 Thread Yassine Oudjana
From: Yassine Oudjana On 05/10/2024 12:52 pm, Jason-JH.Lin wrote: If the constant alpha always set, the SoCs that is not supported the ignore alpha bit will still use constant alpha. That will break the original constant alpha setting of XRGB foramt for blend_modes unsupported SoCs, such as

Re: [PATCH v3 13/14] drm/mediatek: Support DRM plane alpha in OVL

2024-10-04 Thread Yassine Oudjana
On 03/10/2024 8:17 am, Jason-JH Lin (林睿祥) wrote: Jason: That is a lot of information, and quite above my head! Thank you though. I should note that the log items I sent you are from the "good" kernel - 6.11 with the commit reverted. Here is a much longer set of logs: https://termbin.com/co6v

Re: [PATCH v3 13/14] drm/mediatek: Support DRM plane alpha in OVL

2024-10-04 Thread Yassine Oudjana
On 03/10/2024 8:17 am, Jason-JH Lin (林睿祥) wrote: Jason: That is a lot of information, and quite above my head! Thank you though. I should note that the log items I sent you are from the "good" kernel - 6.11 with the commit reverted. Here is a much longer set of logs: https://termbin.com/co6v

Re: [PATCH v2] dt-bindings: display: mediatek: Compatible list cleanup

2023-03-02 Thread Yassine Oudjana
On Thu, Mar 2 2023 at 05:08:30 PM +01:00:00, AngeloGioacchino Del Regno wrote: Il 02/03/23 15:12, Yassine Oudjana ha scritto: From: Yassine Oudjana Several DT bindings of MediaTek display blocks make unnecessary use of "oneOf" and "items". Remove them and replace t

[PATCH v2] dt-bindings: display: mediatek: Compatible list cleanup

2023-03-02 Thread Yassine Oudjana
From: Yassine Oudjana Several DT bindings of MediaTek display blocks make unnecessary use of "oneOf" and "items". Remove them and replace them with enums where necessary. Signed-off-by: Yassine Oudjana --- Changes since v1: - Leave enums with 1 element as they are.

[PATCH] dt-bindings: display: mediatek: Compatible list cleanup

2023-03-02 Thread Yassine Oudjana
From: Yassine Oudjana Several DT bindings of MediaTek display blocks make unnecessary use of "oneOf" and "items", and have some enums with only 1 element. Remove unnecessary "oneOf" and "items", and replace enums that have 1 element with &qu

Re: [PATCH 0/4] drm/msm/a5xx: make it work with the latest Mesa

2023-02-13 Thread Yassine Oudjana
rivers/gpu/drm/msm/adreno/a5xx_gpu.c | 6 +++--- > drivers/gpu/drm/msm/adreno/a5xx_preempt.c | 4 ++-- > 2 files changed, 5 insertions(+), 5 deletions(-) > > -- > 2.30.2 Thanks for the fix! For the whole series, on MSM8996: Tested-by: Yassine Oudjana

Re: [PATCH] drm/msm/mdp5: fix cursor-related warnings

2021-09-26 Thread Yassine Oudjana
p = drm_crtc_vblank_helper_get_vblank_timestamp, > +}; > + > static const struct drm_crtc_funcs mdp5_crtc_funcs = { > .set_config = drm_atomic_helper_set_config, > .destroy = mdp5_crtc_destroy, > @@ -1313,6 +1327,8 @@ struct drm_crtc *mdp5_crtc_init(struct drm_device *dev, > mdp5_crtc->lm_cursor_enabled = cursor_plane ? false : true; > > drm_crtc_init_with_planes(dev, crtc, plane, cursor_plane, > + cursor_plane ? > + &mdp5_crtc_no_lm_cursor_funcs : > &mdp5_crtc_funcs, NULL); > > drm_flip_work_init(&mdp5_crtc->unref_cursor_work, On msm8996-xiaomi-scorpio: Tested-by: Yassine Oudjana

[PATCH v2 2/2] dt-bindings: display: Add binding for LG.Philips SW43101

2021-09-08 Thread Yassine Oudjana
Add a device tree binding for LG.Philips SW43101. Signed-off-by: Yassine Oudjana --- Changes since v1: - Add regulator support. - Add MAINTAINERS entry. - Dual-license DT binding. .../display/panel/lgphilips,sw43101.yaml | 75 +++ MAINTAINERS

[PATCH v2 1/2] drm/panel: Add driver for LG.Philips SW43101 DSI video mode panel

2021-09-08 Thread Yassine Oudjana
Add a driver for the LG.Philips SW43101 FHD (1080x1920) OLED DSI video mode panel. This driver has been generated using linux-mdss-dsi-panel-driver-generator. Signed-off-by: Yassine Oudjana --- Changes since v1: - Add regulator support. - Add MAINTAINERS entry. MAINTAINERS

[PATCH v2 0/2] drm/panel: Add support for LG.Philips SW43101 DSI video mode panel

2021-09-08 Thread Yassine Oudjana
This adds a driver for the LG.Philips SW43101 FHD (1080x1920) 58Hz OLED DSI video mode panel, found on the Xiaomi Mi Note 2. Changes since v1: - Add regulator support. - Add MAINTAINERS entry. - Dual-license DT binding. Yassine Oudjana (2): drm/panel: Add driver for LG.Philips SW43101 DSI

[PATCH 2/2] dt-bindings: display: Add binding for LG.Philips SW43101

2021-09-01 Thread Yassine Oudjana
Add a device tree binding for LG.Philips SW43101. Signed-off-by: Yassine Oudjana --- .../display/panel/lgphilips,sw43101.yaml | 52 +++ 1 file changed, 52 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/lgphilips,sw43101.yaml diff --git

[PATCH 1/2] drm/panel: Add driver for LG.Philips SW43101 DSI video mode panel

2021-09-01 Thread Yassine Oudjana
Add a driver for the LG.Philips SW43101 FHD (1080x1920) OLED DSI video mode panel. This driver has been generated using linux-mdss-dsi-panel-driver-generator. Signed-off-by: Yassine Oudjana --- drivers/gpu/drm/panel/Kconfig | 10 + drivers/gpu/drm/panel/Makefile

[PATCH 0/2] drm/panel: Add support for LG.Philips SW43101 DSI video mode panel

2021-09-01 Thread Yassine Oudjana
This adds a driver for the LG.Philips SW43101 FHD (1080x1920) 58Hz OLED DSI video mode panel, found on the Xiaomi Mi Note 2. Yassine Oudjana (2): drm/panel: Add driver for LG.Philips SW43101 DSI video mode panel dt-bindings: display: Add binding for LG.Philips SW43101 .../display/panel

Re: [PATCH] drm/msm: Fix display fault handling

2021-07-09 Thread Yassine Oudjana
faults (and in fact was all we had prior to > f8f934c180f629bb927a04fd90d) > > Reported-by: Dmitry Baryshkov > Reported-by: Yassine Oudjana > Fixes: 2a574cc05d38 ("drm/msm: Improve the a6xx page fault handler") > Signed-off-by: Rob Clark > Tested-by: John Stultz > --- >

Re: [PATCH v5 3/5] drm/msm: Improve the a6xx page fault handler

2021-07-06 Thread Yassine Oudjana
In-Reply-To: <20210610214431.539029-4-robdcl...@gmail.com> On Thu 10 Jun 16:44 CDT 2021, Rob Clark wrote: > From: Jordan Crouse > > Use the new adreno-smmu-priv fault info function to get more SMMU > debug registers and print the current TTBR0 to debug per-instance > pagetables and figure out wh

[PATCH] Remove stable HAINAN board from max_sclk override check in radeon and amdgpu modules

2020-03-17 Thread Yassine Oudjana
Signed-off-by: Yassine Oudjana --- drivers/gpu/drm/amd/amdgpu/si_dpm.c | 1 - drivers/gpu/drm/radeon/si_dpm.c | 1 - 2 files changed, 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/si_dpm.c b/drivers/gpu/drm/amd/amdgpu/si_dpm.c index 4cb4c891120b..0860e85a2d35 100644 --- a/drivers

[PATCH] Corrected the core clock speed for AMD HAINAN

2020-03-06 Thread Yassine Oudjana
Empty Message mutt-yassine-HP-1000-4480-19426451861488017513 Description: Binary data ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel