On Sun, 23 Feb 2025, at 8:15 PM, Jernej Škrabec wrote:
>> +if (mixer->cfg->de_type == sun8i_mixer_de33)
>> +regmap_write(mixer->top_regs, SUN50I_MIXER_GLOBAL_DBUFF,
>> + SUN8I_MIXER_GLOBAL_DBUFF_ENABLE);
>
> This was my mistake. There is no such thing as
>
Dne nedelja, 16. februar 2025 ob 19:36:24 Srednjeevropski standardni čas je
Ryan Walklin napisal(a):
> From: Jernej Skrabec
>
> The DE33 is a newer version of the Allwinner Display Engine IP block,
> found in the H616, H618, H700 and T507 SoCs. DE2 and DE3 are already
> supported by the mainline
> On 22 Feb 2025, at 5:41 PM, Aditya Garg wrote:
>
>
>
>> On 21 Feb 2025, at 8:57 PM, andriy.shevche...@linux.intel.com wrote:
>>> On Thu, Feb 20, 2025 at 04:39:23PM +, Aditya Garg wrote:
>>> From: Hector Martin
>>> %p4cc is designed for DRM/V4L2 FOURCCs with their specific quirks, but
On 2/22/2025 8:20 PM, NoisyCoil wrote:
The build (actually, linking) failure described in [1] affects current
stable (6.13.4). Could the commit that fixes it in mainline, namely,
c40ca9ef7c5c9bbb0d2f7774c87417cc4f1713bf ("drm: select DRM_KMS_HELPER
from DRM_GEM_SHMEM_HELPER") be backported to
e' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url:
https://github.com/intel-lab-lkp/linux/commits/Yongbang-Shi/drm-hisilicon-hibmc-Restructuring-the-header-dp_reg-h/20250222-110052
base: linus/master
patch link:
https://lore.kernel.org/r/20250222025102
On Sat, 22 Feb 2025, at 10:30 PM, Jernej Škrabec wrote:
> Dne nedelja, 16. februar 2025 ob 19:36:08 Srednjeevropski standardni
> čas je Ryan Walklin napisal(a):
>> +struct regmap *top_regs;
>> +struct regmap *disp_regs;
>
> This chunk is DE33 specific an
On Sat, 22 Feb 2025, at 10:28 PM, Jernej Škrabec wrote:
> Sorry, completely forgot. YUV420 HDMI code relies on my previous work,
> with which
> Maxime wasn't happy with:
>
> https://lore.kernel.org/linux-sunxi/20230924192604.3262187-1-jernej.skra...@gmail.com/
>
> So unless switching HDMI to br
From: Saurabh Singh Sengar Sent: Saturday,
February 22, 2025 9:27 AM
>
> On Wed, Feb 19, 2025 at 05:22:36AM +, Michael Kelley wrote:
> > From: Saurabh Sengar Sent: Saturday, February
> > 15,
> 2025 1:21 AM
> > >
> > > When a Hyper-V framebuffer device is unbind, hyperv_fb driver tries to
>
Hi Heiko,
On 2025/1/31 4:33, Heiko Stübner wrote:
Hi Damon,
Am Donnerstag, 23. Januar 2025, 11:07:41 MEZ schrieb Damon Ding:
Move drm_of_find_panel_or_bridge() a little later and combine it with
component_add() into a new function rockchip_dp_link_panel(). The function
will serve as done_probi
Add the description for the display panel found on this phone.
Unfortunately the LCDB module on PMI632 isn't yet supported upstream so
we need to use a dummy regulator-fixed in the meantime.
And with this done we can also enable the GPU and set the zap shader
firmware path.
Signed-off-by: Luca We
+
7 files changed, 581 insertions(+), 1 deletion(-)
---
base-commit: 197aed880d4de2127c80c389ec62601b7d837351
change-id: 20250222-fp3-display-b79cb339e65b
Best regards,
--
Luca Weiss
Add the vendor prefix for DJN (http://en.djnlcd.com/).
Signed-off-by: Luca Weiss
---
Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml
b/Documentation/devicetree/bindings/vendor-pre
Himax HX83112B is a display driver IC used to drive LCD DSI panels.
Describe it and the Fairphone 3 panel from DJN using it.
Signed-off-by: Luca Weiss
---
.../bindings/display/panel/himax,hx83112b.yaml | 75 ++
1 file changed, 75 insertions(+)
diff --git
a/Documentation
Add support for the 2160x1080 LCD panel from DJN bundled with a HX83112B
driver IC, as found on the Fairphone 3 smartphone.
Signed-off-by: Luca Weiss
---
drivers/gpu/drm/panel/Kconfig| 10 +
drivers/gpu/drm/panel/Makefile | 1 +
drivers/gpu/drm/panel/panel-himax-
On Sat, 22 Feb 2025 16:39:31 +0200
Svyatoslav Ryhel wrote:
> сб, 22 лют. 2025 р. о 16:29 Jonathan Cameron пише:
> >
> > On Tue, 18 Feb 2025 15:26:59 +0200
> > Svyatoslav Ryhel wrote:
> >
> > > Add bindings for the LM3533 - a complete power source for
> > > backlight, keypad, and indicator LED
On Wed, Feb 19, 2025 at 05:22:36AM +, Michael Kelley wrote:
> From: Saurabh Sengar Sent: Saturday, February
> 15, 2025 1:21 AM
> >
> > When a Hyper-V framebuffer device is unbind, hyperv_fb driver tries to
> > release the framebuffer forcefully. If this framebuffer is in use it
> > produce t
The Zotac Gaming Zone handheld features a 1080p portrait OLED screen.
Add the rotation to the panel orientation quirks.
Signed-off-by: Antheas Kapenekakis
---
drivers/gpu/drm/drm_panel_orientation_quirks.c | 6 ++
1 file changed, 6 insertions(+)
diff --git a/drivers/gpu/drm/drm_panel_orient
The X1 devices come with a pen-capable touchscreen, in which the HID
descriptor reports there is always a battery at 100% charge. Quirk it
to not report the battery status.
Signed-off-by: Antheas Kapenekakis
---
drivers/hid/hid-ids.h | 1 +
drivers/hid/hid-input.c | 2 ++
2 files changed, 3 in
The OneXPlayer F1Pro has a 144hz 1920x1080 portrait OLED panel.
Add a quirk to correct the panel portrait orientation. In addition,
it comes with a red limited edition variant in the Chinese market,
so add that as well.
Signed-off-by: Antheas Kapenekakis
---
drivers/gpu/drm/drm_panel_orientation
The OneXPlayer X1 mini features a 2k 8.8 display with a portrait
orientation. Add a quirk to set the panel orientation to portrait
mode. There is no Intel variant.
Signed-off-by: Antheas Kapenekakis
---
drivers/gpu/drm/drm_panel_orientation_quirks.c | 6 ++
1 file changed, 6 insertions(+)
d
The OneXPlayer X1 series features a 2k 10.95 display with a portrait
orientation. Add a quirk to set the panel orientation to portrait mode
to both the Intel and AMD variants.
Signed-off-by: Antheas Kapenekakis
---
drivers/gpu/drm/drm_panel_orientation_quirks.c | 18 ++
1 file ch
A number of OneXPlayer handhelds have come out with portrait panels.
Specifically, those are the X1 AMD and Intel variants, X1 Mini, and F1 Pro.
For X1 specifically, they also have spurious battery reporting within their
digitizer. The Zotac Gaming Zone also has a portrait OLED panel, so add
that a
> On 20 Feb 2025, at 10:09 PM, Aditya Garg wrote:
>
> From: Hector Martin
>
> %p4cc is designed for DRM/V4L2 FOURCCs with their specific quirks, but
> it's useful to be able to print generic 4-character codes formatted as
> an integer. Extend it to add format specifiers for printing generic
>
сб, 22 лют. 2025 р. о 16:29 Jonathan Cameron пише:
>
> On Tue, 18 Feb 2025 15:26:59 +0200
> Svyatoslav Ryhel wrote:
>
> > Add bindings for the LM3533 - a complete power source for
> > backlight, keypad, and indicator LEDs in smartphone handsets.
> > The high-voltage inductive boost converter prov
On Tue, 18 Feb 2025 15:26:59 +0200
Svyatoslav Ryhel wrote:
> Add bindings for the LM3533 - a complete power source for
> backlight, keypad, and indicator LEDs in smartphone handsets.
> The high-voltage inductive boost converter provides the
> power for two series LED strings display backlight and
On Sat, 22 Feb 2025 09:01:18 +0200
Svyatoslav Ryhel wrote:
> пт, 21 лют. 2025 р. о 22:38 Rob Herring пише:
> >
> > On Tue, Feb 18, 2025 at 03:26:59PM +0200, Svyatoslav Ryhel wrote:
> > > Add bindings for the LM3533 - a complete power source for
> > > backlight, keypad, and indicator LEDs in sm
> On 22 Feb 2025, at 2:37 PM, Aditya Garg wrote:
>
>>
>> What padding, please? Why TCP UAPI headers do not have these attributes?
>> Think about it, and think about what actually __packed does and how it
>> affects
>> (badly) the code generation. Otherwise it looks like a cargo cult.
>>
>>>
> On 21 Feb 2025, at 8:57 PM, andriy.shevche...@linux.intel.com wrote:
>
> On Thu, Feb 20, 2025 at 04:39:23PM +, Aditya Garg wrote:
>> From: Hector Martin
>>
>> %p4cc is designed for DRM/V4L2 FOURCCs with their specific quirks, but
>> it's useful to be able to print generic 4-character cod
Hi Lucas,
On 2025/2/8 3:42, Lucas Stach wrote:
Hi Damon,
Am Donnerstag, dem 23.01.2025 um 18:07 +0800 schrieb Damon Ding:
Move drm_of_find_panel_or_bridge() a little later and combine it with
component_add() into a new function rockchip_dp_link_panel(). The function
will serve as done_probing(
On Tue, Feb 18, 2025, Heiko Stübner wrote:
> I was more thinking about fixing the correct thing, with something like:
>
> --- 8< --
> diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c
> index cf7720b9172f..50faafbf5dda 100644
> --- a/drivers/clk/clk.c
> +++ b/drivers/clk/clk.c
>
On Sat, Feb 22, 2025 at 10:50:55AM +0800, Yongbang Shi wrote:
From: Baihan Li
This dp controller need features of digital-to-analog conversion and
high-speed transmission in chip by its extern serdes controller. Our
serdes cfg is relatively simple, just need two register configurations.
Don't n
On 2025/2/22 19:25, Damon Ding wrote:
Hi Heiko,
On 2025/1/31 4:33, Heiko Stübner wrote:
Hi Damon,
Am Donnerstag, 23. Januar 2025, 11:07:41 MEZ schrieb Damon Ding:
Move drm_of_find_panel_or_bridge() a little later and combine it with
component_add() into a new function rockchip_dp_link_panel()
On Sat, Feb 22, 2025 at 10:50:56AM +0800, Yongbang Shi wrote:
From: Baihan Li
Add dp serdes cfg in link training process, and related adapting
and modificating. Change some init values about training,
because we want completely to negotiation process, so we start with
the maximum rate and the e
+static int hibmc_dp_hpd_event(struct drm_client_dev *client)
+{
+ struct hibmc_dp *dp = container_of(client, struct hibmc_dp, client);
+ struct hibmc_drm_private *priv = to_hibmc_drm_private(dp->drm_dev);
+ struct drm_display_mode *mode = &priv->crtc.state->adjusted_mode;
+
On Sat, Feb 22, 2025 at 10:51:00AM +0800, Yongbang Shi wrote:
From: Baihan Li
Enable HPD feature and add its isr and event function. Add a drm client
dev and realized the hotplug callback in it.
What for? There should be no need to add a separate drm client just for
the hotplug.
Signed-off-b
On Sat, Feb 22, 2025 at 10:50:59AM +0800, Yongbang Shi wrote:
From: Baihan Li
DP controller can support generating a color bar signal over the
DisplayPort interface. This can be useful to check for possible DDR
or GPU problems, as the signal generator resides completely in the DP
block. Add deb
From: David Turner
Add ALSA jack detection to the vc4-hdmi audio driver so userspace knows
when to add/remove HDMI audio devices.
Signed-off-by: David Turner
Signed-off-by: Stefan Wahren
---
drivers/gpu/drm/vc4/vc4_hdmi.c | 26 --
drivers/gpu/drm/vc4/vc4_hdmi.h | 7 ++
Dne nedelja, 16. februar 2025 ob 19:36:08 Srednjeevropski standardni čas je
Ryan Walklin napisal(a):
> From: Jernej Skrabec
>
> The mixer in the DE3 display engine supports YUV 8 and 10 bit
> formats in addition to 8-bit RGB. Add the required register
> configuration and format enumeration callb
Dne sobota, 22. februar 2025 ob 03:48:01 Srednjeevropski standardni čas je Ryan
Walklin napisal(a):
> On Sat, 22 Feb 2025, at 7:57 AM, Jernej Škrabec wrote:
> > Hi Ryan,
> >
> > sorry for very late review, but here we go...
>
> No problem, thanks for the review!
>
> > This patchset actually intr
> What padding, please? Why TCP UAPI headers do not have these attributes?
> Think about it, and think about what actually __packed does and how it affects
> (badly) the code generation. Otherwise it looks like a cargo cult.
>
>> I tried removing __packed btw and driver no longer works.
>
> So,
41 matches
Mail list logo