Hi,
Sorry for the late reply.
On 7/30/19 8:15 PM, Stephen Boyd wrote:
> We don't need dev_err() messages when platform_get_irq() fails now that
> platform_get_irq() prints an error message itself when something goes
> wrong. Let's remove these prints with a simple semantic patch.
This patch ch
On 8/20/19 11:55 AM, Andrzej Hajda wrote:
> On 27.06.2019 16:07, Bartlomiej Zolnierkiewicz wrote:
>> This dependency is already present in higher level Kconfig file
>> (drivers/video/fbdev/mmp/Kconfig).
>>
>> Signed-off-by: Bartlomiej Zolnierkiewicz
>
>
> Reviewed-by: Andrzej Hajda
Thanks, I'
On 8/20/19 11:56 AM, Andrzej Hajda wrote:
> On 27.06.2019 16:07, Bartlomiej Zolnierkiewicz wrote:
>> Add COMPILE_TEST support to mmp display subsystem for better compile
>> testing coverage.
>>
>> Signed-off-by: Bartlomiej Zolnierkiewicz
>
>
> Reviewed-by: Andrzej Hajda
Thanks, I've queued th
On 8/20/19 1:07 PM, Andrzej Hajda wrote:
> On 27.06.2019 16:08, Bartlomiej Zolnierkiewicz wrote:
>> Use ->screen_buffer instead of ->screen_base in mmpfb driver.
>>
>> [ Please see commit 17a7b0b4d974 ("fb.h: Provide alternate screen_base
>> pointer") for details. ]
>>
>> Also fix all other spar
On 8/27/19 1:09 PM, Peter Rosin wrote:
> Three shall be the number thou shalt count, and the number of the
> counting shall be three. Four shalt thou not count...
>
> One! Two! Five!
>
> Fixes: efb985f6b265 ("[PATCH] fbcon: Console Rotation - Add framebuffer
> console documentation")
> Signed-
On 8/27/19 1:09 PM, Peter Rosin wrote:
> Probably most useful if you want no logo at all, or if you only want one
> logo regardless of how many CPU cores you have.
>
> Signed-off-by: Peter Rosin
Thanks, patch queued for v5.6 (also sorry for the delay).
Best regards,
--
Bartlomiej Zolnierkiewi
On 8/29/19 9:08 AM, Peter Rosin wrote:
> On 2019-08-27 13:35, Geert Uytterhoeven wrote:
>> Hi Peter,
>>
>> On Tue, Aug 27, 2019 at 1:09 PM Peter Rosin wrote:
>>> The variable is only ever used from fbcon.c which is linked into the
>>> same module. Therefore, the export is not needed.
>>>
>>> Sig
On 9/2/19 11:10 AM, Lubomir Rintel wrote:
> On Sat, 2019-08-31 at 12:00 +0200, Christophe JAILLET wrote:
>> In the probe function, some resources are allocated using 'dma_alloc_wc()',
>> they should be released with 'dma_free_wc()', not 'dma_free_coherent()'.
>>
>> We already use 'dma_free_wc()'
On 9/2/19 2:49 PM, Souptick Joarder wrote:
> This is dead code since 3.15. If their is no plan to
> use it further, these can be removed forever.
>
> Signed-off-by: Souptick Joarder
Thanks, patch queued for v5.6 (also sorry for the delay).
Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&
On 9/4/19 1:50 PM, YueHaibing wrote:
> Use devm_platform_ioremap_resource() to simplify the code a bit.
> This is detected by coccinelle.
>
> Reported-by: Hulk Robot
> Signed-off-by: YueHaibing
This has been already fixed by:
commit c957c88f7be109a14294289f013b03bbe94e8af5
Author: Bartos
On 9/4/19 1:54 PM, YueHaibing wrote:
> Use devm_platform_ioremap_resource() to simplify the code a bit.
> This is detected by coccinelle.
>
> Reported-by: Hulk Robot
> Signed-off-by: YueHaibing
Thanks, patch queued for v5.6 (also sorry for the delay).
Best regards,
--
Bartlomiej Zolnierkiewi
On 9/17/19 9:21 PM, Jingoo Han wrote:
>
>
> On 9/4/19, 7:57 AM, YueHaibing wrote:
>
>> Use devm_platform_ioremap_resource() to simplify the code a bit.
>> This is detected by coccinelle.
>>
>> Reported-by: Hulk Robot
>> Signed-off-by: YueHaibing
>>
> Acked-by: Jingoo Han
Thanks, patch queu
On 9/4/19 1:57 PM, YueHaibing wrote:
> Use devm_platform_ioremap_resource() to simplify the code a bit.
> This is detected by coccinelle.
>
> Reported-by: Hulk Robot
> Signed-off-by: YueHaibing
Thanks, patch queued for v5.6 (also sorry for the delay).
Best regards,
--
Bartlomiej Zolnierkiewi
On 9/6/19 8:17 PM, Ville Syrjälä wrote:
> On Fri, Sep 06, 2019 at 07:11:14PM +0100, Colin King wrote:
>> From: Colin Ian King
>>
>> Don't populate the array wtst_xlat on the stack but instead make it
>> static const. Makes the object code smaller by 89 bytes.
>>
>> Before:
>>text data
On 9/11/19 1:36 PM, Gustavo A. R. Silva wrote:
> Mark switch cases where we are expecting to fall through.
>
> Fix the following warnings (Building: mpc512x_defconfig powerpc):
>
> drivers/video/fbdev/fsl-diu-fb.c: In function ‘fsl_diu_ioctl’:
> ./include/linux/device.h:1750:2: warning: this sta
On 9/19/19 4:33 PM, Markus Elfring wrote:
> From: Markus Elfring
> Date: Thu, 19 Sep 2019 16:26:56 +0200
>
> Simplify this function implementation by using a known wrapper function.
>
> This issue was detected by using the Coccinelle software.
>
> Signed-off-by: Markus Elfring
Thanks, patch
On 9/19/19 5:01 PM, Markus Elfring wrote:
> From: Markus Elfring
> Date: Thu, 19 Sep 2019 16:51:38 +0200
>
> Simplify this function implementation by using a known wrapper function.
>
> This issue was detected by using the Coccinelle software.
>
> Signed-off-by: Markus Elfring
Thanks, patch
On 10/18/19 6:30 PM, Sudip Mukherjee wrote:
> The build of xtensa allmodconfig is giving a warning of:
> In function 'dsi_dump_dsidev_irqs':
> warning: the frame size of 1120 bytes is larger than 1024 bytes
>
> Allocate the memory for 'struct dsi_irq_stats' dynamically instead
> of assigning it
On 10/29/19 8:02 PM, Eric W. Biederman wrote:
> Dan Carpenter writes:
>
>> The "fix" struct has a 2 byte hole after ->ywrapstep and the
>> "fix = info->fix;" assignment doesn't necessarily clear it. It depends
>> on the compiler.
>>
>> Fixes: 1f5e31d7e55a ("fbmem: don't call copy_from/to_user(
On 2020-01-03 12:50 a.m., Wayne Lin wrote:
> [Why]
> According to DP spec, it should shift left 4 digits for NO_STOP_BIT
> in REMOTE_I2C_READ message. Not 5 digits.
>
> In current code, NO_STOP_BIT is always set to zero which means I2C
> master is always generating a I2C stop at the end of each I2
On Fri, Jan 3, 2020 at 11:28 PM Maxime Ripard wrote:
>
> The MIPI PLL is used for LVDS. Make sure it's exported in the dt bindings
> headers.
>
> Signed-off-by: Maxime Ripard
Acked-by: Chen-Yu Tsai
___
dri-devel mailing list
dri-devel@lists.freedeskto
On Fri, Jan 3, 2020 at 11:28 PM Maxime Ripard wrote:
>
> The MIPI PLL is used for LVDS. Make sure it's exported in the dt bindings
> headers.
>
> Signed-off-by: Maxime Ripard
Acked-by: Chen-Yu Tsai
___
dri-devel mailing list
dri-devel@lists.freedeskto
On Fri, Jan 3, 2020 at 11:28 PM Maxime Ripard wrote:
>
> Some old SoCs, while supporting LVDS, don't list the LVDS clocks and reset
> lines. Let's add them when relevant.
>
> Signed-off-by: Maxime Ripard
Acked-by: Chen-Yu Tsai
___
dri-devel mailing li
https://bugzilla.kernel.org/show_bug.cgi?id=204849
Robert Hoffmann (rob...@servermasters.com) changed:
What|Removed |Added
CC||rob...@server
https://bugzilla.kernel.org/show_bug.cgi?id=204849
--- Comment #2 from Robert Hoffmann (rob...@servermasters.com) ---
(In reply to Robert Hoffmann from comment #1)
> Hi guys,
>
> I am getting a very similar issue with a Ryzen 3400G (AMDGPU).
>
> OS Fedora 31: Linux asrock 5.3.16-300.fc31.x86_64
Hi all,
The "Samsung" and "Exynos" names are written inconsistently in Linux
kernel sources. Sometimes all uppercase (as SAMSUNG), sometimes
lowercase with capital letter (as Samsung).
This patchset tries to unify this towards "Samsung" and "Exynos"
versions because:
1. "SAMSUNG" and "EXYNOS" ar
Fix up inconsistent usage of upper and lowercase letters in "Exynos"
name.
"EXYNOS" is not an abbreviation but a regular trademarked name.
Therefore it should be written with lowercase letters starting with
capital letter.
The lowercase "Exynos" name is promoted by its manufacturer Samsung
Electr
Fix up inconsistent usage of upper and lowercase letters in "Exynos"
name.
"EXYNOS" is not an abbreviation but a regular trademarked name.
Therefore it should be written with lowercase letters starting with
capital letter.
The lowercase "Exynos" name is promoted by its manufacturer Samsung
Electr
https://bugzilla.kernel.org/show_bug.cgi?id=204559
--- Comment #13 from Maxim Sheviakov (shoeg...@tutanota.com) ---
I'm on kernel 5.4.7 now and seems like this particular issue is fixed - I tried
playing some movies with runpm enabled and things seemed to be okay. Though it
looks like dGPU perform
From: Rob Clark
Signed-off-by: Rob Clark
---
.../bindings/display/panel/auo,b116xa01.yaml | 32 +++
1 file changed, 32 insertions(+)
create mode 100644
Documentation/devicetree/bindings/display/panel/auo,b116xa01.yaml
diff --git a/Documentation/devicetree/bindings/display/pa
From: Rob Clark
Signed-off-by: Rob Clark
---
drivers/gpu/drm/panel/panel-simple.c | 32
1 file changed, 32 insertions(+)
diff --git a/drivers/gpu/drm/panel/panel-simple.c
b/drivers/gpu/drm/panel/panel-simple.c
index 5d487686d25c..895a25cfc54f 100644
--- a/drivers/
On Thu, Jan 2, 2020 at 3:02 AM Sharat Masetty wrote:
>
> From: Vivek Gautam
>
> Add iommu domain attribute for using system cache aka last level
> cache on QCOM SoCs by client drivers like GPU to set right
> attributes for caching the hardware pagetables into the system cache.
>
> Signed-off-by:
https://bugzilla.kernel.org/show_bug.cgi?id=201497
chrisk...@goldmail.de changed:
What|Removed |Added
CC||chrisk...@goldmail.de
--- Comment
The pull request you sent on Fri, 3 Jan 2020 16:57:38 +1000:
> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2020-01-03
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ca78fdeb00fa656f09afee977750e85da929d259
Thank you!
--
Deet-doot-dot, I am a bot.
https://ko
https://bugzilla.kernel.org/show_bug.cgi?id=201497
--- Comment #14 from chrisk...@goldmail.de ---
*** Bug 205987 has been marked as a duplicate of this bug. ***
--
You are receiving this mail because:
You are watching the assignee of the bug.
___
dri-d
Hi Rob.
On Fri, Jan 03, 2020 at 10:30:24AM -0800, Rob Clark wrote:
> From: Rob Clark
>
> Signed-off-by: Rob Clark
> ---
> drivers/gpu/drm/panel/panel-simple.c | 32
> 1 file changed, 32 insertions(+)
>
> diff --git a/drivers/gpu/drm/panel/panel-simple.c
> b/drive
Hi Rob.
On Fri, Jan 03, 2020 at 10:30:23AM -0800, Rob Clark wrote:
> From: Rob Clark
>
> Signed-off-by: Rob Clark
> ---
> .../bindings/display/panel/auo,b116xa01.yaml | 32 +++
> 1 file changed, 32 insertions(+)
> create mode 100644
> Documentation/devicetree/bindings/displa
On Thu, Jan 02, 2020 at 10:35:28PM +0100, Hans de Goede wrote:
> Hi Rodrigo,
>
> Thank you for the review.
>
> On 02-01-2020 19:17, Rodrigo Vivi wrote:
> > On Mon, Dec 16, 2019 at 12:51:57PM +0100, Hans de Goede wrote:
> > > From: Derek Basehore
> > >
> > > Not every platform needs quirk detect
On Mon, Dec 16, 2019 at 12:51:58PM +0100, Hans de Goede wrote:
> If the new video=... panel_orientation option is set for a connector, honor
> it and setup a matching "panel orientation" property on the connector.
>
> BugLink: https://gitlab.freedesktop.org/plymouth/plymouth/merge_requests/83
> Ac
On Fri, Jan 3, 2020 at 11:31 AM Sam Ravnborg wrote:
>
> Hi Rob.
>
> On Fri, Jan 03, 2020 at 10:30:24AM -0800, Rob Clark wrote:
> > From: Rob Clark
> >
> > Signed-off-by: Rob Clark
> > ---
> > drivers/gpu/drm/panel/panel-simple.c | 32
> > 1 file changed, 32 insertio
Hi Rob.
> > Please fix and resend.
> >
> > I am in general holding back on patches to panel-simple.
> > I hope we can reach a decision for the way forward with the bindings
> > files sometimes next week.
>
> I've fixed the sort-order and the couple things you've pointed out in
> the bindings. No
On Fri, Jan 3, 2020 at 11:54 AM Sam Ravnborg wrote:
>
> Hi Rob.
>
> > > Please fix and resend.
> > >
> > > I am in general holding back on patches to panel-simple.
> > > I hope we can reach a decision for the way forward with the bindings
> > > files sometimes next week.
> >
> > I've fixed the sor
Back from the holidays!
Reviewed-by: Lyude Paul
Do you need me to push this to drm-misc?
On Thu, 2019-12-26 at 10:31 +0800, Wayne Lin wrote:
> [Why]
> Found kernel NULL pointer dereference under the below situation:
>
> src — HDMI_Monitor src — HDMI_Monitor
> e.g.: \=>
On Fri, Jan 3, 2020 at 10:11 AM Krzysztof Kozlowski wrote:
>
> Hi all,
>
> The "Samsung" and "Exynos" names are written inconsistently in Linux
> kernel sources. Sometimes all uppercase (as SAMSUNG), sometimes
> lowercase with capital letter (as Samsung).
>
> This patchset tries to unify this towa
Reviewed-by: Lyude Paul
Thanks for all of the contributions you've made as of late! I will go ahead
and push this into drm-misc-fixes
On Fri, 2020-01-03 at 13:50 +0800, Wayne Lin wrote:
> [Why]
> According to DP spec, it should shift left 4 digits for NO_STOP_BIT
> in REMOTE_I2C_READ message. No
Oh! Just a friendly tip, I fixed this before pushing your patch:
➜ drm-maint git:(drm-misc-fixes) dim push
dim: 0b1d54cedbb4 ("drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READ"):
Fixes: SHA1 needs at least 12 digits:
dim: ad7f8a1f9ce (drm/helper: add Displayport multi-stream helper (v0
On Fri, Jan 03, 2020 at 11:12:12AM +0800, Yongqiang Niu wrote:
> Update device tree binding documention for rdma_fifo_size
Typo. And write complete sentences.
>
> Signed-off-by: Yongqiang Niu
> ---
> .../devicetree/bindings/display/mediatek/mediatek,disp.txt | 13
> +
> 1 file ch
On Tue, 3 Dec 2019 16:06:04 +0100, Paul Kocialkowski wrote:
> The Xylon LogiCVC is a display controller implemented as programmable
> logic in Xilinx FPGAs.
>
> Signed-off-by: Paul Kocialkowski
> ---
> .../display/xylon,logicvc-display.yaml| 313 ++
> 1 file changed, 313
Got shown this patch at work and realized it still needed review, so I went
ahead and did that :)
Reviewed-by: Lyude Paul
On Mon, 2019-07-22 at 16:38 +0200, Takashi Iwai wrote:
> This patch adds the support for the notification of HD-audio hotplug
> via the already existing drm_audio_component f
On Wed, 2019-12-25 at 06:45 +, Lin, Wayne wrote:
> > -Original Message-
> > From: Lyude Paul
> > Sent: Saturday, December 21, 2019 8:12 AM
> > To: Lin, Wayne ; dri-devel@lists.freedesktop.org;
> > amd-...@lists.freedesktop.org
> > Cc: Kazlauskas, Nicholas ; Wentland, Harry
> > ; Zuo, J
On Thu, Jan 02, 2020 at 03:56:09PM +0530, Manna, Animesh wrote:
> On 02-01-2020 14:48, Jani Nikula wrote:
> >On Mon, 30 Dec 2019, Animesh Manna wrote:
> >>vswing/pre-emphasis adjustment calculation is needed in processing
> >>of auto phy compliance request other than link training, so moved
> >>th
On Thu, Jan 02, 2020 at 11:23:14AM +0200, Jani Nikula wrote:
> On Mon, 30 Dec 2019, Animesh Manna wrote:
> > As per request from DP phy compliance test few special
> > test pattern need to set by source. Added function
> > to set pattern in DP_COMP_CTL register. It will be
> > called along with ot
Harry, Jani - Since this also updates the AMD driver file, should this be
merged through
AMD tree and then backmerged to drm-misc ?
Manasi
On Mon, Dec 30, 2019 at 09:45:15PM +0530, Animesh Manna wrote:
> [Why]:
> Aligh with DP spec wanted to follow same naming convention.
>
> [How]:
> Changed t
On Wed, Nov 20, 2019 at 12:53 PM Stephan Gerhold wrote:
> On Thu, Nov 14, 2019 at 02:15:25PM +0100, Linus Walleij wrote:
> > + /* Calculate the PWM duty cycle in n/256's */
> > + pwm_ratio = max(((duty_ns * 256) / period_ns) - 1, 1);
> > + pwm_div = max(1,
> > + ((FO
On Tue, Dec 24, 2019 at 03:19:04PM +0100, Miquel Raynal wrote:
> Satoz is a Chinese TFT manufacturer.
> Website: http://www.sat-sz.com/English/index.html
>
> Add (simple) bindings for its SAT050AT40H12R2 5.0 inch LCD panel.
>
> Signed-off-by: Miquel Raynal
> ---
>
> Changes since v2:
> * None.
The Sony ACX424AKP is a command/videomode DSI panel for
mobile devices. It is used on the ST-Ericsson HREF520
reference design. We support video mode by default, but
it is possible to switch the panel into command mode
by using the bool property "dsi-command-mode".
Cc: Stephan Gerhold
Signed-off-
https://bugzilla.kernel.org/show_bug.cgi?id=206017
--- Comment #5 from udo (udo...@xs4all.nl) ---
Firefox is still the trigger.
When I do not use it the system remains usable.
When I use Firefox the system crashes hard within a few hours.
--
You are receiving this mail because:
You are watching
https://bugzilla.kernel.org/show_bug.cgi?id=206017
udo (udo...@xs4all.nl) changed:
What|Removed |Added
Summary|Kernel 5.4.x unusable with |Kernel 5.4.x unusable with
https://bugzilla.kernel.org/show_bug.cgi?id=206017
udo (udo...@xs4all.nl) changed:
What|Removed |Added
Summary|Kernel 5.4.x unusable with |Kernel 5.4.x unusable with
59 matches
Mail list logo