https://bugs.freedesktop.org/show_bug.cgi?id=62573
--- Comment #19 from Andreas Boll ---
Thanks Marek, your patch fixes the segfault.
Feel free to add my Tested-by on the patch.
--
You are receiving this mail because:
You are the assignee for the bug.
___
This set of patches adds support for Tegra20 and Tegra30 host1x and
2D. It is based on linux-next-20130322 with RTC fixes applied.
Changes in this version:
* Own version of framebuffer driver due to move to own allocator
* Thanks to Thierry Reding for help
* Miscellaneous variable name
Make drm part of host1x driver.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/drm/Kconfig|2 --
drivers/gpu/drm/Makefile |1 -
drivers/gpu/drm/tegra/Makefile |7 ---
drivers/gpu/host1x/
Add support for host1x debugging. Adds debugfs entries, and dumps
channel state to UART in case of stuck job.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/Makefile |1 +
drivers/gpu/host1x/cdma.c |4 +
drivers/gpu
Add support for sync point interrupts, and sync point wait. Sync
point wait used interrupts for unblocking wait.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/Makefile |1 +
drivers/gpu/host1x/dev.c | 12 ++
drivers/gpu/h
Add host1x, the driver for host1x and its client unit 2D. The Tegra
host1x module is the DMA engine for register access to Tegra's
graphics- and multimedia-related modules. The modules served by
host1x are referred to as clients. host1x includes some other
functionality, such as synchronization.
S
From: Arto Merilainen
Both host1x and drm drivers have host1x structures. This patch
renames the host1x structure under drm to follow name host1x_drm.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/drm/dc.c |4 ++--
drivers/gpu/host1x/drm/drm.c
From: Arto Merilainen
This patch introduces a memory manager for tegra drm and moves
existing parts to use it. As cma framebuffer helpers can no more
be used, this patch adds also a separate framebuffer driver for
tegra.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
driver
Add client driver for 2D device, and IOCTLs to pass work to host1x
channel for 2D.
Also adds functions that can be called to access sync points from
DRM.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/Makefile|1 +
drivers/gpu/host1x/dev.c |
Remove second host1x driver, and bind tegra-drm to the new host1x
driver. The logic to parse device tree and track clients is moved
to drm.c.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/Makefile|2 +-
drivers/gpu/host1x/dev.c | 58
On Thu, Mar 21, 2013 at 10:42 PM, Dylan Semler wrote:
> Oops. I neglected to preface this with my motivation: I have a new monitor
> that doesn't report its native resolution in its EDID block. It seemed to
> me
> this calls for an EDID quirk, but the current quirk infrastructure doesn't
> allo
Use IS_ERR instead of IS_ERR_OR_NULL on clk_get results.
Signed-off-by: Sachin Kamat
---
drivers/gpu/drm/exynos/exynos_hdmi.c | 10 +-
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/gpu/drm/exynos/exynos_hdmi.c
b/drivers/gpu/drm/exynos/exynos_hdmi.c
index 2c5f2
Use IS_ERR instead of IS_ERR_OR_NULL on clk_get results.
Signed-off-by: Sachin Kamat
---
drivers/gpu/drm/exynos/exynos_mixer.c | 10 +-
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/gpu/drm/exynos/exynos_mixer.c
b/drivers/gpu/drm/exynos/exynos_mixer.c
index 2f
Use IS_ERR instead of IS_ERR_OR_NULL on clk_get results.
Signed-off-by: Sachin Kamat
---
drivers/gpu/drm/exynos/exynos_drm_rotator.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/exynos/exynos_drm_rotator.c
b/drivers/gpu/drm/exynos/exynos_drm_rotator.
Typo in nv50_display_flip_wait allows page flipping to run ahead before
memory has time to settle.
Signed-off-by: Calvin Owens
---
drivers/gpu/drm/nouveau/nv50_display.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/nv50_display.c
b/drivers/gp
https://bugs.freedesktop.org/show_bug.cgi?id=45641
--- Comment #16 from Jan Papež (honyczek) ---
(Additional info to comment #12)
> Interesting: If I connect only one monitor (either on cable 1 or 2), it works
> well.
It is not working well, but in only blinks in longer intervals. After resuming
On Fri, Mar 22, 2013 at 4:48 AM, Daniel Vetter wrote:
>
> I think it'd be good to shovel these text blocks into the (currently
rather
> empty) commit messages of the patches. Since when reading old commits with
> e.g. git blame that's what people will read.
Yeah, I just noticed that. For some re
On Thu, Mar 21, 2013 at 5:42 PM, Dylan Semler wrote:
> Oops. I neglected to preface this with my motivation: I have a new monitor
> that doesn't report its native resolution in its EDID block. It seemed to
> me
> this calls for an EDID quirk, but the current quirk infrastructure doesn't
> allow
Changes in this version
* Fix missing commit messages in patch emails
These patches offer a fix for a monitor that doesn't report its native
resolution in its EDID. The idea is setup a new quirk list with width, height,
and refresh rates for each monitor that needs this quirk. If a monitor is
a
Signed-off-by: Dylan Semler
---
drivers/gpu/drm/drm_edid.c | 72 ++
1 file changed, 72 insertions(+)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
index c194f4e..b1036b5 100644
--- a/drivers/gpu/drm/drm_edid.c
+++ b/drivers/gpu/d
Signed-off-by: Dylan Semler
---
drivers/gpu/drm/drm_edid.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
index b1036b5..b400971 100644
--- a/drivers/gpu/drm/drm_edid.c
+++ b/drivers/gpu/drm/drm_edid.c
@@ -109,6 +109,9 @@ static st
On Thu, Mar 21, 2013 at 5:36 PM, Dylan Semler wrote:
>
> Signed-off-by: Dylan Semler
> ---
> drivers/gpu/drm/drm_edid.c | 72
> ++
> 1 file changed, 72 insertions(+)
>
> diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
> index c194
On Fri, Mar 22, 2013 at 9:50 AM, Alex Deucher wrote:
>
> On Thu, Mar 21, 2013 at 5:42 PM, Dylan Semler
wrote:
> > Oops. I neglected to preface this with my motivation: I have a new
> > monitor that doesn't report its native resolution in its EDID block. It
> > seemed to me this calls for an ED
https://bugs.freedesktop.org/show_bug.cgi?id=62012
Michel Dänzer changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=58150
Michel Dänzer changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=45641
--- Comment #17 from Alex Deucher ---
Created attachment 76907
--> https://bugs.freedesktop.org/attachment.cgi?id=76907&action=edit
possible fix
Does the attached kernel patch help?
--
You are receiving this mail because:
You are the assigne
https://bugs.freedesktop.org/show_bug.cgi?id=37696
--- Comment #4 from Alex Deucher ---
Created attachment 76913
--> https://bugs.freedesktop.org/attachment.cgi?id=76913&action=edit
possible fix
Does the attached patch help?
--
You are receiving this mail because:
You are the assignee for th
This set of patches adds support for Tegra20 and Tegra30 host1x and
2D. It is based on linux-next-20130322 with RTC fixes applied.
Changes in this version:
* Renaming in drivers/gpu/host1x/drm/drm.c to shorten function names
* Whitespace and function order fixes
* An extra struct
Add host1x, the driver for host1x and its client unit 2D. The Tegra
host1x module is the DMA engine for register access to Tegra's
graphics- and multimedia-related modules. The modules served by
host1x are referred to as clients. host1x includes some other
functionality, such as synchronization.
S
Add support for sync point interrupts, and sync point wait. Sync
point wait used interrupts for unblocking wait.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/Makefile |1 +
drivers/gpu/host1x/dev.c | 12 ++
drivers/gpu/h
From: Arto Merilainen
Both host1x and drm drivers have host1x structures. This patch
renames the host1x structure under drm to follow name host1x_drm.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/drm/dc.c |4 ++--
drivers/gpu/host1x/drm/drm.c
Make drm part of host1x driver.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/drm/Kconfig|2 --
drivers/gpu/drm/Makefile |1 -
drivers/gpu/drm/tegra/Makefile |7 ---
drivers/gpu/host1x/
From: Arto Merilainen
This patch introduces a memory manager for tegra drm and moves
existing parts to use it. As cma framebuffer helpers can no more
be used, this patch adds also a separate framebuffer driver for
tegra.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
driver
Add support for host1x debugging. Adds debugfs entries, and dumps
channel state to UART in case of stuck job.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/Makefile |1 +
drivers/gpu/host1x/cdma.c |4 +
drivers/gpu
Add client driver for 2D device, and IOCTLs to pass work to host1x
channel for 2D.
Also adds functions that can be called to access sync points from
DRM.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/Makefile|1 +
drivers/gpu/host1x/dev.c |
Remove second host1x driver, and bind tegra-drm to the new host1x
driver. The logic to parse device tree and track clients is moved
to drm.c.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/Makefile|2 +-
drivers/gpu/host1x/dev.c | 58
On Fri, Mar 22, 2013 at 3:02 PM, Dylan Semler wrote:
> On Fri, Mar 22, 2013 at 9:50 AM, Alex Deucher wrote:
>>
>> On Thu, Mar 21, 2013 at 5:42 PM, Dylan Semler
>> wrote:
>> > Oops. I neglected to preface this with my motivation: I have a new
>> > monitor that doesn't report its native resoluti
On Fri, Mar 22, 2013 at 04:34:00PM +0200, Terje Bergstrom wrote:
> This set of patches adds support for Tegra20 and Tegra30 host1x and
> 2D. It is based on linux-next-20130322 with RTC fixes applied.
>
> Changes in this version:
> * Renaming in drivers/gpu/host1x/drm/drm.c to s
On Fri, Mar 22, 2013 at 10:41 AM, Daniel Vetter wrote:
>
> On Fri, Mar 22, 2013 at 3:02 PM, Dylan Semler
wrote:
> > On Fri, Mar 22, 2013 at 9:50 AM, Alex Deucher
> > wrote:
> >>
> >> That's odd. Maybe it's actually in an extension block or something
like
> >> that?
> >
> > Yeah, I agree. Accor
2013/3/15 Martin Peres
> As a follow up, Konrad sent me in private his vbios and the issue turned out
> to be trivial.
> The reason why it behaved this way was that his vbios didn't have sensor
> calibration values.
> The fix is available here:
> http://gitorious.org/linux-nouveau-pm/linux-nouv
https://bugs.freedesktop.org/show_bug.cgi?id=62573
--- Comment #20 from Tom ---
It fixes this issue for me too, thanks.
--
You are receiving this mail because:
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.or
https://bugs.freedesktop.org/show_bug.cgi?id=61182
--- Comment #16 from Jürg Billeter ---
No gnome-shell crashes since I've upgraded to Mesa 9.1.1. Will post an update
in a few days whether it remains stable or I was just lucky today.
--
You are receiving this mail because:
You are the assignee
https://bugs.freedesktop.org/show_bug.cgi?id=60879
--- Comment #15 from Hristo Venev ---
Now egl{tri,gears}_screen work. However they don't render properly. Square
pixel blocks seem to be "misplaced". I will test with Xorg and attach a
screenshot.
--
You are receiving this mail because:
You are
https://bugs.freedesktop.org/show_bug.cgi?id=60879
--- Comment #16 from Hristo Venev ---
Created attachment 76921
--> https://bugs.freedesktop.org/attachment.cgi?id=76921&action=edit
Screenshots with and without glamor
X11 doesn't render properly. The pixels seem to be shuffled. Maybe a shader
https://bugs.freedesktop.org/show_bug.cgi?id=60879
--- Comment #17 from Alex Deucher ---
(In reply to comment #16)
> Created attachment 76921 [details]
> Screenshots with and without glamor
>
> X11 doesn't render properly. The pixels seem to be shuffled. Maybe a shader
> doesn't write where it's
Changes in this version
* Uses drm_cvt_mode() instead of drm_gtf_mode() to build modeline
* Adds bool to specify reduced blanking to edid_quirk_force_mode
* Removes preferred bit from all other modes
There is at least one monitor that doesn't report its native resolution
in its EDID block. Thi
There is at least one monitor that doesn't report its native resolution
in its EDID block. This enhancement extends the EDID quirk logic to
make monitors like this "just work".
This patch sets up a new quirk list where monitors' correct width,
height, refresh rate, and reduced blanking parameters
Set the new EDID_QUIRK_FORCE_MODE bit for the MMT Monitor2Go HD+ monitor
and add it to the edid_quirk_force_mode_list.
Signed-off-by: Dylan Semler
---
drivers/gpu/drm/drm_edid.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
index
iving 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/20130322/f7f0/attachment.html>
for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130322/382f0f35/attachment.html>
e bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130322/26694e42/attachment-0001.html>
HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130322/7ce6ac9b/attachment.html>
This set of patches adds support for Tegra20 and Tegra30 host1x and
2D. It is based on linux-next-20130322 with RTC fixes applied.
Changes in this version:
* Own version of framebuffer driver due to move to own allocator
* Thanks to Thierry Reding for help
* Miscellaneous variable name
Make drm part of host1x driver.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/drm/Kconfig|2 --
drivers/gpu/drm/Makefile |1 -
drivers/gpu/drm/tegra/Makefile |7 ---
drivers/gpu/host1x/
Add support for host1x debugging. Adds debugfs entries, and dumps
channel state to UART in case of stuck job.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/Makefile |1 +
drivers/gpu/host1x/cdma.c |4 +
drivers/gpu
Add support for sync point interrupts, and sync point wait. Sync
point wait used interrupts for unblocking wait.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/Makefile |1 +
drivers/gpu/host1x/dev.c | 12 ++
drivers/gpu/h
Add host1x, the driver for host1x and its client unit 2D. The Tegra
host1x module is the DMA engine for register access to Tegra's
graphics- and multimedia-related modules. The modules served by
host1x are referred to as clients. host1x includes some other
functionality, such as synchronization.
S
From: Arto Merilainen
Both host1x and drm drivers have host1x structures. This patch
renames the host1x structure under drm to follow name host1x_drm.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/drm/dc.c |4 ++--
drivers/gpu/host1x/drm/drm.c
Add support for host1x client modules, and host1x channels to submit
work to the clients.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/Kconfig | 12 +
drivers/gpu/host1x/Makefile |3 +
drivers/gpu/host1x/cdma.c
From: Arto Merilainen
This patch introduces a memory manager for tegra drm and moves
existing parts to use it. As cma framebuffer helpers can no more
be used, this patch adds also a separate framebuffer driver for
tegra.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
driver
Add client driver for 2D device, and IOCTLs to pass work to host1x
channel for 2D.
Also adds functions that can be called to access sync points from
DRM.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/Makefile|1 +
drivers/gpu/host1x/dev.c |
Remove second host1x driver, and bind tegra-drm to the new host1x
driver. The logic to parse device tree and track clients is moved
to drm.c.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/Makefile|2 +-
drivers/gpu/host1x/dev.c | 58
On Thu, Mar 21, 2013 at 10:42 PM, Dylan Semler
wrote:
> Oops. I neglected to preface this with my motivation: I have a new monitor
> that doesn't report its native resolution in its EDID block. It seemed to
> me
> this calls for an EDID quirk, but the current quirk infrastructure doesn't
> all
ion on accelerated graphic card?
2. I can't use rotated monitor, because it requires acceleration enabled.
--
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedeskto
oticed that. For some reason my git format-patch didn't place
the commit messages above the signoff. Here comes v2.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130322/3cd78647/attachment.html>
On Thu, Mar 21, 2013 at 5:42 PM, Dylan Semler wrote:
> Oops. I neglected to preface this with my motivation: I have a new monitor
> that doesn't report its native resolution in its EDID block. It seemed to
> me
> this calls for an EDID quirk, but the current quirk infrastructure doesn't
> allow
Changes in this version
* Fix missing commit messages in patch emails
These patches offer a fix for a monitor that doesn't report its native
resolution in its EDID. The idea is setup a new quirk list with width, height,
and refresh rates for each monitor that needs this quirk. If a monitor is
a
Signed-off-by: Dylan Semler
---
drivers/gpu/drm/drm_edid.c | 72 ++
1 file changed, 72 insertions(+)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
index c194f4e..b1036b5 100644
--- a/drivers/gpu/drm/drm_edid.c
+++ b/drivers/gpu/d
Signed-off-by: Dylan Semler
---
drivers/gpu/drm/drm_edid.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
index b1036b5..b400971 100644
--- a/drivers/gpu/drm/drm_edid.c
+++ b/drivers/gpu/drm/drm_edid.c
@@ -109,6 +109,9 @@ static st
On Thu, Mar 21, 2013 at 5:36 PM, Dylan Semler wrote:
>
> Signed-off-by: Dylan Semler
> ---
> drivers/gpu/drm/drm_edid.c | 72
> ++
> 1 file changed, 72 insertions(+)
>
> diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
> index c194
attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130322/905d4f65/attachment.html>
.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130322/5b73adc1/attachment.html>
.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130322/4a41fc26/attachment.html>
are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130322/b4e26cd4/attachment-0001.html>
nee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130322/95130c9f/attachment.html>
This set of patches adds support for Tegra20 and Tegra30 host1x and
2D. It is based on linux-next-20130322 with RTC fixes applied.
Changes in this version:
* Renaming in drivers/gpu/host1x/drm/drm.c to shorten function names
* Whitespace and function order fixes
* An extra struct
Add host1x, the driver for host1x and its client unit 2D. The Tegra
host1x module is the DMA engine for register access to Tegra's
graphics- and multimedia-related modules. The modules served by
host1x are referred to as clients. host1x includes some other
functionality, such as synchronization.
S
From: Arto Merilainen
Both host1x and drm drivers have host1x structures. This patch
renames the host1x structure under drm to follow name host1x_drm.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/drm/dc.c |4 ++--
drivers/gpu/host1x/drm/drm.c
Add support for sync point interrupts, and sync point wait. Sync
point wait used interrupts for unblocking wait.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/Makefile |1 +
drivers/gpu/host1x/dev.c | 12 ++
drivers/gpu/h
Make drm part of host1x driver.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/drm/Kconfig|2 --
drivers/gpu/drm/Makefile |1 -
drivers/gpu/drm/tegra/Makefile |7 ---
drivers/gpu/host1x/
From: Arto Merilainen
This patch introduces a memory manager for tegra drm and moves
existing parts to use it. As cma framebuffer helpers can no more
be used, this patch adds also a separate framebuffer driver for
tegra.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
driver
Add support for host1x debugging. Adds debugfs entries, and dumps
channel state to UART in case of stuck job.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/Makefile |1 +
drivers/gpu/host1x/cdma.c |4 +
drivers/gpu
Add support for host1x client modules, and host1x channels to submit
work to the clients.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/Kconfig | 12 +
drivers/gpu/host1x/Makefile |3 +
drivers/gpu/host1x/cdma.c
Add client driver for 2D device, and IOCTLs to pass work to host1x
channel for 2D.
Also adds functions that can be called to access sync points from
DRM.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/Makefile|1 +
drivers/gpu/host1x/dev.c |
Remove second host1x driver, and bind tegra-drm to the new host1x
driver. The logic to parse device tree and track clients is moved
to drm.c.
Signed-off-by: Arto Merilainen
Signed-off-by: Terje Bergstrom
---
drivers/gpu/host1x/Makefile|2 +-
drivers/gpu/host1x/dev.c | 58
On Fri, Mar 22, 2013 at 3:02 PM, Dylan Semler wrote:
> On Fri, Mar 22, 2013 at 9:50 AM, Alex Deucher
> wrote:
>>
>> On Thu, Mar 21, 2013 at 5:42 PM, Dylan Semler
>> wrote:
>> > Oops. I neglected to preface this with my motivation: I have a new
>> > monitor that doesn't report its native resol
On Fri, Mar 22, 2013 at 04:34:00PM +0200, Terje Bergstrom wrote:
> This set of patches adds support for Tegra20 and Tegra30 host1x and
> 2D. It is based on linux-next-20130322 with RTC fixes applied.
>
> Changes in this version:
> * Renaming in drivers/gpu/host1x/drm/drm.c to s
re than 1 extension
> block). Have you checked whether latest kernels fare better?
I just tried booting with 3.9rc3 and my distro's latest package of
xorg-utils;
I get the same results.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130322/e8b9cd5a/attachment.html>
2013/3/15 Martin Peres
> As a follow up, Konrad sent me in private his vbios and the issue turned out
> to be trivial.
> The reason why it behaved this way was that his vbios didn't have sensor
> calibration values.
> The fix is available here:
> http://gitorious.org/linux-nouveau-pm/linux-nouv
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20130322/7f270362/attachment.html>
e the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130322/a8013035/attachment.html>
il because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130322/473c65ec/attachment.html>
ves/dri-devel/attachments/20130322/50868c61/attachment.html>
rg/archives/dri-devel/attachments/20130322/902a1833/attachment.html>
Changes in this version
* Uses drm_cvt_mode() instead of drm_gtf_mode() to build modeline
* Adds bool to specify reduced blanking to edid_quirk_force_mode
* Removes preferred bit from all other modes
There is at least one monitor that doesn't report its native resolution
in its EDID block. Thi
There is at least one monitor that doesn't report its native resolution
in its EDID block. This enhancement extends the EDID quirk logic to
make monitors like this "just work".
This patch sets up a new quirk list where monitors' correct width,
height, refresh rate, and reduced blanking parameters
Set the new EDID_QUIRK_FORCE_MODE bit for the MMT Monitor2Go HD+ monitor
and add it to the edid_quirk_force_mode_list.
Signed-off-by: Dylan Semler
---
drivers/gpu/drm/drm_edid.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
index
On 03/21/13 02:56, Calvin Owens wrote:
> On 03/21/13 02:24, Calvin Owens wrote:
>> On 03/21/13 01:59, Ben Skeggs wrote:
>>> On Thu, 2013-03-21 at 01:34 -0500, Calvin Owens wrote:
DRM hasn't worked on my desktop machine (GeForce 9800) with Nouveau for
a little while (v3.9-rc1 didn't), but
98 matches
Mail list logo