https://bugzilla.kernel.org/show_bug.cgi?id=79011
Thue Kristensen changed:
What|Removed |Added
CC||thuejk at gmail.com
--- Comment #11 fro
https://bugzilla.kernel.org/show_bug.cgi?id=79011
--- Comment #12 from Thue Kristensen ---
Created attachment 142091
--> https://bugzilla.kernel.org/attachment.cgi?id=142091&action=edit
Thue's Xorg.log crash
My crash looks identical to Fabian Pas' crash.
--
You are receiving this mail becaus
https://bugzilla.kernel.org/show_bug.cgi?id=79011
Paul Menzel changed:
What|Removed |Added
CC||paulepanter at users.sourcefor
org/archives/dri-devel/attachments/20140705/120eb5e9/attachment.sig>
https://bugzilla.kernel.org/show_bug.cgi?id=68571
--- Comment #65 from kilobug at kilobug.org ---
I did more tests, and it's much better, but still not perfect.
During GPU-intensive tasks (movie playing, Unigine benchmarks, a full Civ5
game) it works all well. But during non-GPU tasks (browsing t
rg/show_bug.cgi?id=80618
--
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140705/9e0c1925/attachment.html>
This patch series updates the Armada DRM driver to be more DT friendly
by converting it to the component helper. This is an incomplete
conversion as we also need to convert the TDA998x as well, hence it
currently retains the existing method of initialisation using the slave
encoder mechanism. The
Add support for generating a set of component matches at master probe
time, and submitting them to the component layer. This allows the
component layer to perform the matches internally without needing to
call into the master driver, and allows for further restructuring of
the component helper.
A
Use the number of CRTCs registered to size the vblank arrays rather than
our own count. Number CRTCs using this as well. This permits us to
register CRTCs as components in the near future rather than as part of a
single device.
Signed-off-by: Russell King
---
drivers/gpu/drm/armada/armada_crtc
Move the variant pointer into the armada_crtc structure, and update for
the resulting changes.
Signed-off-by: Russell King
---
drivers/gpu/drm/armada/armada_510.c | 4 ++--
drivers/gpu/drm/armada/armada_crtc.c | 27 ---
drivers/gpu/drm/armada/armada_crtc.h | 5 -
d
In try_to_bring_up_master(), we tear down the master's component list
for each error case, except for devres group failure. Fix this
oversight by making the code less prone to such mistakes.
Acked-by: Laurent Pinchart
Signed-off-by: Russell King
---
drivers/base/component.c | 62 ++
Add a helper to allow encoders to find their possible CRTCs from the
OF graph without having to re-implement this functionality. We add a
device_node to drm_crtc which corresponds with the port node in the
DT description of the CRTC device.
We can then scan the DRM device list for CRTCs to find t
Sachin Kamat reports that "component: add support for component match
array" broke Exynos DRM due to a NULL pointer deref. Fix this.
Reported-by: Sachin Kamat
Tested-by: Sachin Kamat
Signed-off-by: Russell King
---
drivers/base/component.c | 10 ++
1 file changed, 6 insertions(+), 4 d
Add the Marvell Dove LCD controller DT binding documentation. The
clock names used here are intentionally taken from the specification
for the Dove SoC.
Signed-off-by: Russell King
---
.../bindings/drm/armada/marvell,dove-lcd.txt | 30 ++
1 file changed, 30 insertions(
Signed-off-by: Russell King
---
drivers/gpu/drm/armada/armada_crtc.c | 114 ---
drivers/gpu/drm/armada/armada_crtc.h | 4 +-
drivers/gpu/drm/armada/armada_drv.c | 5 +-
3 files changed, 110 insertions(+), 13 deletions(-)
diff --git a/drivers/gpu/drm/armada/ar
Register the CRTC with the port node so that the DRM OF helpers can
find the appropriate CRTC. This is important so that encoders can
identify their corresponding possible CRTCs.
Signed-off-by: Russell King
---
drivers/gpu/drm/armada/armada_crtc.c | 21 +++--
drivers/gpu/drm/arm
David,
Please incorporate the latest TDA998x fixes, which can be found at:
git://ftp.arm.linux.org.uk/~rmk/linux-cubox.git tda998x-fixes
with SHA1 de4bf3d51fe38eaf90cb587e4eae1f3f0e056a54.
A number of relatively minor TDA998x fixes, the most serious of which
is the positioning of the drm_i2c_
Permit masters to call component_master_add_child() and match the same
child multiple times. This may happen if there's multiple connections
to a single component device from other devices. In such scenarios,
we should not return a failure, but instead ignore the attempt.
Acked-by: Laurent Pinch
Signed-off-by: Russell King
---
drivers/gpu/drm/armada/armada_crtc.c | 36 +--
drivers/gpu/drm/armada/armada_crtc.h | 4 +--
drivers/gpu/drm/armada/armada_drv.c | 68 +---
3 files changed, 45 insertions(+), 63 deletions(-)
diff --git a/drivers/gp
Move the variant initialisation entirely to the CRTC init function -
the variant support is really about the CRTC properties than the whole
system, and we want to treat each CRTC individually when we support DT.
Signed-off-by: Russell King
---
drivers/gpu/drm/armada/armada_510.c | 19 --
Convert the Armada DRM driver to use the component helpers, which will
permit us to clean up the driver and move towards an implementation
which is compatible with a DT description of the hardware.
Signed-off-by: Russell King
---
drivers/gpu/drm/armada/armada_drv.c | 155
Remove the underscore between "clk" and "1" so that we match the name
of the clock given in the documentation.
Signed-off-by: Russell King
---
drivers/gpu/drm/armada/armada_510.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/armada/armada_510.c
b/drivers/gp
Add the DT fragment for the Marvell Dove LCD controllers.
Signed-off-by: Russell King
---
arch/arm/boot/dts/dove.dtsi | 14 ++
1 file changed, 14 insertions(+)
diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi
index 3b891dd20993..a5441d5482a6 100644
--- a/arch/a
https://bugzilla.kernel.org/show_bug.cgi?id=68571
--- Comment #66 from perry3d at gmail.com ---
@kilobug: did you try the sysrg keys
(http://en.wikipedia.org/wiki/Magic_SysRq_key). With Alt+Pause+k i can kill X
and start working again.
--
You are receiving this mail because:
You are watching the
https://bugzilla.kernel.org/show_bug.cgi?id=68571
--- Comment #67 from perry3d at gmail.com ---
Oh i forgot: you have to enable them with "echo 1 > /proc/sys/kernel/sysrq".
--
You are receiving this mail because:
You are watching the assignee of the bug.
On Thu, Jul 3, 2014 at 6:41 PM, Russell King - ARM Linux
wrote:
> On Thu, Jul 03, 2014 at 06:17:24PM -0400, Rob Clark wrote:
>> On Thu, Jul 3, 2014 at 12:49 PM, Russell King
>> wrote:
>> > Add a helper to allow encoders to find their possible CRTCs from the
>> > OF graph without having to re-impl
On Sat, Jul 05, 2014 at 01:58:37PM +0200, Sebastian Hesselbarth wrote:
> On 07/05/2014 12:38 PM, Russell King wrote:
> > Move the variant initialisation entirely to the CRTC init function -
> > the variant support is really about the CRTC properties than the whole
> > system, and we want to treat e
e]
--
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140705/20f1ec56/attachment-0001.html>
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140705/dcbee153/attachment.html>
https://bugzilla.kernel.org/show_bug.cgi?id=79011
--- Comment #14 from Thue Kristensen ---
I have the same problem, and turning the screen off and on doesn't work. The
computer is completely frozen. (sysrq-boot does work)
Rarely when changing resolution (like during boot), the screen says "signa
On 07/05/2014 12:38 PM, Russell King wrote:
> Move the variant initialisation entirely to the CRTC init function -
> the variant support is really about the CRTC properties than the whole
> system, and we want to treat each CRTC individually when we support DT.
>
> Signed-off-by: Russell King
> -
On Wed, Jun 25, 2014 at 12:55:01AM +0200, Bruno Pr?mont wrote:
> With commit b4aa0163056b ("efifb: Implement vga_default_device() (v2)")
> Matthew Garrett introduced a efifb vga_default_device() so that EFI
> systems that do not load shadow VBIOS or setup VGA get proper value for
> boot_vga PCI sys
Hi Linus,
i915, tda998x and vmwgfx fixes, the main one is i915 fix for missing VGA
connectors, along with some fixes for the tda998x from Russell fixing some
modesetting problems.
(still on holidays, but got a spare moment to find these).
Dave.
The following changes since commit e1a08b855f56
Hi Dave,
This is NOT fixing problems with a stalled boot due to VGA problems as
reported in thread: [PATCH 5/5] drm/i915: Kick out vga console
It can be fixed by reverting: a4de05268e674e8ed31df6348269e22d6c6a1803
or applying the patch from Chris Wilson which can be found as a reply to my
report.
34 matches
Mail list logo