https://bugs.freedesktop.org/show_bug.cgi?id=101961
--- Comment #10 from network...@rkmail.ru ---
(In reply to Samuel Pitoiset from comment #9)
> By the way, do you have some hints about how to reproduce, like which
> settings, which steps, etc? Also, what version is exactly, I mean the Steam
> ap
On Monday, 2017-07-31 03:05:47 +, Michel Dänzer wrote:
> On 31/07/17 05:34 AM, Eric Engestrom wrote:
> > GCC 7 started warning when a switch case has neither a `break` nor
> > a "fallthrough" comment.
> > Let's be explicit that we meant to fall through here.
> >
> > Signed-off-by: Eric Engestr
According to the kerneldoc[0], should do fbdev setup before calling
drm_kms_helper_poll_init(), otherwise, Kms hotplug event may race
into fbdev helper initial, and fb_helper->dev may be NULL pointer,
that would cause the bug:
[0.735411] [0200] *pgd=f6ffe003, *pud=f6ffe003,
Hi Andrzej,
2017년 04월 18일 21:39에 Andrzej Hajda 이(가) 쓴 글:
> Description of drm_helper_hpd_irq_event clearly states that drivers
> supporting hotplug events per connector should use different helper -
> drm_kms_helper_hotplug_event. To achieve it following changes have
> been performed:
> - moved d
2017년 04월 18일 21:40에 Andrzej Hajda 이(가) 쓴 글:
> mipi_dsi framework provides information about panel's mode of work.
> This info should be propagated upstream to configure all elements of
> the pipeline. As CRTC is the common nominator of the pipeline we can put
> such info into its structures.
>
Op 25-07-17 om 10:27 schreef Daniel Vetter:
> On Wed, Jul 19, 2017 at 04:39:17PM +0200, Maarten Lankhorst wrote:
>> Use the new iterator macro and look for crtc_state->active instead of
>> enable, only crtc_state->enable implies that vblanks will happen.
> s/enable/active/, since enable only means
Seems you mixed some different changes below with one patch.
1. add checking panel mode with i80_mode.
2. change te_irq to irq_te.
3. add new function, decon_atomic_check.
4. add considering more error cases in decon_conf_irq function.
5. register command and video mode interrupt handlers regardl
Hi Maarten,
On Tuesday 01 Aug 2017 07:59:13 Maarten Lankhorst wrote:
> Op 31-07-17 om 17:42 schreef Daniel Vetter:
> > I want/need to rework the core property handling, and this hack is
> > getting in the way. But since it's a non-standard propety only used by
> > legacy userspace we know that thi
On Sun, Jul 30, 2017 at 8:46 AM, Hans Verkuil wrote:
> Hi all,
>
> While I was testing the upcoming adv7533 CEC support with my Dragonboard c410
> I encountered this NULL pointer dereference:
>
> [ 17.912822] Unable to handle kernel NULL pointer dereference at virtual
> address 00e8
> [ 1
On Sun, Jul 30, 2017 at 8:42 AM, Hans Verkuil wrote:
> Hi all,
>
> While I was testing the upcoming adv7533 CEC support with my Dragonboard c410
> I encountered this warning several times during boot:
>
> [4.408309] WARNING: CPU: 3 PID: 1347 at drivers/gpu/drm/msm/msm_gem.c:312
> add_vma+0x78
Hi Joe,
Thank you for the patch.
On Monday 31 Jul 2017 11:29:13 Joe Kniss wrote:
> New getfb2 functionality uses drm_mode_fb_cmd2 struct to be symmetric
> with addfb2.
What's the use case for this ? We haven't needed such an ioctl for so long
that it seemed to me that userspace doesn't really n
https://bugs.freedesktop.org/show_bug.cgi?id=101377
--- Comment #10 from Alexander Tsoy ---
(In reply to john from comment #9)
> unfortunately copying the firmware did not solve the problem. the fan noise
> is no longer emitted, however the graphics driver still fails to properly
> load.
Did yo
https://bugs.freedesktop.org/show_bug.cgi?id=101672
--- Comment #20 from MirceaKitsune ---
For the time being, I've decided to test whether this also happens with the
RadeonSI scheduler. To make sure I'm applying it to all games across the
system, I've added the following line to ~/.profile and r
On 01/08/17 09:42, Arnaud Pouliquen wrote:
Hello Srinivas,
On 08/01/2017 12:49 AM, srinivas.kandaga...@linaro.org wrote:
From: Srinivas Kandagatla
ADV7533 only supports audio samples word width from 16-24 bits.
This patch restricts the audio sample sizes to the supported ones,
so that sound
On Tue, Aug 01, 2017 at 01:24:03PM +0100, Srinivas Kandagatla wrote:
> On 01/08/17 09:42, Arnaud Pouliquen wrote:
> > On 08/01/2017 12:49 AM, srinivas.kandaga...@linaro.org wrote:
> > I already used ADV7513 and i did not observe this limitation.
> > I had a look to ADV7533 data-sheet. it should s
On 01/08/17 13:28, Mark Brown wrote:
On Tue, Aug 01, 2017 at 01:24:03PM +0100, Srinivas Kandagatla wrote:
On 01/08/17 09:42, Arnaud Pouliquen wrote:
On 08/01/2017 12:49 AM, srinivas.kandaga...@linaro.org wrote:
I already used ADV7513 and i did not observe this limitation.
I had a look t
On Thu, 2017-07-27 at 15:47 +0300, Andrey Gusakov wrote:
> Do not fail data rates higher than 2.7 and more than 2 lanes.
> Try to fall back to 2.7Gbps and 2 lanes.
>
> Signed-off-by: Andrey Gusakov
> ---
> drivers/gpu/drm/bridge/tc358767.c | 14 +-
> 1 file changed, 9 insertions(+),
On Fri, Jul 28, 2017 at 03:31:26PM -0400, Alex Deucher wrote:
> This patch is already applied to the audio tree, I'm just
> including it here for completeness since it's not yet in
> the drm tree.
It's in mainline, please don't resubmit already applied patches.
signature.asc
Description: PGP si
On Thu, 2017-07-27 at 15:47 +0300, Andrey Gusakov wrote:
> Fields in HTIM01 and HTIM02 regs should be even.
> Recomended thresh_dly value is max_tu_symbol.
What about the VSDELAY change? This should be mentioned in the commit
message.
> Signed-off-by: Andrey Gusakov
> ---
> drivers/gpu/drm/brid
On Thu, 2017-07-27 at 15:47 +0300, Andrey Gusakov wrote:
> Minimum pixel clock period is 6.5 nS for DPI. Do not accept modes
> with lower pixel clock period.
>
> Signed-off-by: Andrey Gusakov
> ---
> drivers/gpu/drm/bridge/tc358767.c | 5 -
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
On Thu, 2017-07-27 at 15:47 +0300, Andrey Gusakov wrote:
> Remove shift from TU_SIZE_RECOMMENDED define as it used to
> calculate max_tu_symbols.
>
> Signed-off-by: Andrey Gusakov
> ---
> drivers/gpu/drm/bridge/tc358767.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --g
On Thu, 2017-07-27 at 15:47 +0300, Andrey Gusakov wrote:
> Use drm_dp_channel_eq_ok helper
>
> Signed-off-by: Andrey Gusakov
> ---
> drivers/gpu/drm/bridge/tc358767.c | 13 +++--
> 1 file changed, 3 insertions(+), 10 deletions(-)
>
> diff --git a/drivers/gpu/drm/bridge/tc358767.c
> b/dr
On Thu, 2017-07-27 at 15:47 +0300, Andrey Gusakov wrote:
> First four bytes should go to DP0_AUXWDATA0. Due to bug if
> len > 4 first four bytes was writen to DP0_AUXWDATA1 and all
> data get shifted by 4 bytes. Fix it.
>
> Signed-off-by: Andrey Gusakov
> ---
> drivers/gpu/drm/bridge/tc358767.c
On Tue, Aug 01, 2017 at 01:52:35PM +0100, Srinivas Kandagatla wrote:
> On 01/08/17 13:28, Mark Brown wrote:
> > > And it's a false indication that we are supporting 32bit samples.
> > > Which am not very happy with.
> > This is what the sample_bits field in the DAI structure is for.ya.
> But sti
Constify dw_mipi_dsi_bridge_funcs as these functions are not supposed
to change at runtime.
Signed-off-by: Philippe CORNU
Reviewed-by: Laurent Pinchart
---
drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/bridge/sy
This patch cleans up the Synopsys mipi dsi register list:
- rename registers according to the Synopsys documentation
(1.30 & 1.31)
- fix typos
- re-order registers for a better coherency
Signed-off-by: Philippe CORNU
Reviewed-by: Laurent Pinchart
---
drivers/gpu/drm/bridge/synopsys/dw-mipi-ds
Version 3:
- Add devm_reset_control_get_optional_exclusive (Philipp Zabel).
Version 2:
- Put back Synopsys mipi dsi unused registers.
- Add devm_reset_control_get_exclusive to follow explicit reset API.
- Add a missing commit message & reviewed-by.
Version 1:
- Initial commit
The purpose of this
Based on patch "Convert drivers to explicit reset API" from Philipp Zabel
Commit a53e35db70d1 ("reset: Ensure drivers are explicit when requesting
reset lines") started to transition the reset control request API calls
to explicitly state whether the driver needs exclusive or shared reset
control
Hi Archit,
The 2 first patches have been reviewed by Laurent. The 3rd one has been
"acked" by Philipp.
Do not hesitate to send me any comments so I can take them into account
before my holidays (end of next week)...
Many thanks for your support,
Philippe :-)
On 08/01/2017 03:23 PM, Philippe
Hi Kieran,
On Tuesday 01 Aug 2017 14:46:13 Kieran Bingham wrote:
> On 26/06/17 19:12, Laurent Pinchart wrote:
> > On Gen3 SoCs DPAD0 routing is configured through the last CRTC group,
> > unlike on Gen2 where it is configured through the first CRTC group. Fix
> > the driver accordingly.
> >
> > F
https://bugs.freedesktop.org/show_bug.cgi?id=101787
--- Comment #13 from 247 ---
tried again and this time the command gave me this result
error: XDG_RUNTIME_DIR not set in the environment.
No protocol specified
No protocol specified
error: XDG_RUNTIME_DIR not set in the environment.
No protocol
https://bugs.freedesktop.org/show_bug.cgi?id=101787
--- Comment #14 from Julien Isorce ---
(In reply to 247 from comment #13)
> tried again and this time the command gave me this result
>
> error: XDG_RUNTIME_DIR not set in the environment.
> No protocol specified
> No protocol specified
> error
https://bugs.freedesktop.org/show_bug.cgi?id=101787
--- Comment #15 from Julien Isorce ---
(In reply to Julien Isorce from comment #14)
> (In reply to 247 from comment #13)
> > tried again and this time the command gave me this result
> >
> > error: XDG_RUNTIME_DIR not set in the environment.
>
https://bugs.freedesktop.org/show_bug.cgi?id=101946
--- Comment #21 from Luke A. Guest ---
Created attachment 133172
--> https://bugs.freedesktop.org/attachment.cgi?id=133172&action=edit
Test of above with R9 380 with Windows 8.1 and latest AMD drivers
Hi,
After being asked to try this by Ale
https://bugs.freedesktop.org/show_bug.cgi?id=101787
--- Comment #16 from 247 ---
that's the result with waylandsink
error: XDG_RUNTIME_DIR not set in the environment.
No protocol specified
No protocol specified
Impostazione della pipeline a PAUSED ...
error: XDG_RUNTIME_DIR not set in the enviro
Hi Hean Loong,
Thank you for the patch.
On Tuesday 01 Aug 2017 10:31:32 Hean Loong, Ong wrote:
> From: Ong Hean Loong
>
> Device tree binding for Intel FPGA Video and Image
> Processing Suite. The binding involved would be generated
> from the Altera (Intel) Qsys system. The bindings would
> se
https://bugs.freedesktop.org/show_bug.cgi?id=101988
--- Comment #3 from Alex Deucher ---
Does using this branch help?
https://cgit.freedesktop.org/~agd5f/linux/log/?h=drm-next-4.14-wip
--
You are receiving this mail because:
You are the assignee for the bug._
Hi Hean Loong,
Thank you for the patch.
On Tuesday 01 Aug 2017 10:31:34 Hean Loong, Ong wrote:
> From: Ong Hean Loong
>
> Driver for Intel FPGA Video and Image Processing
> Suite Frame Buffer II. The driver only supports the Intel
> Arria10 devkit and its variants. This driver can be either
> l
https://bugs.freedesktop.org/show_bug.cgi?id=101988
Alex Deucher changed:
What|Removed |Added
Resolution|NOTOURBUG |---
Status|RESOLVED
https://bugs.freedesktop.org/show_bug.cgi?id=101946
--- Comment #22 from Luke A. Guest ---
I'd like to report a minor success. I've managed to boot into win8.1 twice in a
row. I booted as normal through virt-manager, then shutdown from inside the
guest, then called a script:
#!/bin/sh
echo 1 >
https://bugs.freedesktop.org/show_bug.cgi?id=101946
--- Comment #23 from Luke A. Guest ---
Created attachment 133173
--> https://bugs.freedesktop.org/attachment.cgi?id=133173&action=edit
Script to rebind a device back to the vfio-pci driver
forgot to submit this.
--
You are receiving this ma
The fbdev subsystem has a place for physical dimensions (width and height
in mm) that is readable by userspace. Since DRM also knows these
dimensions, pass this information to the fbdev device.
Signed-off-by: David Lechner
---
drivers/gpu/drm/drm_fb_helper.c | 13 +
1 file changed, 1
https://bugs.freedesktop.org/show_bug.cgi?id=102004
Bug ID: 102004
Summary: Graphics renders only random black and white artifacts
after boot. GUI mode unusable. Padoka ppa update Aug
1/2017
Product: Mesa
Version:
https://bugs.freedesktop.org/show_bug.cgi?id=102004
--- Comment #1 from lesserbr...@gmail.com ---
Created attachment 133175
--> https://bugs.freedesktop.org/attachment.cgi?id=133175&action=edit
System configuration (after mesa downgrade)
--
You are receiving this mail because:
You are the assi
https://bugs.freedesktop.org/show_bug.cgi?id=102004
--- Comment #2 from lesserbr...@gmail.com ---
Created attachment 133176
--> https://bugs.freedesktop.org/attachment.cgi?id=133176&action=edit
apt log
--
You are receiving this mail because:
You are the assignee for the bug.___
https://bugs.freedesktop.org/show_bug.cgi?id=101787
--- Comment #17 from Julien Isorce ---
(In reply to 247 from comment #16)
> No such file "test.mp4"
Yes you need to point to a valid mp4 file.
Also try gst-launch-1.0 playbin uri=file:///home/you/test.mp4 -v
--
You are receiving this mail be
On Wednesday, July 12, 2017 12:40:45 PM Bartlomiej Zolnierkiewicz wrote:
> On Thursday, July 06, 2017 02:57:32 PM Daniel Vetter wrote:
> > There's a bunch of folks who're trying to make printk less
> > contended and faster, but there's a problem: printk uses the
> > console_lock, and the console lo
On Thursday, July 13, 2017 04:01:50 PM Bartlomiej Zolnierkiewicz wrote:
> On Wednesday, July 12, 2017 05:07:42 PM Daniel Vetter wrote:
> > On Wed, Jul 12, 2017 at 2:54 PM, Bartlomiej Zolnierkiewicz
> > wrote:
> > > On Wednesday, July 12, 2017 02:42:14 PM Daniel Vetter wrote:
> > >> On Wed, Jul 12,
On 17-07-31 10:29:55, Daniel Vetter wrote:
On Sat, Jul 29, 2017 at 09:25:50AM -0700, Ben Widawsky wrote:
On 17-07-29 13:53:10, Daniel Stone wrote:
> Hi Ben,
>
> On 26 July 2017 at 19:08, Ben Widawsky wrote:
> > + } else if (INTEL_GEN(dev_priv) >= 9) {
> > intel_primary_for
https://bugs.freedesktop.org/show_bug.cgi?id=101946
--- Comment #24 from Robin ---
(In reply to Luke A. Guest from comment #22)
> I'd like to report a minor success. I've managed to boot into win8.1 twice
> in a row. I booted as normal through virt-manager, then shutdown from inside
> the guest,
https://bugs.freedesktop.org/show_bug.cgi?id=101946
--- Comment #25 from Luke A. Guest ---
> Hi Luke, few questions. When booting the host, do you boot with amdgpu or
> vfio-pci bound to the GPU? After you've started a VM, did you bind back to
> amdgpu or did you stay on vfio-pci?
I have 2 AMD
https://bugs.freedesktop.org/show_bug.cgi?id=101988
--- Comment #5 from newin...@gmail.com ---
I cloned "~agd5f/linux" on the branch "drm-next-4.14-wip" and copied my .config
from the 4.12.4 I was using.
`uname -r` give me "4.12.0-rc7+"
Now `modprobe amdgpu` is freezing my screen instead of black
On 07/30/2017 12:14 PM, Noralf Trønnes wrote:
Den 29.07.2017 21.40, skrev David Lechner:
On 07/29/2017 02:17 PM, David Lechner wrote:
The goal of this series is to get the built-in LCD of the LEGO
MINDSTORMS EV3
working. But, most of the content here is building up the
infrastructure to do
t
https://bugs.freedesktop.org/show_bug.cgi?id=101787
--- Comment #18 from 247 ---
Created attachment 133177
--> https://bugs.freedesktop.org/attachment.cgi?id=133177&action=edit
gst launch -v
this is the output of the second command you gave me...now i'll output even the
other one...
--
You a
https://bugs.freedesktop.org/show_bug.cgi?id=101988
--- Comment #6 from Alex Deucher ---
Can you try this patch:
https://cgit.freedesktop.org/~agd5f/linux/commit/?h=drm-next-4.14-wip&id=e5c8d400da67abc1c033b9a4af1806926b55e5f6
--
You are receiving this mail because:
You are the assignee for the
https://bugs.freedesktop.org/show_bug.cgi?id=101946
--- Comment #26 from Robin ---
(In reply to Luke A. Guest from comment #25)
> I have 2 AMD GPU's, R9 390 (host) and R9 380 (guest). I boot with the 380
> being passed over to vfio-pci. On exit the VM sets the 380 back to vfio-pci.
FWIW I don't
From: Ville Syrjälä
SKL+ display engine can scan out certain kinds of compressed surfaces
produced by the render engine. This involved telling the display engine
the location of the color control surfae (CCS) which describes
which parts of the main surface are compressed and which are not. The
lo
https://bugs.freedesktop.org/show_bug.cgi?id=101787
--- Comment #19 from 247 ---
the gst command you gave me before, on the same file result in "WARNING : wrong
pipeline: no uri property for the element filesrc0"
--
You are receiving this mail because:
You are the assignee for the bug._
From: Ville Syrjälä
SKL+ display engine can scan out certain kinds of compressed surfaces
produced by the render engine. This involved telling the display engine
the location of the color control surfae (CCS) which describes which
parts of the main surface are compressed and which are not. The lo
Updated blob layout (Rob, Daniel, Kristian, xerpi)
v2:
* Removed __packed, and alignment (.+)
* Fix indent in drm_format_modifier fields (Liviu)
* Remove duplicated modifier > 64 check (Liviu)
* Change comment about modifier (Liviu)
* Remove arguments to blob creation, use plane instead (Liviu)
*
This was based on a patch originally by Kristian. It has been modified
pretty heavily to use the new callbacks from the previous patch.
v2:
- Add LINEAR and Yf modifiers to list (Ville)
- Combine i8xx and i965 into one list of formats (Ville)
- Allow 1010102 formats for Y/Yf tiled (Ville)
v
v2:
- Support sprite plane.
- Support pipe C/D limitation on GEN9.
v3:
- Rename structure (Ville)
- Handle GLK (Ville)
v4:
- Fix PIPE_C check, introduced in v2 (Daniel)
- Whitespace fix (Daniel)
Cc: Daniel Stone
Cc: Kristian Høgsberg
Signed-off-by: Ben Widawsky
---
drivers/gpu/dr
This is the plumbing for supporting fb modifiers on planes. Modifiers
have already been introduced to some extent, but this series will extend
this to allow querying modifiers per plane. Based on this, the client to
enable optimal modifications for framebuffers.
This patch simply allows the DRM dr
On Tue, Jul 18, 2017 at 06:45:57PM -0700, Davidlohr Bueso wrote:
> Allow interval trees to quickly check for overlaps to avoid
> unnecesary tree lookups in interval_tree_iter_first().
>
> As of this patch, all interval tree flavors will require
> using a 'rb_root_cached' such that we can have the
On Gen3 SoCs DPAD0 routing is configured through the last CRTC group,
unlike on Gen2 where it is configured through the first CRTC group. Fix
the driver accordingly.
Fixes: 2427b3037710 ("drm: rcar-du: Add R8A7795 device support")
Signed-off-by: Laurent Pinchart
---
Changes since v2:
- Compute t
https://bugs.freedesktop.org/show_bug.cgi?id=99316
--- Comment #11 from Samuel Anderson ---
(In reply to Mathias from comment #10)
> I have also a Dell notebook with the same dGPU, but cannot reproduce your
> error with Ubuntu 16.04 kernel 4.10.0.
>
> Instead I have the problem, that the dGPU on
https://bugs.freedesktop.org/show_bug.cgi?id=99316
--- Comment #12 from Samuel Anderson ---
Created attachment 133178
--> https://bugs.freedesktop.org/attachment.cgi?id=133178&action=edit
Rendering artifacts on battery
Perhaps not entirely related, but these are rendering artifacts while on
ba
https://bugs.freedesktop.org/show_bug.cgi?id=101988
--- Comment #7 from newin...@gmail.com ---
git apply returned me:
"error: patch failed: drivers/gpu/drm/amd/amdgpu/si.c:1413
error: drivers/gpu/drm/amd/amdgpu/si.c: patch does not apply"
So I checked manually:
1413 amdgpu_program
https://bugs.freedesktop.org/show_bug.cgi?id=101946
--- Comment #27 from Luke A. Guest ---
> FWIW I don't think any of these patches are relevant to you then.
Not strictly true. As I said, Alex pointed me at this page to try his patches.
I believe all this is connected. There are issues un/bindi
https://bugs.freedesktop.org/show_bug.cgi?id=101988
--- Comment #8 from Alex Deucher ---
(In reply to newincpp from comment #7)
> The two break are already there. I checked if I cloned what you said:
> `git branch` return
> "* drm-next-4.14-wip"
> I also checked using git log and the patch
> e5c
(cc: Daniel Vetter)
Den 01.08.2017 18.51, skrev David Lechner:
On 07/30/2017 12:14 PM, Noralf Trønnes wrote:
Den 29.07.2017 21.40, skrev David Lechner:
On 07/29/2017 02:17 PM, David Lechner wrote:
The goal of this series is to get the built-in LCD of the LEGO
MINDSTORMS EV3
working. But, mo
https://bugs.freedesktop.org/show_bug.cgi?id=101927
--- Comment #2 from almos ---
There is nothing wrong with libLLVM-4.0.so.1 as far as I can tell. Only
American Conquest throws this error, so there must be something special about
this one exe.
I compiled Mesa without LLVM, so I could try it wi
Hi Kieran,
On Tuesday 01 Aug 2017 15:06:20 Kieran Bingham wrote:
> On 26/06/17 19:12, Laurent Pinchart wrote:
> > The H3 ES1.x exhibits dot clock duty cycle stability issues. We can work
> > around them by configuring the DPLL to twice the desired frequency,
> > coupled with a /2 post-divider. Thi
Hi Kieran,
On Tuesday 01 Aug 2017 18:35:48 Kieran Bingham wrote:
> On 26/06/17 19:12, Laurent Pinchart wrote:
> > The VSP supports both header and headerless display lists. The latter is
> > easier to use when the VSP feeds data directly to the DU in continuous
> > mode, and the driver thus uses h
Hi Kieran,
On Tuesday 01 Aug 2017 19:10:20 Kieran Bingham wrote:
> On 26/06/17 19:12, Laurent Pinchart wrote:
> > On R-Car H3 ES2.0, DU channels 0 and 3 are served by two separate
> > pipelines from the same VSP. Support this in the DU driver.
> >
> > Signed-off-by: Laurent Pinchart
> >
>
> Thi
https://bugs.freedesktop.org/show_bug.cgi?id=101969
--- Comment #5 from Chris Rankin ---
Ah, this is now fixed in the latest Mesa-git. I am assuming that this is the
relevant commit:
author Marek Olšák2017-07-30 01:37:21 (GMT)
committer Marek Olšák2017-08-01 15:06:38
(GMT)
https://bugs.freedesktop.org/show_bug.cgi?id=102006
Bug ID: 102006
Summary: gstreamer vaapih264enc segfault
Product: DRI
Version: XOrg git
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: nor
If we return here and import_attach is true, then dma_buf_end_cpu_access()
will not be called balance dma_buf_begin_cpu_access().
Fix by setting ret instead of returning.
Signed-off-by: David Lechner
---
drivers/gpu/drm/tinydrm/mipi-dbi.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
https://bugs.freedesktop.org/show_bug.cgi?id=101988
--- Comment #9 from newin...@gmail.com ---
Having this patch or not on 4.12.4 does not change anything (at least on this
bug)
--
You are receiving this mail because:
You are the assignee for the bug._
Hi Joe,
On Tuesday 01 Aug 2017 10:24:25 Joe Kniss wrote:
> On Tue, Aug 1, 2017 at 5:09 AM, Laurent Pinchart wrote:
> > On Monday 31 Jul 2017 11:29:13 Joe Kniss wrote:
> >> New getfb2 functionality uses drm_mode_fb_cmd2 struct to be symmetric
> >> with addfb2.
> >
> > What's the use case for this
On Tue, 01 Aug 2017 21:25:11 +0200,
Mathieu Larouche wrote:
>
> On 18/07/2017 10:43 AM, Takashi Iwai wrote:
> > Hi,
> >
> > this is a summer cleanup sale, a patchset containing various fixes for
> > mgag200 driver taken from openSUSE / SUSE kernels. They have been in
> > our kernels for ages, so
On Tue, 25 Jul 2017 17:28:18 +0800
Tina Zhang wrote:
> Add VFIO_DEVICE_QUERY_GFX_PLANE ioctl command to let user mode query and
> get the plan and its related information.
>
> The dma-buf's life cycle is handled by user mode and tracked by kernel.
> The returned fd in struct vfio_device_query_gf
https://bugs.freedesktop.org/show_bug.cgi?id=102008
Bug ID: 102008
Summary: DRI_PRIME causes X Error of failed request: BadAlloc
(insufficient resources for operation)
Product: Mesa
Version: 17.2
Hardware: x86-64 (AMD64)
The goal of this series is to get the built-in LCD of the LEGO MINDSTORMS EV3
working.
v2 changes:
* Wrote a new driver for ST7586 instead of combining it with existing drivers
* Don't touch MIPI DBI code (other than the patch suggested by Noralf)
* New defconfig patch
David Lechner (4):
drm/t
This enables the tinydrm and ST7586 panel modules used by the display
on LEGO MINDSTORMS EV3.
Signed-off-by: David Lechner
---
arch/arm/configs/davinci_all_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/configs/davinci_all_defconfig
b/arch/arm/configs/davinci_all_defco
This removes the call to mipi_dbi_init() from mipi_dbi_spi_init() so that
drivers can have a driver-specific implementation if needed.
Also fixed order of @dc parameter in the doc comment.
Suggested-by: Noralf Trønnes
Signed-off-by: David Lechner
---
drivers/gpu/drm/tinydrm/mi0283qt.c | 8 +++
This adds a new node for the LEGO MINDSTORMS EV3 LCD display.
Signed-off-by: David Lechner
---
arch/arm/boot/dts/da850-lego-ev3.dts | 24
1 file changed, 24 insertions(+)
diff --git a/arch/arm/boot/dts/da850-lego-ev3.dts
b/arch/arm/boot/dts/da850-lego-ev3.dts
index 459
able,
+ .disable = st7586_mipi_dbi_pipe_disable,
+ .update = tinydrm_display_pipe_update,
+ .prepare_fb = tinydrm_display_pipe_prepare_fb,
+};
+
+static const struct drm_display_mode st7586_mode = {
+ TINYDRM_MODE(178, 128, 37, 27),
+};
+
+DEFINE_DRM_GEM_CMA_FOPS(st7586_fops);
https://bugs.freedesktop.org/show_bug.cgi?id=102009
Bug ID: 102009
Summary: Blender crashes when compiling OpenCL kernel
Product: Mesa
Version: git
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Seve
https://bugs.freedesktop.org/show_bug.cgi?id=102009
--- Comment #1 from Markus ---
Created attachment 133183
--> https://bugs.freedesktop.org/attachment.cgi?id=133183&action=edit
glxinfo
--
You are receiving this mail because:
You are the assignee for the bug._
https://bugs.freedesktop.org/show_bug.cgi?id=102009
--- Comment #2 from Markus ---
Created attachment 133184
--> https://bugs.freedesktop.org/attachment.cgi?id=133184&action=edit
clinfo
--
You are receiving this mail because:
You are the assignee for the bug.__
On 08/01/2017 01:08 PM, Noralf Trønnes wrote:
(cc: Daniel Vetter)
Den 01.08.2017 18.51, skrev David Lechner:
On 07/30/2017 12:14 PM, Noralf Trønnes wrote:
Den 29.07.2017 21.40, skrev David Lechner:
On 07/29/2017 02:17 PM, David Lechner wrote:
The goal of this series is to get the built-in L
Hi Russell,
Thank you for the patches.
On Monday 31 Jul 2017 15:29:06 Russell King - ARM Linux wrote:
> Hi,
>
> This series adds dw-hdmi CEC support. This is done in four stages:
>
> 1. Add cec-notifier support
> 2. Fix up the clkdis register support, as this register contains a
>clock dis
Hi Russell,
Thank you for the patch.
On Monday 31 Jul 2017 15:29:51 Russell King wrote:
> Add a CEC driver for the dw-hdmi hardware.
>
> Reviewed-by: Neil Armstrong
> Signed-off-by: Russell King
> ---
> drivers/gpu/drm/bridge/synopsys/Kconfig | 9 +
> drivers/gpu/drm/bridge/synopsys/M
https://bugs.freedesktop.org/show_bug.cgi?id=102009
Jan Vesely changed:
What|Removed |Added
Blocks||99553
Referenced Bugs:
https://bugs.free
https://bugs.freedesktop.org/show_bug.cgi?id=99553
Jan Vesely changed:
What|Removed |Added
Depends on||102009
Referenced Bugs:
https://bugs.free
On 17-08-01 15:43:50, Kenneth Graunke wrote:
On Tuesday, August 1, 2017 9:58:17 AM PDT Ben Widawsky wrote:
v2:
- Support sprite plane.
- Support pipe C/D limitation on GEN9.
v3:
- Rename structure (Ville)
- Handle GLK (Ville)
v4:
- Fix PIPE_C check, introduced in v2 (Daniel)
- Whit
https://bugs.freedesktop.org/show_bug.cgi?id=101927
--- Comment #3 from Roland Scheidegger ---
Sounds to me like you're simply running out of (virtual) memory.
Those allocations in softpipe are quite a waste of memory, albeit not THAT big
(each tile is 32x32 pixels, at 16 bytes, so 16kB, and ther
On Sun, Jul 30, 2017 at 4:27 PM, Eric Engestrom wrote:
> `ring` cannot be non-null, so the label reduces to a simple return.
> Then, there is no point initialising `ring` just to overwrite it before
> anyone reads it.
>
> Signed-off-by: Eric Engestrom
Reviewed-by: Rob Clark
if you have push ac
https://bugs.freedesktop.org/show_bug.cgi?id=101969
Marek Olšák changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
1 - 100 of 135 matches
Mail list logo