https://bugzilla.kernel.org/show_bug.cgi?id=64661
Bug ID: 64661
Summary: udl causes blank screen
Product: Drivers
Version: 2.5
Kernel Version: 3.11.6+
Hardware: All
OS: Linux
Tree: Mainline
Status:
https://bugzilla.kernel.org/show_bug.cgi?id=64661
--- Comment #1 from Jason Schulz ---
Created attachment 114021
--> https://bugzilla.kernel.org/attachment.cgi?id=114021&action=edit
dmesg
--
You are receiving this mail because:
You are watching the assignee of the bug.
https://bugzilla.kernel.org/show_bug.cgi?id=64661
--- Comment #2 from Jason Schulz ---
Created attachment 114031
--> https://bugzilla.kernel.org/attachment.cgi?id=114031&action=edit
xrandr --verbose
--
You are receiving this mail because:
You are watching the assignee of the bug.
https://bugzilla.kernel.org/show_bug.cgi?id=64661
--- Comment #3 from Jason Schulz ---
Comment on attachment 114031
--> https://bugzilla.kernel.org/attachment.cgi?id=114031
xrandr --verbose
the udl driver maps to DVI-0
--
You are receiving this mail because:
You are watching the assignee of
.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20131110/711d5536/attachment-0001.html>
On Tuesday 29 of October 2013 12:12:57 Sean Paul wrote:
> Change all instances of possible_crtcs in the exynos drm driver to be
> unsigned long. This matches the type used in the drm layer.
>
> Signed-off-by: Sean Paul
> ---
>
> Changes in v2: None
> Changes in v3: None
>
> drivers/gpu/drm/exy
On Tuesday 29 of October 2013 12:12:56 Sean Paul wrote:
> This patch removes the dpms state tracking in encoder. This
> state is at best confusing and at worst incorrect since the display
> drivers can turn on and off without propagating the value.
>
> Signed-off-by: Sean Paul
> ---
>
> Changes
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20131110/92890fd3/attachment.html>
attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20131110/19851bd3/attachment.html>
https://bugzilla.kernel.org/show_bug.cgi?id=64721
Bug ID: 64721
Summary: Radeon HD6450 fails on all distro's out of box.
Product: Drivers
Version: 2.5
Kernel Version: Linux 3.2.04-amd64
Hardware: All
OS: Linux
Hi Sean,
On Tuesday 29 of October 2013 12:13:01 Sean Paul wrote:
> This patch changes the manual copying of mode to adjusted_mode in
> mode_fixup to use drm_mode_copy instead of handling things manually.
>
> Signed-off-by: Sean Paul
> ---
>
> Changes in v2: None
> Changes in v3: None
>
> driv
ail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20131110/6607bc79/attachment.html>
https://bugzilla.kernel.org/show_bug.cgi?id=61941
--- Comment #10 from Ilya Tumaykin ---
I've just had another suck lockup on 3.12 vanilla kernel without specifying
aspm option to the driver. What should I test now?
--
You are receiving this mail because:
You are watching the assignee of the bu
On Tuesday 29 of October 2013 12:13:02 Sean Paul wrote:
> This patch moves the code which disables unused crtc planes from the
> encoder to the crtc. Since there is a 1:1 encoder/crtc mapping in
> exynos, the only valid crtc change the pre-existing code could catch is
> disconnecting an active crtc
.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20131110/58d2b8d0/attachment.html>
On Tuesday 29 of October 2013 12:13:04 Sean Paul wrote:
> This patch adds a new manager callback for mode_fixup and pipes it
> through exynos_drm_crtc.
Patch description lacking explanation what this change is for.
>
> Signed-off-by: Sean Paul
> ---
>
> Changes in v2: None
> Changes in v3: Non
Hi Sean,
On Tuesday 29 of October 2013 12:13:00 Sean Paul wrote:
> This patch trims exynos_drm_hdmi out of the driver. The reason it
> existed in the first place was to make up for the mixture of
> display/overlay/manager ops being spread across hdmi and mixer. With
> that code now rationalized, m
Hi Dave,
Here are the patches for SDVO on the Minnowboard.
Thanks
Patrik
The following changes since commit 91915260ea5ed9d9b19bfb75d53c989c8ada2ab0:
Merge tag 'drm-intel-fixes-2013-11-07' of
git://people.freedesktop.org/~danvet/drm-intel into drm-next
(2013-11-08 16:34:39 +1000)
are availabl
Hi Sean,
On Tuesday 29 of October 2013 12:12:58 Sean Paul wrote:
> This patch splits display and manager from subdrv. The result is that
> crtc functions can directly call into manager callbacks and encoder
> functions can directly call into display callbacks. This will allow
> us to remove the ex
ignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20131110/81702ecf/attachment.html>
Hi Sean,
On Tuesday 29 of October 2013 12:13:03 Sean Paul wrote:
> This patch adds a mode_set callback to the manager operations which
> sets the crtc's current mode to the manager driver.
To allow/fix/improve/extend...
Patch description should say why such change is good to have.
>
> Signed-o
2013/11/10 Alex Deucher :
> On Sat, Nov 9, 2013 at 3:20 AM, Rafa? Mi?ecki wrote:
>> 2013/11/8 Alex Deucher :
>>> Revert "drm/radeon/audio: don't set speaker allocation on DCE4+"
>>
>> What about that hangs people reported? Has anything changed meanwhile?
>> Did you fix them with some another
Hi Sean,
On Tuesday 29 of October 2013 12:13:05 Sean Paul wrote:
> This patch uses the mode passed into mode_set to configure fimd instead
> of directly using the panel from context. This will allow us to move
> the exynos_drm_display implementation from fimd into the DP driver
> where it belongs.
Hi Sean, Daniel,
Please see my comments inline.
On Tuesday 29 of October 2013 12:12:59 Sean Paul wrote:
> From: Daniel Kurtz
>
> The i2c client was previously being passed into the hdmi driver via a
> dedicated i2c driver, and then a global variable. This patch removes all
> of that and just us
On Sat, Nov 9, 2013 at 3:20 AM, Rafa? Mi?ecki wrote:
> 2013/11/8 Alex Deucher :
>> Revert "drm/radeon/audio: don't set speaker allocation on DCE4+"
>
> What about that hangs people reported? Has anything changed meanwhile?
> Did you fix them with some another commit?
No one actually pointed
On Wed, Nov 06, 2013 at 03:54:32PM +0800, Duan Jiong wrote:
> This patch fixes coccinelle error regarding usage of IS_ERR and
> PTR_ERR instead of PTR_ERR_OR_ZERO.
>
> Signed-off-by: Duan Jiong
Applied, thank you.
> ---
> drivers/input/touchscreen/cyttsp4_spi.c | 5 +
> 1 file changed, 1 i
26 matches
Mail list logo