On Thu, Mar 15, 2018 at 6:49 PM, Arnd Bergmann wrote:
> When CONFIG_ACPI is disabled, we never initialize the acpi_table
> structure in kfd_create_crat_image_virtual:
>
> drivers/gpu/drm/amd/amdkfd/kfd_crat.c: In function
> 'kfd_create_crat_image_virtual':
> drivers/gpu/drm/amd/amdkfd/kfd_crat.c:
/Stefan-Schake/drm-vc4-Atomic-color-management-support/20180318-120701
config: x86_64-allmodconfig (attached as .config)
compiler: gcc-7 (Debian 7.3.0-1) 7.3.0
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All error/warnings (new ones prefixed by
Useful if the bridge does some kind of conversion of the bus format.
Signed-off-by: Peter Rosin
---
drivers/gpu/drm/bridge/panel.c | 22 +-
include/drm/drm_bridge.h | 1 +
2 files changed, 22 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/bridge/panel.c b/d
Start list of actual chips compatible with "lvds-encoder".
Signed-off-by: Peter Rosin
---
.../devicetree/bindings/display/bridge/lvds-transmitter.txt | 5 +
1 file changed, 5 insertions(+)
diff --git
a/Documentation/devicetree/bindings/display/bridge/lvds-transmitter.txt
b/Docume
If the bridge changes the bus format, allow this to be described in
the bridge, instead of providing false information about the bus
format of the panel itself.
Signed-off-by: Peter Rosin
---
.../bindings/display/bridge/lvds-transmitter.txt | 8
drivers/gpu/drm/bridge/lvds-encode
I'm trying to get something to work that I assumed would not
need patches, so I think I might be missing something completely
obvious...
I have an Atmel sama5d31 hooked up to an lvds encoder and then
on to an lvds panel. Which seems like something that has been
done one or two times before...
The
On 16.03.2018 10:36, Daniel Vetter wrote:
> On Thu, Mar 15, 2018 at 11:45 AM, Thierry Reding
> wrote:
>> On Thu, Mar 15, 2018 at 04:00:25AM +0300, Dmitry Osipenko wrote:
>>> Older Tegra's do not support RGBA format for the cursor, but instead
>>> overlay plane could be used for it. Since there is
https://bugzilla.kernel.org/show_bug.cgi?id=199133
Hector Cavalcanti Saavedra (hectorcavalcantisaave...@gmail.com) changed:
What|Removed |Added
Status|NEW
https://bugs.freedesktop.org/show_bug.cgi?id=105576
Bug ID: 105576
Summary: Random lockup on mode switch
Product: DRI
Version: XOrg git
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priori
On Tue, Mar 13, 2018 at 11:16:45AM +0100, Giulio Benetti wrote:
> The H3 has an ARM Mali 400 GPU, so add binding to our DT.
>
> Signed-off-by: Giulio Benetti
> ---
> .../devicetree/bindings/gpu/arm,mali-utgard.txt| 1 +
> arch/arm/boot/dts/sun8i-h3.dtsi| 27
> ++
On Wed, Mar 14, 2018 at 11:21:37AM +0530, Sravanthi Kollukuduru wrote:
> Remove DT entries of hw block offsets and other target specific catalog
> information for SDM845.
That is clear from the diff. The commit msg should answer why?
>
> Signed-off-by: Sravanthi Kollukuduru
> ---
> .../devicet
On Thu, Mar 15, 2018 at 07:41:32PM +0800, Chen-Yu Tsai wrote:
> This patch adds compatible strings for the remaining documented
> components of the Allwinner A80 display pipeline.
>
> Signed-off-by: Chen-Yu Tsai
> ---
> Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt | 6 +-
>
On Thu, Mar 15, 2018 at 07:41:30PM +0800, Chen-Yu Tsai wrote:
> The display pipeline on the A80 SoC has what is called the Detail
> Enhancement Unit, or DEU for short, block in between the display
> frontend and backend. This unit can sharpen images in both luma
> and chroma channels. It seems to a
On Thu, Mar 15, 2018 at 07:41:29PM +0800, Chen-Yu Tsai wrote:
> The A80 has 2 or 3 TCONs. The documentation and vendor kernel are very
> vague about the third TCON, to the point that it might not exist.
>
> In the documentation, the first TCON is missing channel 1, and the
> second is missing chan
On Fri, Mar 16, 2018 at 02:56:09PM +0530, Archit Taneja wrote:
>
>
> On Friday 16 March 2018 08:26 AM, Alexandru M Stan wrote:
> > Documentation for the optional backlight-pwm-passthru property.
> > Tells the EDP panel to folow the input pwm frequency instead
>
> s/folow/follow
>
> It would be
https://bugzilla.kernel.org/show_bug.cgi?id=198123
--- Comment #43 from Alex Deucher (alexdeuc...@gmail.com) ---
Please attach the full dump for each case.
--
You are receiving this mail because:
You are watching the assignee of the bug.
___
dri-devel
Hi,
I bisected a commit which broke my amd tahiti xt support.
repo: git://people.freedesktop.org/~agd5f/linux
branch: amd-staging-drm-next
bad commit:83e3c46158720af39eef49e7066ee091e60e773a
last good commit:f97eb9dba72fadc7c3ee1ed585246450fa927127
regards,
--
Sylvain
https://bugs.freedesktop.org/show_bug.cgi?id=105005
--- Comment #15 from Dmitry ---
TearFree works, I did the configuration file wrong. Problems if the string is
entered after "EndSection".
P.S. But with the inclusion of regular V-sync xorg, still problems even with
the latest xf86-amgpu.
--
Y
I have been getting the following splat for while now, guess its time to
report, this is on 4.15.8-1-default (OpenSUSE Tumbleweed). I could try
a more up to date kernel if we think this can be fixed.
Mar 16 16:48:18 olga kernel: kvm: SMP vm created on host with unstable TSC;
guest TSC will not
https://bugs.freedesktop.org/show_bug.cgi?id=91880
--- Comment #186 from Chris Heald ---
I've been doing a lot of experimentation, and I've found a few more things that
I feel are probably related:
* I can force a system hard-lock by doing anything which disables a monitor.
Notably, going full-s
This patch replaces list_entry with list_first_entry as it makes the
code more clear.
Done using coccinelle:
@@
expression e;
@@
(
- list_entry(e->next,
+ list_first_entry(e,
...)
|
- list_entry(e->prev,
+ list_last_entry(e,
...)
)
Signed-off-by: Arushi Singhal
---
drivers/gpu/drm/amd/amdgp
On Tue, Mar 13, 2018 at 11:16:45AM +0100, Giulio Benetti wrote:
> The H3 has an ARM Mali 400 GPU, so add binding to our DT.
>
> Signed-off-by: Giulio Benetti
Applied, thanks!
Maxime
--
Maxime Ripard, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com
https://bugs.freedesktop.org/show_bug.cgi?id=104602
mato...@arcor.de changed:
What|Removed |Added
CC||mato...@arcor.de
--- Comment #4 from
https://bugs.freedesktop.org/show_bug.cgi?id=105353
mato...@arcor.de changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
https://bugs.freedesktop.org/show_bug.cgi?id=104602
--- Comment #5 from mato...@arcor.de ---
I have the same issue,
i captured a video showing the flickering triangles which i had posted in the
duplicate bug 105353
https://bugs.freedesktop.org/attachment.cgi?id=137806
--
You are receiving this m
Hi Dave,
Just adding a missed description, '#sound-dai-cells', which is a
device tree propery of hdmi device node that Exynos SoC device
tree files have already.
Please kindly let me know if there is any problem.
Thanks,
Inki Dae
The following changes since commit 3a1b5de36fdf403d1
On Wed, Mar 14, 2018 at 6:23 AM, Tomi Valkeinen wrote:
> On 09/03/18 20:27, Benoit Parrot wrote:
>
>>> Is logical plane a h/w concept?
>>
>> It does represent a hardware resource.
>
> Logical plane is not a hw concept, it just describes a group of one or
> two HW planes. Then again, in the context
Hi all,
Today's linux-next merge of the drm-misc tree got a conflict in:
drivers/gpu/drm/i915/intel_color.c
between commit:
db61d160b3ed ("drm/i915: Remove the pointless 1:1 matrix copy")
from the drm tree and commit:
d5517a39dce4 ("drm/i915: Remove the blob->data casts")
from the drm-
On Mon, Mar 19, 2018 at 6:48 AM, Christophe JAILLET
wrote:
> I've splitted these fixes into 2 patches becasue they do not fixe the same
> commit.
>
> Christophe JAILLET (2):
> drm/sun4i: hdmi: Fix an error handling path in 'sun4i_hdmi_bind()'
> drm/sun4i: hdmi: Fix another error handling path
This patch replace list_entry with list_{next/prev}_entry as it makes
the code more clear to read.
Done using coccinelle:
@@
expression e1;
identifier e3;
type t;
@@
(
- list_entry(e1->e3.next,t,e3)
+ list_next_entry(e1,e3)
|
- list_entry(e1->e3.prev,t,e3)
+ list_prev_entry(e1,e3)
)
Signed-off-by
Hi Matt,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on next-20180309]
[also build test WARNING on v4.16-rc6]
[cannot apply to v4.16-rc4 v4.16-rc3 v4.16-rc2]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system]
ur
Fixes: d6de4e7e9e60 ("cgroup: Allow registration and lookup of cgroup private
data (v2)")
Signed-off-by: Fengguang Wu
---
cgroup.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/cgroup/cgroup.c b/kernel/cgroup/cgroup.c
index c778830..9af6086 100644
--- a/kernel/cg
On 2018-03-18 18:19, Rob Herring wrote:
On Wed, Mar 14, 2018 at 11:21:37AM +0530, Sravanthi Kollukuduru wrote:
Remove DT entries of hw block offsets and other target specific
catalog
information for SDM845.
That is clear from the diff. The commit msg should answer why?
Will update the commi
33 matches
Mail list logo