Re: [PATCH v8 2/2] drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP bridge driver

2020-04-30 Thread Sam Ravnborg
Hi Xin Ji. > > > +static void anx7625_power_on_init(struct anx7625_data *ctx) > > > +{ > > > + int retry_count, i; > > > + int ret; > > > + struct device *dev = &ctx->client->dev; > > > + > > > + for (retry_count = 0; retry_count < 3; retry_count++) { > > > + anx7625_power_on(ctx); > > > +

Re: [PATCH 01/17] drm/mgag200: Remove HW cursor

2020-04-30 Thread Gerd Hoffmann
On Wed, Apr 29, 2020 at 07:51:07PM +0200, Sam Ravnborg wrote: > On Wed, Apr 29, 2020 at 04:32:22PM +0200, Thomas Zimmermann wrote: > > The HW cursor of Matrox G200 cards only supports a 16-color palette > > format. Univeral planes require at least ARGB or a similar component- > > based format. Conv

[PATCH v2] drm/qxl: lost qxl_bo_kunmap_atomic_page in qxl_image_init_helper()

2020-04-30 Thread Vasily Averin
v2: removed TODO reminder Signed-off-by: Vasily Averin --- drivers/gpu/drm/qxl/qxl_image.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/qxl/qxl_image.c b/drivers/gpu/drm/qxl/qxl_image.c index 43688ecdd8a0..60ab7151b84d 100644 --- a/drivers/gpu/drm/qxl/qxl

Re: [PATCH v8 1/2] dt-bindings: drm/bridge: anx7625: MIPI to DP transmitter binding

2020-04-30 Thread Xin Ji
Hi Sam, thanks for your comments. On Mon, Apr 27, 2020 at 08:49:09PM +0200, Sam Ravnborg wrote: > Hi Xin Ji > > On Mon, Apr 27, 2020 at 02:17:46PM +0800, Xin Ji wrote: > > The ANX7625 is an ultra-low power 4K Mobile HD Transmitter designed > > for portable device. It converts MIPI to DisplayPort

[PATCH] drm/ast: remove duplicate assignment of ast_crtc_funcs member

2020-04-30 Thread Jason Yan
The struct member 'set_config' was assigned twice: static const struct drm_crtc_funcs ast_crtc_funcs = { .reset = ast_crtc_reset, .set_config = drm_crtc_helper_set_config, .. .set_config = drm_atomic_helper_set_config, .. }; Since the second one is

Re: [PATCH hmm 5/5] mm/hmm: remove the customizable pfn format from hmm_range_fault

2020-04-30 Thread Jason Gunthorpe
On Wed, Apr 22, 2020 at 01:52:32PM -0400, Felix Kuehling wrote: > [+Philip Yang] > > Am 2020-04-21 um 8:21 p.m. schrieb Jason Gunthorpe: > > From: Jason Gunthorpe > > > > Presumably the intent here was that hmm_range_fault() could put the data > > into some HW specific format and thus avoid some

[PATCH 2/3] drm/amdgpu: remove set but not used variable 'direct_poll' in vcn_v2_0.c

2020-04-30 Thread Zheng Bin
Fixes gcc '-Wunused-but-set-variable' warning: drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c:1848:39: warning: variable ‘direct_poll’ set but not used [-Wunused-but-set-variable] It is introduced by commit dd26858a9cd8 ("drm/amdgpu: implement initialization part on VCN2.0 for SRIOV"), but never used, so

Re: [PATCH v2] drm: make drm_file use keyed wakeups

2020-04-30 Thread kl
April 28, 2020 5:14 PM, "Daniel Vetter" wrote: > On Fri, Apr 24, 2020 at 06:26:15PM +0200, Kenny Levinsen wrote: > >> Some processes, such as systemd, are only polling for EPOLLERR|EPOLLHUP. >> As drm_file uses unkeyed wakeups, such a poll can receive many spurious >> wakeups from uninteresting

Re: [PATCH v7 2/2] drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP bridge driver

2020-04-30 Thread Xin Ji
On Tue, Apr 28, 2020 at 12:05:08PM +0200, Daniel Vetter wrote: > On Fri, Apr 24, 2020 at 08:12:04PM +0800, Nicolas Boichat wrote: > > On Fri, Apr 24, 2020 at 2:51 PM Xin Ji wrote: > > > > > > On Thu, Apr 23, 2020 at 07:55:15PM +0800, Nicolas Boichat wrote: > > > > Hi, > > > > > > > > Just commenti

Re: [PATCH 8/8] dt-bindings: display: Convert ingenic, lcd.txt to YAML

2020-04-30 Thread Paul Cercueil
This one patch will need a V2, I messed up with the clocks. -Paul Le dim. 26 avril 2020 à 20:58, Paul Cercueil a écrit : Convert the ingenic,lcd.txt to a new ingenic,lcd.yaml file. In the process, the new ingenic,jz4780-lcd compatible string has been added. Signed-off-by: Paul Cercueil --

Re: [PATCH] dma-buf: Documentation: fix: `make htmldocs` warnings

2020-04-30 Thread Randy Dunlap
On 4/29/20 6:59 PM, Vitor Massaru Iha wrote: > Add missed ":" on kernel-doc function parameter. > > This patch fixes this warnings from `make htmldocs`: > ./drivers/dma-buf/dma-buf.c:678: warning: Function parameter or member > 'importer_ops' not described in 'dma_buf_dynamic_attach' > ./drivers/

[PATCH 3/4] drm/amd/display: remove set but not used variable 'speakers' in dce_stream_encoder.c

2020-04-30 Thread Zheng Bin
Fixes gcc '-Wunused-but-set-variable' warning: drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c:1339:11: warning: variable ‘speakers’ set but not used [-Wunused-but-set-variable] It is introduced by commit 4562236b3bc0 ("drm/amd/dc: Add dc display driver (v2)"), but never used, so remove

Re: Linux GOP initialization is wrong

2020-04-30 Thread David Santamaría Rogado
I'm thinking also about the i915 part. Could be something different that Intel does in the Windows version of their driver? Seem very strange that Microsoft could patch something because of this particular hardwares. El mar., 28 abr. 2020 a las 10:45, Hans de Goede () escribió: > > Hi David, > > O

[PATCH v3 -next] drm/mediatek: Fix Kconfig warning

2020-04-30 Thread YueHaibing
WARNING: unmet direct dependencies detected for MTK_MMSYS Depends on [n]: (ARCH_MEDIATEK [=y] || COMPILE_TEST [=n]) && COMMON_CLK_MT8173_MMSYS [=n] Selected by [y]: - DRM_MEDIATEK [=y] && HAS_IOMEM [=y] && DRM [=y] && (ARCH_MEDIATEK [=y] || ARM && COMPILE_TEST [=n]) && COMMON_CLK [=y] && HA

Re: [PATCH] video: fbdev: pxa3xx_gcu: Fix some resource leak in an error handling path in 'pxa3xx_gcu_probe()'

2020-04-30 Thread Christophe JAILLET
Le 29/04/2020 à 14:25, Dan Carpenter a écrit : On Wed, Apr 29, 2020 at 06:34:38AM +0200, Christophe JAILLET wrote: If an error occurs in the loop where we call 'pxa3xx_gcu_add_buffer()', any resource already allocated should be freed. In order to fix it, add a call to 'pxa3xx_gcu_free_buffers()

Re: [PATCH hmm 2/5] mm/hmm: make hmm_range_fault return 0 or -1

2020-04-30 Thread Jason Gunthorpe
On Wed, Apr 22, 2020 at 07:52:29AM +0200, Christoph Hellwig wrote: > On Tue, Apr 21, 2020 at 09:21:43PM -0300, Jason Gunthorpe wrote: > > From: Jason Gunthorpe > > > > hmm_vma_walk->last is supposed to be updated after every write to the > > pfns, so that it can be returned by hmm_range_fault().

[PATCH 4/4] drm/amd/display: remove set but not used variable 'speakers' in dcn10_stream_encoder.c

2020-04-30 Thread Zheng Bin
Fixes gcc '-Wunused-but-set-variable' warning: drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c:1277:11: warning: variable ‘speakers’ set but not used [-Wunused-but-set-variable] It is introduced by commit 0c41891c81c0 ("drm/amd/display: Refactor stream encoder for HW review"), but ne

re: [PATCH 00/17] drm/mgag200: Convert to atomic modesetting

2020-04-30 Thread John Donnelly
On 4/29/20 9:32 AM, Thomas Zimmermann wrote: This patchset converts mgag200 to atomic modesetting. It uses simple KMS helpers and SHMEM. Patches 1 to 4 simplifies the driver before the conversion. For example, the HW cursor is not usable with the way universal planes work. A few data structures

Re: Linux GOP initialization is wrong

2020-04-30 Thread David Santamaría Rogado
Hi Hans, I also found something interesting with that tests, the bgrt is not painted in the same position when doing the EFI Shell rotation, the firmware seems to take into account to position it. That solved me one thing I could not understand, Windows recovery system uses the incorrect orientati

Re: Linux GOP initialization is wrong

2020-04-30 Thread David Santamaría Rogado
Anyway, what you say is what I thought, goo video mode is not being modified by the kernel, but, the problem is that we take then the first available mode we can found, so the problem is we take, in devices where the default video mode is not the first one in order, the wrong mode. So efifb is thin

[PATCH 0/3] drm/amdgpu: remove set but not used variables

2020-04-30 Thread Zheng Bin
Zheng Bin (3): drm/amdgpu: remove set but not used variable 'priority' drm/amdgpu: remove set but not used variable 'direct_poll' in vcn_v2_0.c drm/amdgpu: remove set but not used variable 'direct_poll' in vcn_v2_5.c drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 2 -- drivers/gpu/drm/amd

Re:Re: [PATCH 1/1] drm/qxl: add mutex_lock/mutex_unlock to ensure theorder in which resources are rele

2020-04-30 Thread 蔡兆鹏
hiI am sorry that I have not responded to your emails during those days. I was quarantined for 14 days for suspected 2019-ncov pneumonia,I‘m free now. On 4/21/20 11:43 AM, Gerd Hoffmann wrote:> On Sat, Apr 18, 2020 at 02:39:17PM +0800, Caicai wrote:>> When a qxl resource is released, the list that

[PATCH -next] drm/dp_mst: use false for bool variable

2020-04-30 Thread Zou Wei
Fixes coccicheck warning: drivers/gpu/drm/drm_dp_mst_topology.c:2229:6-13: WARNING: Assignment of 0/1 to bool variable Reported-by: Hulk Robot Signed-off-by: Zou Wei --- drivers/gpu/drm/drm_dp_mst_topology.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/d

[PATCH 3/3] drm/amdgpu: remove set but not used variable 'direct_poll' in vcn_v2_5.c

2020-04-30 Thread Zheng Bin
Fixes gcc '-Wunused-but-set-variable' warning: drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c:1170:39: warning: variable ‘direct_poll’ set but not used [-Wunused-but-set-variable] It is introduced by commit 7daaebfea5e5 ("drm/amdgpu: add VCN2.5 sriov start for Arctrus"), but never used, so remove it. Re

Re: [PATCH v8 2/2] drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP bridge driver

2020-04-30 Thread Xin Ji
On Wed, Apr 29, 2020 at 10:10:05AM +0800, Nicolas Boichat wrote: > On Mon, Apr 27, 2020 at 2:18 PM Xin Ji wrote: > > > > The ANX7625 is an ultra-low power 4K Mobile HD Transmitter designed > > for portable device. It converts MIPI DSI/DPI to DisplayPort 1.3 4K. > > > > The ANX7625 can support both

[PATCH -next] drm/amdgpu: Fix warning Comparison to bool

2020-04-30 Thread Zou Wei
fix below warnings reported by coccicheck drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c:630:5-11: WARNING: Comparison to bool Reported-by: Hulk Robot Signed-off-by: Zou Wei --- drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/a

[PATCH] drm/qxl: qxl_release use after free

2020-04-30 Thread Vasily Averin
qxl_release should not be accesses after qxl_push_*_ring_release() calls: userspace driver can process submitted command quickly, move qxl_release into release_ring, generate interrupt and trigger garbage collector. It can lead to crashes in qxl driver or trigger memory corruption in some kmalloc-

Re:Re: [PATCH] drm/mediatek: cleanup coding style in mediatek a bit

2020-04-30 Thread Bernard
发件人:Chun-Kuang Hu 发送日期:2020-04-29 22:22:50 收件人:Bernard Zhao 抄送人:Chun-Kuang Hu ,Philipp Zabel ,David Airlie ,Daniel Vetter ,Matthias Brugger ,DRI Development ,Linux ARM ,"moderated list:ARM/Mediatek SoC support" ,linux-kernel ,opensource.ker...@vivo.com 主题:Re: [PATCH] drm/mediatek: cleanup

[PATCH 0/4] drm/amd/display: remove set but not used variables

2020-04-30 Thread Zheng Bin
Zheng Bin (4): drm/amd/display: remove set but not used variable 'dc' drm/amd/display: remove set but not used variable 'pixel_width' drm/amd/display: remove set but not used variable 'speakers' in dce_stream_encoder.c drm/amd/display: remove set but not used variable 'speakers' in

[PATCH 1/4] drm/amd/display: remove set but not used variable 'dc'

2020-04-30 Thread Zheng Bin
Fixes gcc '-Wunused-but-set-variable' warning: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c:8665:13: warning: variable ‘dc’ set but not used [-Wunused-but-set-variable] It is not used since commit d1ebfdd8d0fc ("drm/amd/display: Unify psr feature flags") Reported-by: Hulk Robot Signed-off

Re: [PATCH v8 2/2] drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP bridge driver

2020-04-30 Thread Xin Ji
Hi Sam, On Mon, Apr 27, 2020 at 10:00:44PM +0200, Sam Ravnborg wrote: > Hi Xin Ji > > On Mon, Apr 27, 2020 at 02:18:44PM +0800, Xin Ji wrote: > > The ANX7625 is an ultra-low power 4K Mobile HD Transmitter designed > > for portable device. It converts MIPI DSI/DPI to DisplayPort 1.3 4K. > > > > T

[PATCH 2/4] drm/amd/display: remove set but not used variable 'pixel_width'

2020-04-30 Thread Zheng Bin
Fixes gcc '-Wunused-but-set-variable' warning: drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.c:137:11: warning: variable ‘pixel_width’ set but not used [-Wunused-but-set-variable] It is introduced by commit 70ccab604049 ("drm/amdgpu/display: Add core dc support for DCN"), but never used, so rem

Re: [PATCH v3 -next] drm/mediatek: Fix Kconfig warning

2020-04-30 Thread Enric Balletbo i Serra
Hi YueHaibing, Thank you for your patch. On 29/4/20 9:13, YueHaibing wrote: > WARNING: unmet direct dependencies detected for MTK_MMSYS > Depends on [n]: (ARCH_MEDIATEK [=y] || COMPILE_TEST [=n]) && > COMMON_CLK_MT8173_MMSYS [=n] > Selected by [y]: > - DRM_MEDIATEK [=y] && HAS_IOMEM [=y] &

[PATCH] video: pxafb: Fix the function used to balance a 'dma_alloc_coherent()' call

2020-04-30 Thread Christophe JAILLET
'dma_alloc_coherent()' must be balanced by a call to 'dma_free_coherent()' not 'dma_free_wc()'. The correct dma_free_ function is already used in the error handling path of the probe function. Fixes: 77e196752bdd ("[ARM] pxafb: allow video memory size to be configurable") Signed-off-by: Christophe

Re: [PATCH v7 08/12] arm: dts: s5pv210: Add node for SGX 540

2020-04-30 Thread Paul Cercueil
Hi Jonathan, Le mar. 28 avril 2020 à 15:58, Jonathan Bakker a écrit : Hi all, On 2020-04-28 2:39 p.m., Jonathan Bakker wrote: Hi Krzysztof, On 2020-04-27 8:46 a.m., Krzysztof Kozlowski wrote: On Sun, Apr 26, 2020 at 07:57:12AM -0700, Jonathan Bakker wrote: Hi Paul, On 2020-04-26 5:5

[PATCH -next] drm/amd/display: Fix unsigned comparison to zero

2020-04-30 Thread Zou Wei
Fixes coccicheck warning: drivers/gpu/drm/amd/display/dc/dcn21/dcn21_resource.c:1398:60-61: WARNING: Unsigned expression compared with zero: j >= 0 Fixes: 238387774232 ("drm/amd/display: fix rn soc bb update") Reported-by: Hulk Robot Signed-off-by: Zou Wei --- drivers/gpu/drm/amd/display/dc/dc

Re: Msg "PM: pci_pm_suspend(): ast_pm_suspend+0x0/0x40 [ast] returns -22" after migrating to V5.6.7 kernel from v5.5.10.

2020-04-30 Thread Cary Garrett
Hello Thomas, Good news! After applying the patch and regenerating the ast kernel module, the system will successfully go into suspend state. Thanks for the fast turnaround. Glad I could help. Regards, Cary. On Wed, 2020-04-29 at 11:14 +0200, Thomas Zimmermann wrote: > Hi Cary, > > thanks for

[PATCH] video: fbdev: valkyriefb.c: fix warning comparing pointer to 0

2020-04-30 Thread Jason Yan
Fix the following coccicheck warning: drivers/video/fbdev/valkyriefb.c:348:10-11: WARNING comparing pointer to 0, suggest !E drivers/video/fbdev/valkyriefb.c:334:12-13: WARNING comparing pointer to 0 drivers/video/fbdev/valkyriefb.c:348:10-11: WARNING comparing pointer to 0 Signed-off-by: Jason Y

Re: [PATCH v8 0/2] Add initial support for slimport anx7625

2020-04-30 Thread Xin Ji
Hi Sam, On Mon, Apr 27, 2020 at 08:53:20PM +0200, Sam Ravnborg wrote: > Hi Xin Ji > > On Mon, Apr 27, 2020 at 02:16:49PM +0800, Xin Ji wrote: > > Hi all, > > > > The following series add support for the Slimport ANX7625 transmitter, a > > ultra-low power Full-HD 4K MIPI to DP transmitter designe

[PATCH 1/3] drm/amdgpu: remove set but not used variable 'priority'

2020-04-30 Thread Zheng Bin
Fixes gcc '-Wunused-but-set-variable' warning: drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:1211:26: warning: variable ‘priority’ set but not used It is not used since commit 33abcb1f5a17 ("drm/amdgpu: set compute queue priority at mqd_init") Reported-by: Hulk Robot Signed-off-by: Zheng Bin --- dr

Re: [PATCH v7 08/12] arm: dts: s5pv210: Add node for SGX 540

2020-04-30 Thread Maxime Ripard
Hi, On Tue, Apr 28, 2020 at 03:58:03PM -0700, Jonathan Bakker wrote: > On 2020-04-28 2:39 p.m., Jonathan Bakker wrote: > > On 2020-04-27 8:46 a.m., Krzysztof Kozlowski wrote: > >> On Sun, Apr 26, 2020 at 07:57:12AM -0700, Jonathan Bakker wrote: > >>> Hi Paul, > >>> > >>> On 2020-04-26 5:56 a.m., P

Re: [PATCH 01/17] drm/mgag200: Remove HW cursor

2020-04-30 Thread Thomas Zimmermann
Hi Sam Am 29.04.20 um 19:51 schrieb Sam Ravnborg: > On Wed, Apr 29, 2020 at 04:32:22PM +0200, Thomas Zimmermann wrote: >> The HW cursor of Matrox G200 cards only supports a 16-color palette >> format. Univeral planes require at least ARGB or a similar component- >> based format. Converting a curso

Re: [PATCH 05/17] drm/mgag200: Clean up mga_set_start_address()

2020-04-30 Thread Thomas Zimmermann
Hi Am 29.04.20 um 20:20 schrieb Sam Ravnborg: > Hi Thomas, > > On Wed, Apr 29, 2020 at 04:32:26PM +0200, Thomas Zimmermann wrote: >> All register names and fields are now named according to the >> MGA programming manuals. The function doesn't need the CRTC, so >> callers pass in the device struct

Re: [PATCH 07/17] drm/mgag200: Move mode-setting code into separate helper function

2020-04-30 Thread Thomas Zimmermann
Hi Am 29.04.20 um 20:24 schrieb Sam Ravnborg: > On Wed, Apr 29, 2020 at 04:32:28PM +0200, Thomas Zimmermann wrote: >> The mode-setting code is now located in mgag200_set_mode_regs(), sans >> a few flags that will be moved in a later patch for clarity. >> >> Signed-off-by: Thomas Zimmermann > Look

Re: [PATCH 00/17] drm/mgag200: Convert to atomic modesetting

2020-04-30 Thread Thomas Zimmermann
Hi John Am 30.04.20 um 02:11 schrieb John Donnelly: > On 4/29/20 9:32 AM, Thomas Zimmermann wrote: >> This patchset converts mgag200 to atomic modesetting. It uses simple >> KMS helpers and SHMEM. >> >> Patches 1 to 4 simplifies the driver before the conversion. For example, >> the HW cursor is no

Re: [PATCH 01/10] backlight: Add backlight_device_get_by_name()

2020-04-30 Thread Lee Jones
On Wed, 29 Apr 2020, Noralf Trønnes wrote: > Add a way to lookup a backlight device based on its name. > Will be used by a USB display gadget getting the name from configfs. > > Cc: Lee Jones > Cc: Daniel Thompson > Cc: Jingoo Han > Signed-off-by: Noralf Trønnes > --- > drivers/video/backlig

[PATCH v2] drm: drm_fourcc: Add uncompressed AFBC modifier

2020-04-30 Thread Ben Davis
AFBC has a mode that guarantees use of AFBC with an uncompressed payloads, we add a new modifier to support this mode. V2: updated modifier comment Signed-off-by: Ben Davis --- include/uapi/drm/drm_fourcc.h | 12 1 file changed, 12 insertions(+) diff --git a/include/uapi/drm/drm_f

Re: Msg "PM: pci_pm_suspend(): ast_pm_suspend+0x0/0x40 [ast] returns -22" after migrating to V5.6.7 kernel from v5.5.10.

2020-04-30 Thread Thomas Zimmermann
Hi Cary Am 29.04.20 um 20:26 schrieb Cary Garrett: > Hello Thomas, > > Good news! After applying the patch and regenerating the ast kernel module, > the system will > successfully go into suspend state. > > Thanks for the fast turnaround. Glad I could help. Great. Can I add your Reported-by an

[PATCH] drm/ast: Don't check new mode if CRTC is being disabled

2020-04-30 Thread Thomas Zimmermann
Suspending failed because there's no mode if the CRTC is being disabled. Early-out in this case. This fixes runtime PM for ast. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/ast/ast_mode.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/ast/ast_mode.c b/drivers/gpu/

Re: [PATCH 01/10] backlight: Add backlight_device_get_by_name()

2020-04-30 Thread Noralf Trønnes
Den 30.04.2020 10.32, skrev Lee Jones: > On Wed, 29 Apr 2020, Noralf Trønnes wrote: > >> Add a way to lookup a backlight device based on its name. >> Will be used by a USB display gadget getting the name from configfs. >> >> Cc: Lee Jones >> Cc: Daniel Thompson >> Cc: Jingoo Han >> Signed-off

Re: [PATCH 01/17] drm/mgag200: Remove HW cursor

2020-04-30 Thread Sam Ravnborg
Hi Thomas. On Thu, Apr 30, 2020 at 10:10:53AM +0200, Thomas Zimmermann wrote: > Hi Sam > > Am 29.04.20 um 19:51 schrieb Sam Ravnborg: > > On Wed, Apr 29, 2020 at 04:32:22PM +0200, Thomas Zimmermann wrote: > >> The HW cursor of Matrox G200 cards only supports a 16-color palette > >> format. Univer

Re: [PATCH] drm/ast: Don't check new mode if CRTC is being disabled

2020-04-30 Thread Sam Ravnborg
Hi Thomas. On Thu, Apr 30, 2020 at 11:13:30AM +0200, Thomas Zimmermann wrote: > Suspending failed because there's no mode if the CRTC is being > disabled. Early-out in this case. This fixes runtime PM for ast. > > Signed-off-by: Thomas Zimmermann Don't you miss: Reported-by: Tested-by: Fixes:

Re: [PATCH] drm/ast: Don't check new mode if CRTC is being disabled

2020-04-30 Thread Thomas Zimmermann
Hi Am 30.04.20 um 11:22 schrieb Sam Ravnborg: > Hi Thomas. > > On Thu, Apr 30, 2020 at 11:13:30AM +0200, Thomas Zimmermann wrote: >> Suspending failed because there's no mode if the CRTC is being >> disabled. Early-out in this case. This fixes runtime PM for ast. >> >> Signed-off-by: Thomas Zimme

Re: [PATCH v2 1/1] drm/mm: optimize rb_hole_addr rbtree search

2020-04-30 Thread Chris Wilson
Quoting Nirmoy Das (2020-04-30 10:58:39) > +void insert_hole_addr(struct rb_root *root, struct drm_mm_node *node) ^ static (sparse [make C=1] or make W=1 will spot this) Looks good, I'll check more carefully later. -Chris ___ dri-devel mailing list dri

Re: [PATCH 01/10] backlight: Add backlight_device_get_by_name()

2020-04-30 Thread Lee Jones
On Thu, 30 Apr 2020, Noralf Trønnes wrote: > > > Den 30.04.2020 10.32, skrev Lee Jones: > > On Wed, 29 Apr 2020, Noralf Trønnes wrote: > > > >> Add a way to lookup a backlight device based on its name. > >> Will be used by a USB display gadget getting the name from configfs. > >> > >> Cc: Lee J

Re: [PATCH v2 1/1] drm/mm: optimize rb_hole_addr rbtree search

2020-04-30 Thread Nirmoy
On 4/30/20 12:15 PM, Chris Wilson wrote: Quoting Nirmoy Das (2020-04-30 10:58:39) +void insert_hole_addr(struct rb_root *root, struct drm_mm_node *node) ^ static Ah I forgot! (sparse [make C=1] or make W=1 will spot this) Thanks for the tip :) Nirmoy Looks good, I'll check more c

Re: [PATCH] drm: enable render nodes wherever buffer sharing is supported

2020-04-30 Thread Brian Starkey
On Wed, Apr 29, 2020 at 06:31:01PM +0100, Liviu Dudau wrote: > On Wed, Apr 29, 2020 at 09:51:19AM -0700, Peter Collingbourne wrote: > > On Wed, Apr 29, 2020 at 9:17 AM Brian Starkey wrote: > > > > > > Hi Peter, > > > > > > On Mon, Apr 27, 2020 at 01:05:13PM -0700, Peter Collingbourne wrote: > > >

Re: [PATCH 01/10] backlight: Add backlight_device_get_by_name()

2020-04-30 Thread Noralf Trønnes
Den 30.04.2020 12.15, skrev Lee Jones: > On Thu, 30 Apr 2020, Noralf Trønnes wrote: > >> >> >> Den 30.04.2020 10.32, skrev Lee Jones: >>> On Wed, 29 Apr 2020, Noralf Trønnes wrote: >>> Add a way to lookup a backlight device based on its name. Will be used by a USB display gadget gettin

Re: [PATCH] drm: enable render nodes wherever buffer sharing is supported

2020-04-30 Thread Daniel Vetter
On Thu, Apr 30, 2020 at 12:30 PM Brian Starkey wrote: > > On Wed, Apr 29, 2020 at 06:31:01PM +0100, Liviu Dudau wrote: > > On Wed, Apr 29, 2020 at 09:51:19AM -0700, Peter Collingbourne wrote: > > > On Wed, Apr 29, 2020 at 9:17 AM Brian Starkey > > > wrote: > > > > > > > > Hi Peter, > > > > > > >

Re: [PATCH] drm: enable render nodes wherever buffer sharing is supported

2020-04-30 Thread Daniel Vetter
On Tue, Apr 28, 2020 at 2:46 PM Peter Collingbourne wrote: > > Render nodes are not just useful for devices supporting GPU hardware > acceleration. Even on devices that only support dumb frame buffers, > they are useful in situations where composition (using software > rasterization) and KMS are d

Re: [PATCH] drm: pl111: enable render node

2020-04-30 Thread Emil Velikov
On Mon, 27 Apr 2020 at 17:48, Eric Anholt wrote: > > On Mon, Apr 27, 2020 at 7:45 AM Emil Velikov wrote: > > > > On Fri, 24 Apr 2020 at 19:54, Peter Collingbourne wrote: > > > > > > On Fri, Apr 24, 2020 at 4:11 AM Emil Velikov > > > wrote: > > > > > > > > On Thu, 23 Apr 2020 at 23:51, Peter Co

Re: [PATCH] drm: pl111: enable render node

2020-04-30 Thread Emil Velikov
On Mon, 27 Apr 2020 at 16:58, Peter Collingbourne wrote: > > On Mon, Apr 27, 2020 at 7:45 AM Emil Velikov wrote: > > > > On Fri, 24 Apr 2020 at 19:54, Peter Collingbourne wrote: > > > > > > On Fri, Apr 24, 2020 at 4:11 AM Emil Velikov > > > wrote: > > > > > > > > On Thu, 23 Apr 2020 at 23:51,

Re: [PATCH v2] drm: drm_fourcc: Add uncompressed AFBC modifier

2020-04-30 Thread Liviu Dudau
On Thu, Apr 30, 2020 at 09:32:20AM +0100, Ben Davis wrote: > AFBC has a mode that guarantees use of AFBC with an uncompressed > payloads, we add a new modifier to support this mode. > > V2: updated modifier comment > > Signed-off-by: Ben Davis Acked-by: Liviu Dudau Best regards, Liviu > ---

[PULL] drm-intel-next

2020-04-30 Thread Joonas Lahtinen
: Update DRIVER_DATE to 20200417 (2020-04-17 09:35:00 +0300) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-next-2020-04-30 for you to fetch changes up to 230982d8d8df7f9d9aa216840ea2db1df6ad5d37: drm/i915: Update DRIVER_DATE to 20200430 (20

Re: [PATCH 0/3] drm/amdgpu: remove set but not used variables

2020-04-30 Thread Christian König
Reviewed-by: Christian König for the series. Am 30.04.20 um 04:26 schrieb Zheng Bin: Zheng Bin (3): drm/amdgpu: remove set but not used variable 'priority' drm/amdgpu: remove set but not used variable 'direct_poll' in vcn_v2_0.c drm/amdgpu: remove set but not used variable 'direct

Re: [PATCH] drm/radeon: drm/amdgpu: Disable [1002:6611] in radeon

2020-04-30 Thread Alex Deucher
On Thu, Apr 30, 2020 at 9:08 AM Jian-Hong Pan wrote: > > The AMD/ATI Oland [1002:6611]'s HDMI output status is not synchronous > as shown on UI after hot re-plug the HDMI cable, if it is radeon in > used. The amdgpu module does not hit this issue. > > This patch disables [1002:6611] in radeon and

Re: [PATCH] drm/radeon: cleanup coding style a bit

2020-04-30 Thread Christian König
Am 30.04.20 um 13:00 schrieb Bernard: 发件人:Joe Perches 发送日期:2020-04-27 01:53:06 收件人:"Christian König" ,Bernard Zhao ,Alex Deucher ,"David (ChunMing) Zhou" ,David Airlie ,Daniel Vetter ,amd-...@lists.freedesktop.org,dri-devel@lists.freedesktop.org,linux-ker...@vger.kernel.org 抄送人:opensource.ke

Re: [PATCH v7 2/2] drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP bridge driver

2020-04-30 Thread Daniel Vetter
On Thu, Apr 30, 2020 at 11:36:14AM +0800, Xin Ji wrote: > On Tue, Apr 28, 2020 at 12:05:08PM +0200, Daniel Vetter wrote: > > On Fri, Apr 24, 2020 at 08:12:04PM +0800, Nicolas Boichat wrote: > > > On Fri, Apr 24, 2020 at 2:51 PM Xin Ji wrote: > > > > > > > > On Thu, Apr 23, 2020 at 07:55:15PM +0800

Re: [PATCH v7 2/2] drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP bridge driver

2020-04-30 Thread Daniel Vetter
On Thu, Apr 30, 2020 at 03:37:31PM +0200, Daniel Vetter wrote: > On Thu, Apr 30, 2020 at 11:36:14AM +0800, Xin Ji wrote: > > On Tue, Apr 28, 2020 at 12:05:08PM +0200, Daniel Vetter wrote: > > > On Fri, Apr 24, 2020 at 08:12:04PM +0800, Nicolas Boichat wrote: > > > > On Fri, Apr 24, 2020 at 2:51 PM

Re: [PATCH resend] drm: Add DRM_MODE_TYPE_USERDEF flag to probed modes matching a video= argument

2020-04-30 Thread Emil Velikov
Hi Hans, On Fri, 21 Feb 2020 at 17:33, Hans de Goede wrote: > > drm_helper_probe_add_cmdline_mode() prefers using a probed mode matching > a video= argument over calculating our own timings for the user specified > mode using CVT or GTF. > > But userspace code which is auto-configuring the mode m

[PATCH AUTOSEL 5.6 20/79] drm/bridge: anx6345: set correct BPC for display_info of connector

2020-04-30 Thread Sasha Levin
From: Vasily Khoruzhick [ Upstream commit 1e8a6ce9186dbf342eebc07cf14cae5e82164e03 ] Some drivers (e.g. sun4i-drm) need this info to decide whether they need to enable dithering. Currently driver reports what panel supports and if panel supports 8 we don't get dithering enabled. Hardcode BPC to

[PATCH AUTOSEL 5.6 02/79] drm/bridge: analogix_dp: Split bind() into probe() and real bind()

2020-04-30 Thread Sasha Levin
From: Marek Szyprowski [ Upstream commit 83a196773b8bc6702f49df1eddc848180e350340 ] Analogix_dp driver acquires all its resources in the ->bind() callback, what is a bit against the component driver based approach, where the driver initialization is split into a probe(), where all resources are

[PATCH AUTOSEL 5.6 38/79] drm/amd/powerplay: fix resume failed as smu table initialize early exit

2020-04-30 Thread Sasha Levin
From: Prike Liang [ Upstream commit 45a5e639548c459a5accebad340078e4e6e0e512 ] When the amdgpu in the suspend/resume loop need notify the dpm disabled, otherwise the smu table will be uninitialize and result in resume failed. Signed-off-by: Prike Liang Tested-by: Mengbing Wang Reviewed-by: Al

[PATCH AUTOSEL 5.6 23/79] drm/scheduler: fix drm_sched_get_cleanup_job

2020-04-30 Thread Sasha Levin
From: Christian König [ Upstream commit 8623b5255ae7ccaf276aac3920787bf575fa6b37 ] We are racing to initialize sched->thread here, just always check the current thread. Signed-off-by: Christian König Reviewed-by: Andrey Grodzovsky Reviewed-by: Kent Russell Link: https://patchwork.freedesktop

[PATCH AUTOSEL 5.6 39/79] drm/amdgpu: Correctly initialize thermal controller for GPUs with Powerplay table v0 (e.g Hawaii)

2020-04-30 Thread Sasha Levin
From: Sandeep Raghuraman [ Upstream commit bbc25dadc7ed19f9d6b2e30980f0eb4c741bb8bf ] Initialize thermal controller fields in the PowerPlay table for Hawaii GPUs, so that fan speeds are reported. Signed-off-by: Sandeep Raghuraman Signed-off-by: Alex Deucher Signed-off-by: Sasha Levin --- ..

[PATCH AUTOSEL 5.4 01/57] drm/bridge: analogix_dp: Split bind() into probe() and real bind()

2020-04-30 Thread Sasha Levin
From: Marek Szyprowski [ Upstream commit 83a196773b8bc6702f49df1eddc848180e350340 ] Analogix_dp driver acquires all its resources in the ->bind() callback, what is a bit against the component driver based approach, where the driver initialization is split into a probe(), where all resources are

Re: [PATCH v3 16/16] drm: Replace mode->export_head with a boolean

2020-04-30 Thread Emil Velikov
Hi Ville I don't fully grok the i915 changes to provide meaningful review. There are couple of small comments below, but regardless of those Patches 01-11 and 14-16 are: Reviewed-by: Emil Velikov On Tue, 28 Apr 2020 at 18:20, Ville Syrjala wrote: > The downside is that drm_mode_expose_to_user

[PATCH AUTOSEL 5.4 25/57] drm/amdgpu: Correctly initialize thermal controller for GPUs with Powerplay table v0 (e.g Hawaii)

2020-04-30 Thread Sasha Levin
From: Sandeep Raghuraman [ Upstream commit bbc25dadc7ed19f9d6b2e30980f0eb4c741bb8bf ] Initialize thermal controller fields in the PowerPlay table for Hawaii GPUs, so that fan speeds are reported. Signed-off-by: Sandeep Raghuraman Signed-off-by: Alex Deucher Signed-off-by: Sasha Levin --- ..

[PATCH AUTOSEL 4.19 14/30] drm/amdgpu: Correctly initialize thermal controller for GPUs with Powerplay table v0 (e.g Hawaii)

2020-04-30 Thread Sasha Levin
From: Sandeep Raghuraman [ Upstream commit bbc25dadc7ed19f9d6b2e30980f0eb4c741bb8bf ] Initialize thermal controller fields in the PowerPlay table for Hawaii GPUs, so that fan speeds are reported. Signed-off-by: Sandeep Raghuraman Signed-off-by: Alex Deucher Signed-off-by: Sasha Levin --- ..

Re: Operating KMS UAPI (Re: RFC: Drm-connector properties managed by another driver / privacy screen support)

2020-04-30 Thread Daniel Vetter
On Wed, Apr 29, 2020 at 01:07:54PM +0300, Pekka Paalanen wrote: > On Tue, 28 Apr 2020 16:51:57 +0200 > Daniel Vetter wrote: > > > On Fri, Apr 24, 2020 at 11:32:16AM +0300, Pekka Paalanen wrote: > > > On Thu, 23 Apr 2020 17:01:49 +0200 > > > Daniel Vetter wrote: > > > > > > > On Tue, Apr 21, 2

Re: [PATCH v7 2/2] drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP bridge driver

2020-04-30 Thread Daniel Vetter
On Thu, Apr 30, 2020 at 09:47:46PM +0800, Xin Ji wrote: > Hi Daniel, > > On Thu, Apr 30, 2020 at 03:38:39PM +0200, Daniel Vetter wrote: > > On Thu, Apr 30, 2020 at 03:37:31PM +0200, Daniel Vetter wrote: > > > On Thu, Apr 30, 2020 at 11:36:14AM +0800, Xin Ji wrote: > > > > On Tue, Apr 28, 2020 at 1

Re: [PATCH v7 4/8] drm: imx: Add i.MX 6 MIPI DSI host platform driver

2020-04-30 Thread Daniel Vetter
On Tue, Apr 28, 2020 at 10:08:04PM +0300, Adrian Ratiu wrote: > Hi Daniel, > > On Tue, 28 Apr 2020, Daniel Vetter wrote: > > On Wed, Apr 22, 2020 at 04:07:27AM +0300, Laurent Pinchart wrote: > > > Hi Adrian, On Tue, Apr 21, 2020 at 07:16:06PM +0300, Adrian Ratiu > > > wrote: > This adds support

[PULL] drm-intel-fixes

2020-04-30 Thread Rodrigo Vivi
Hi Dave and Daniel, Here goes drm-intel-fixes-2020-04-30: - Fix selftest refcnt leak (Xiyu) - Fix gem vma lock (Chris) - Fix gt's i915_request.timeline acquire by checking if cacheline is valid (Chris) - Fix IRQ postinistall fault masks (Matt) Thanks, Rodrigo. The following changes since commi

Re: [PATCH 01/10] backlight: Add backlight_device_get_by_name()

2020-04-30 Thread Daniel Vetter
On Thu, Apr 30, 2020 at 11:15:29AM +0100, Lee Jones wrote: > On Thu, 30 Apr 2020, Noralf Trønnes wrote: > > > > > > > Den 30.04.2020 10.32, skrev Lee Jones: > > > On Wed, 29 Apr 2020, Noralf Trønnes wrote: > > > > > >> Add a way to lookup a backlight device based on its name. > > >> Will be use

Re: [PATCH v2] drm: make drm_file use keyed wakeups

2020-04-30 Thread Daniel Vetter
On Wed, Apr 29, 2020 at 11:19:07AM +, k...@kl.wtf wrote: > April 28, 2020 5:14 PM, "Daniel Vetter" wrote: > > > On Fri, Apr 24, 2020 at 06:26:15PM +0200, Kenny Levinsen wrote: > > > >> Some processes, such as systemd, are only polling for EPOLLERR|EPOLLHUP. > >> As drm_file uses unkeyed wake

Re: [PATCH v5 1/6] of_graph: add of_graph_get_local_port()

2020-04-30 Thread Rob Herring
On Sat, 18 Apr 2020 20:06:58 +0300, Dmitry Osipenko wrote: > In some case, like a DRM display code for example, it's useful to silently > check whether port node exists at all in a device-tree before proceeding > with parsing the graph. > > This patch adds of_graph_get_local_port() which returns p

Re: [Intel-gfx] [RFC 06/17] drm: i915: fix sg_table nents vs. orig_nents misuse

2020-04-30 Thread Marek Szyprowski
Hi On 28.04.2020 16:27, Tvrtko Ursulin wrote: > > On 28/04/2020 14:19, Marek Szyprowski wrote: >> The Documentation/DMA-API-HOWTO.txt states that dma_map_sg returns the >> numer of the created entries in the DMA address space. However the >> subsequent calls to dma_sync_sg_for_{device,cpu} and dma

Re: [PATCH] dma-buf: Documentation: fix: `make htmldocs` warnings

2020-04-30 Thread Sumit Semwal
Hello Everyone, On Thu, 30 Apr 2020 at 10:07, Sam Ravnborg wrote: > > On Wed, Apr 29, 2020 at 11:27:22PM -0300, Vitor Massaru Iha wrote: > > On Wed, 2020-04-29 at 19:06 -0700, Randy Dunlap wrote: > > > On 4/29/20 6:59 PM, Vitor Massaru Iha wrote: > > > > Add missed ":" on kernel-doc function para

Re: [RFC PATCH 1/4] drm/etnaviv: Prevent IRQ triggering at probe time on i.MX8MM

2020-04-30 Thread Lucas Stach
Hi Frieder, Am Donnerstag, den 30.04.2020, 12:46 + schrieb Schrempf Frieder: > From: Frieder Schrempf > > On i.MX8MM there is an interrupt getting triggered immediately after > requesting the IRQ, which leads to a stall as the handler accesses > the GPU registers whithout the clock being ena

Re: [RFC PATCH 3/4] drm/etnaviv: Change order of enabling clocks to fix boot on i.MX8MM

2020-04-30 Thread Lucas Stach
Am Donnerstag, den 30.04.2020, 12:46 + schrieb Schrempf Frieder: > From: Frieder Schrempf > > On some i.MX8MM devices the boot hangs when enabling the GPU clocks. > Changing the order of clock initalization to > > core -> shader -> bus -> reg > > fixes the issue. This is the same order used

Re: [PATCH resend] drm: Add DRM_MODE_TYPE_USERDEF flag to probed modes matching a video= argument

2020-04-30 Thread Ville Syrjälä
On Thu, Apr 30, 2020 at 02:47:00PM +0100, Emil Velikov wrote: > Hi Hans, > > On Fri, 21 Feb 2020 at 17:33, Hans de Goede wrote: > > > > drm_helper_probe_add_cmdline_mode() prefers using a probed mode matching > > a video= argument over calculating our own timings for the user specified > > mode u

Re: [PATCH] drm/radeon: cleanup coding style a bit

2020-04-30 Thread Alex Deucher
Applied. Thanks! Alex On Sun, Apr 26, 2020 at 9:18 AM Christian König wrote: > > Am 26.04.20 um 15:12 schrieb Bernard Zhao: > > Maybe no need to check ws before kmalloc, kmalloc will check > > itself, kmalloc`s logic is if ptr is NULL, kmalloc will just > > return > > > > Signed-off-by: Bernard

Re: [PATCH resend] drm: Add DRM_MODE_TYPE_USERDEF flag to probed modes matching a video= argument

2020-04-30 Thread Hans de Goede
Hi, On 4/30/20 4:52 PM, Ville Syrjälä wrote: On Thu, Apr 30, 2020 at 02:47:00PM +0100, Emil Velikov wrote: Hi Hans, On Fri, 21 Feb 2020 at 17:33, Hans de Goede wrote: drm_helper_probe_add_cmdline_mode() prefers using a probed mode matching a video= argument over calculating our own timings

Re: [RESEND 1/2] drm/client: Dual licence the header in GPL-2 and MIT

2020-04-30 Thread Daniel Vetter
On Thu, Apr 30, 2020 at 4:54 PM Emmanuel Vadot wrote: > > Source file was dual licenced but the header was omitted, fix that. > Contributors for this file are: > Daniel Vetter > Matt Roper > Maxime Ripard > Noralf Trønnes > Thomas Zimmermann > > Acked-by: Noralf Trønnes > Acked-by: Matt Rope

Re: [RESEND 1/2] drm/client: Dual licence the header in GPL-2 and MIT

2020-04-30 Thread Thomas Zimmermann
Am 30.04.20 um 16:54 schrieb Emmanuel Vadot: > Source file was dual licenced but the header was omitted, fix that. > Contributors for this file are: > Daniel Vetter > Matt Roper > Maxime Ripard > Noralf Trønnes > Thomas Zimmermann > > Acked-by: Noralf Trønnes > Acked-by: Matt Roper > Acke

Re: [PATCH 02/10] drm: Add backlight helper

2020-04-30 Thread Hans de Goede
Hi, On 4/29/20 8:40 PM, Noralf Trønnes wrote: Den 29.04.2020 16.13, skrev Hans de Goede: Hi Noralf, On 4/29/20 2:48 PM, Noralf Trønnes wrote: This adds a function that creates a backlight device for a connector. It does not deal with the KMS backlight ABI proposition[1] to add a connector p

Re: [PATCH] drm: Replace drm_modeset_lock/unlock_all with DRM_MODESET_LOCK_ALL_* helpers

2020-04-30 Thread Sean Paul
On Wed, Apr 29, 2020 at 4:57 AM Jani Nikula wrote: > > On Tue, 28 Apr 2020, Michal Orzel wrote: > > As suggested by the TODO list for the kernel DRM subsystem, replace > > the deprecated functions that take/drop modeset locks with new helpers. > > > > Signed-off-by: Michal Orzel > > --- > > dri

Re: [RESEND 2/2] drm/format_helper: Dual licence the header in GPL-2 and MIT

2020-04-30 Thread Emmanuel Vadot
On Thu, 30 Apr 2020 17:06:34 +0200 Maxime Ripard wrote: > On Thu, Apr 30, 2020 at 04:55:37PM +0200, Emmanuel Vadot wrote: > > Source file was dual licenced but the header was omitted, fix that. > > Contributors for this file are: > > Noralf Trønnes > > Gerd Hoffmann > > Thomas Gleixner > > >

Re: [PATCH v2] drm/bridge: adv7511: Fix cec clock EPROBE_DEFER handling

2020-04-30 Thread Laurent Pinchart
Hi Vincent, Thank you for the patch. On Thu, Apr 30, 2020 at 01:54:39PM +0200, Vincent Whitchurch wrote: > If adv7511's devm_clk_get() for the cec clock returns -EPROBE_DEFER, we > end up in an infinite probe loop. This happens: > > (1) adv7511's probe is called. > > (2) adv7511's probe adds

Re: Re: [PATCH] drm/mediatek: cleanup coding style in mediatek a bit

2020-04-30 Thread Chun-Kuang Hu
Hi, Bernard: Bernard 於 2020年4月30日 週四 下午2:32寫道: > > > > 发件人:Chun-Kuang Hu > 发送日期:2020-04-29 22:22:50 > 收件人:Bernard Zhao > 抄送人:Chun-Kuang Hu ,Philipp Zabel > ,David Airlie ,Daniel Vetter > ,Matthias Brugger ,DRI Development > ,Linux ARM > ,"moderated list:ARM/Mediatek SoC > support" ,linux-k

  1   2   >