HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130302/0dddc5ff/attachment.html>
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130302/a0d20ca5/attachment.html>
rchives/dri-devel/attachments/20130302/0e81dbd6/attachment.html>
On Wed, 30 Jan 2013 11:14:01 +0200
Jani Nikula wrote:
>
> Hi Florian, all -
>
> First, thanks for your work on adding the bugzilla comments when patches
> referencing bugs get merged. I find it useful.
>
> Recently however there was a comment about a commit referencing a commit
> referencing t
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130302/4deb523b/attachment.html>
- * \param len : EDID data buffer length
> - * \return 0 on success or -1 on failure.
> + * drm_do_probe_ddc_edid() - Get EDID information via I2C.
Some already existing entries do not use ?()? behind the function name
in the comment. Not sure what the correct way is though.
[?]
Thanks,
Paul
-- next part --
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130302/f141492a/attachment-0001.pgp>
https://bugzilla.kernel.org/show_bug.cgi?id=50091
--- Comment #28 from schaefer.frank at gmx.net 2013-03-02 17:29:00 ---
(In reply to comment #27)
> I see next trivial (but interesting to me) differences in same case:
>
> Older (good) kernels show messages on boot:
> [0.898887] [drm] nou
https://bugzilla.kernel.org/show_bug.cgi?id=50091
Dzianis Kahanovich changed:
What|Removed |Added
CC||mahatma at bspu.unibel.by
--- Co
2013/3/1 Rob Clark :
> On Fri, Mar 1, 2013 at 1:52 AM, Inki Dae wrote:
>> 2013/3/1 Rob Clark :
>>> Just curious, but the 2d blitter have it's own sort of
>>> command-processor, ie. can you feed it a list of different blits in
>>> one batch and then it will process them one after another?
>>>
>>
>>
give
me the same bad rendering.
OK, I can test but i have my times..
--
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/20130302/91175822/attachment.html>
On Sat, Mar 2, 2013 at 2:28 AM, Inki Dae wrote:
> Actually, we have already implemented the EXA part of X server and
> that has being used on our linux platform. But I think we could more
> improvement this. So are you writting user side g2d drivers for Chrome
> book(based on Exynos5250 SoC)? And
xt part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130302/bb076b22/attachment-0001.html>
xt part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130302/9e4182c7/attachment.html>
Fixes the following checkpatch error:
ERROR: "foo * bar" should be "foo *bar"
Signed-off-by: Sachin Kamat
---
drivers/gpu/drm/tilcdc/tilcdc_panel.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/tilcdc/tilcdc_panel.c
b/drivers/gpu/drm/tilcdc/tilcdc_pan
Silences the following checkpatch warning:
WARNING: please, no space before tabs
Signed-off-by: Sachin Kamat
---
drivers/gpu/drm/tilcdc/tilcdc_drv.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/tilcdc/tilcdc_drv.c
b/drivers/gpu/drm/tilcdc/tilcdc_drv.
Silences the following checkpatch warning:
WARNING: braces {} are not necessary for any arm of this statement
if (priv->rev == 1) {
Signed-off-by: Sachin Kamat
---
drivers/gpu/drm/tilcdc/tilcdc_drv.c |5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/gpu
Instead of checking if num_encoders is zero, it is being assigned 0.
Convert the assignment to a check.
Signed-off-by: Sachin Kamat
---
drivers/gpu/drm/tilcdc/tilcdc_drv.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/tilcdc/tilcdc_drv.c
b/drivers/gpu
This patch series is only compile tested and based on linux-next
tree of 20130301.
Sachin Kamat (4):
drm/tilcdc: Fix an incorrect condition
drm/tilcdc: Remove unnecessary braces
drm/tilcdc: Remove space before tab
drm/tilcdc: Fix checkpatch error in tilcdc_panel.c
drivers/gpu/drm/tilcdc/
attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130302/7893b02a/attachment.html>
ng 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/20130302/f8ac5d79/attachment.html>
Fixes the following sparse warning:
drivers/gpu/drm/exynos/exynos_mixer.c:821:5: warning:
symbol 'mixer_check_timing' was not declared. Should it be static?
Signed-off-by: Sachin Kamat
---
drivers/gpu/drm/exynos/exynos_mixer.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --g
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130302/0c5db938/attachment.html>
On Sat, Mar 2, 2013 at 2:28 AM, Inki Dae wrote:
> Actually, we have already implemented the EXA part of X server and
> that has being used on our linux platform. But I think we could more
> improvement this. So are you writting user side g2d drivers for Chrome
> book(based on Exynos5250 SoC)? And
https://bugs.freedesktop.org/show_bug.cgi?id=37696
--- Comment #3 from Joshua Roys ---
Still visible in 3.7.9-205.fc18.x86_64. The same regset commands still fix the
lines.
--
You are receiving this mail because:
You are the assignee for the bug.
___
https://bugs.freedesktop.org/show_bug.cgi?id=56634
maxi...@free.fr changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=61533
--- Comment #6 from Eugene ---
(In reply to comment #3)
> Does setting the env var R600_HYPERZ=0 help? I suspect this might actually
> be a bug in the 3D driver and you only see it with 3.8 since newer mesa
> features require newer kernels.
No,
https://bugs.freedesktop.org/show_bug.cgi?id=61533
--- Comment #5 from Eugene ---
(In reply to comment #2)
> Can you bisect?
No, I don't know even what does it mean.
--
You are receiving this mail because:
You are the assignee for the bug.
___
dri-de
On Sat, Mar 2, 2013 at 5:23 AM, Sachin Kamat wrote:
> Silences the following checkpatch warning:
> WARNING: please, no space before tabs
>
> Signed-off-by: Sachin Kamat
Signed-off-by: Rob Clark
> ---
> drivers/gpu/drm/tilcdc/tilcdc_drv.c |2 +-
> 1 files changed, 1 insertions(+), 1 deleti
On Sat, Mar 2, 2013 at 5:23 AM, Sachin Kamat wrote:
> Silences the following checkpatch warning:
> WARNING: braces {} are not necessary for any arm of this statement
> if (priv->rev == 1) {
>
> Signed-off-by: Sachin Kamat
Signed-off-by: Rob Clark
> ---
> drivers/gpu/drm/tilcdc/tilcdc_
On Sat, Mar 2, 2013 at 5:23 AM, Sachin Kamat wrote:
> Instead of checking if num_encoders is zero, it is being assigned 0.
> Convert the assignment to a check.
>
> Signed-off-by: Sachin Kamat
Signed-off-by: Rob Clark
> ---
> drivers/gpu/drm/tilcdc/tilcdc_drv.c |2 +-
> 1 files changed, 1
https://bugzilla.kernel.org/show_bug.cgi?id=50091
--- Comment #28 from schaefer.fr...@gmx.net 2013-03-02 17:29:00 ---
(In reply to comment #27)
> I see next trivial (but interesting to me) differences in same case:
>
> Older (good) kernels show messages on boot:
> [0.898887] [drm] nouvea
Am Freitag, den 01.03.2013, 08:00 -0600 schrieb Nishanth Menon:
> Some basic cleanups for kernel-doc errors or missing documentation
> parameters.
Nishanth, thanks for doing that!
> Warnings generated by ./scripts/kernel-doc drivers/gpu/drm/drm_edid.c >Kerr
>
> Warning(drivers/gpu/drm/drm_edid.c
Fixes the following checkpatch error:
ERROR: "foo * bar" should be "foo *bar"
Signed-off-by: Sachin Kamat
---
drivers/gpu/drm/tilcdc/tilcdc_panel.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/tilcdc/tilcdc_panel.c
b/drivers/gpu/drm/tilcdc/tilcdc_pan
Silences the following checkpatch warning:
WARNING: please, no space before tabs
Signed-off-by: Sachin Kamat
---
drivers/gpu/drm/tilcdc/tilcdc_drv.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/tilcdc/tilcdc_drv.c
b/drivers/gpu/drm/tilcdc/tilcdc_drv.
Silences the following checkpatch warning:
WARNING: braces {} are not necessary for any arm of this statement
if (priv->rev == 1) {
Signed-off-by: Sachin Kamat
---
drivers/gpu/drm/tilcdc/tilcdc_drv.c |5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/gpu
Instead of checking if num_encoders is zero, it is being assigned 0.
Convert the assignment to a check.
Signed-off-by: Sachin Kamat
---
drivers/gpu/drm/tilcdc/tilcdc_drv.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/tilcdc/tilcdc_drv.c
b/drivers/gpu
This patch series is only compile tested and based on linux-next
tree of 20130301.
Sachin Kamat (4):
drm/tilcdc: Fix an incorrect condition
drm/tilcdc: Remove unnecessary braces
drm/tilcdc: Remove space before tab
drm/tilcdc: Fix checkpatch error in tilcdc_panel.c
drivers/gpu/drm/tilcdc/
Fixes the following sparse warning:
drivers/gpu/drm/exynos/exynos_mixer.c:821:5: warning:
symbol 'mixer_check_timing' was not declared. Should it be static?
Signed-off-by: Sachin Kamat
---
drivers/gpu/drm/exynos/exynos_mixer.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --g
https://bugzilla.kernel.org/show_bug.cgi?id=50091
Dzianis Kahanovich changed:
What|Removed |Added
CC||maha...@bspu.unibel.by
--- Comme
https://bugs.freedesktop.org/show_bug.cgi?id=61690
--- Comment #4 from LukK ---
(In reply to comment #1)
> Does mesa 9.0 work ok? Can you bisect? Please attach your xorg log and dmesg
> output.
No mesa 9.0 don't work,also I tried mesa 8.0.4 with "--texture-float" and give
me the same bad renderi
https://bugs.freedesktop.org/show_bug.cgi?id=61690
--- Comment #3 from LukK ---
Created attachment 75786
--> https://bugs.freedesktop.org/attachment.cgi?id=75786&action=edit
dmesg...
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=61690
--- Comment #2 from LukK ---
Created attachment 75785
--> https://bugs.freedesktop.org/attachment.cgi?id=75785&action=edit
Xorg log
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=61690
--- Comment #1 from Alex Deucher ---
Does mesa 9.0 work ok? Can you bisect? Please attach your xorg log and dmesg
output.
--
You are receiving this mail because:
You are the assignee for the bug.
___
https://bugs.freedesktop.org/show_bug.cgi?id=61690
Priority: medium
Bug ID: 61690
Assignee: dri-devel@lists.freedesktop.org
Summary: Graphic issue on PCSX2 with Gallium 0.4 on AMD RS780
Severity: normal
Classification: Unclassified
On Sat, Mar 2, 2013 at 5:23 AM, Sachin Kamat wrote:
> Silences the following checkpatch warning:
> WARNING: please, no space before tabs
>
> Signed-off-by: Sachin Kamat
Signed-off-by: Rob Clark
> ---
> drivers/gpu/drm/tilcdc/tilcdc_drv.c |2 +-
> 1 files changed, 1 insertions(+), 1 deleti
On Sat, Mar 2, 2013 at 5:23 AM, Sachin Kamat wrote:
> Silences the following checkpatch warning:
> WARNING: braces {} are not necessary for any arm of this statement
> if (priv->rev == 1) {
>
> Signed-off-by: Sachin Kamat
Signed-off-by: Rob Clark
> ---
> drivers/gpu/drm/tilcdc/tilcdc_
On Sat, Mar 2, 2013 at 5:23 AM, Sachin Kamat wrote:
> Instead of checking if num_encoders is zero, it is being assigned 0.
> Convert the assignment to a check.
>
> Signed-off-by: Sachin Kamat
Signed-off-by: Rob Clark
> ---
> drivers/gpu/drm/tilcdc/tilcdc_drv.c |2 +-
> 1 files changed, 1
is 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/20130302/37791eb4/attachment.html>
https://bugs.freedesktop.org/show_bug.cgi?id=61533
--- Comment #4 from Anton Petrov ---
Maybe i have the same problem. After upgrading kernel to 3.8 i started to get
some random lockups while playing minecraft. Sometimes everything just freezes
and i can't do anything but hard reboot my notebook.
Hi everybody,
Here's a summary of the CDF BoF that took place at the ELC 2013.
I'd like to start by thanking all the participants who provided valuable
feedback (and those who didn't, but who now know a bit more about CDF and
will, I have no doubt about that, contribute in the future :-)). Than
50 matches
Mail list logo