https://bugs.freedesktop.org/show_bug.cgi?id=58042
Priority: medium
Bug ID: 58042
Assignee: dri-devel@lists.freedesktop.org
Summary: Garbled UI in Team Fortress 2 Beta
Severity: normal
Classification: Unclassified
OS: All
https://bugs.freedesktop.org/show_bug.cgi?id=58042
d...@stuffit.at changed:
What|Removed |Added
Attachment #71229|text/plain |image/png
mime type|
https://bugs.freedesktop.org/show_bug.cgi?id=58042
--- Comment #1 from d...@stuffit.at ---
Created attachment 71230
--> https://bugs.freedesktop.org/attachment.cgi?id=71230&action=edit
32bit glxinfo
--
You are receiving this mail because:
You are the assignee for the bug.
_
https://bugzilla.kernel.org/show_bug.cgi?id=51381
--- Comment #5 from a...@anrd.net 2012-12-09 13:55:11 ---
I now ran the same 3.6.6 kernel as I did before, but now it didn't work there
either, so something else must be wrong. I will do some more testing, but it
seems the kernel is not to bla
https://bugs.freedesktop.org/show_bug.cgi?id=57875
--- Comment #15 from Stefan Dösinger ---
Created attachment 71244
--> https://bugs.freedesktop.org/attachment.cgi?id=71244&action=edit
proposed MESA_clip_disable extension
I've written an extension proposal for a new mesa extension that expose
https://bugs.freedesktop.org/show_bug.cgi?id=58033
--- Comment #3 from Chris Rankin ---
(In reply to comment #2)
> Also try reverting the commit e866bd1adea2c3b4971ad68e69c6.
I've tried this, and have also tried RADEON_DEBUG=nohiz,nozmask,nocbzb.
However, I'm still seeing the problem. Interestin
https://bugs.freedesktop.org/show_bug.cgi?id=22576
--- Comment #18 from smoki ---
I think i've found source of these lighting problems on r200 in this and other
bugs. It is just a typo it seems in r200_state_init.c lit_emit()
OUT_VEC(atom->cmd[LIT_CMD_1], atom->cmd+LIT_CMD_1+1);
instead of
https://bugs.freedesktop.org/show_bug.cgi?id=44499
--- Comment #11 from smoki ---
I see Blender is fixed now as in
https://bugs.freedesktop.org/show_bug.cgi?id=47375 , thanks :).
According to these checks for fog i've also excluded it (ctx->Fog.Enabled)
also for _mesa_meta_Bitmap to test fog
Applied.
Thanks,
Inki Dae
2012/12/7 Wei Yongjun
> From: Wei Yongjun
>
> In case of error, function arm_iommu_create_mapping() returns
> ERR_PTR() and never returns NULL. The NULL test in the return
> value check should be replaced with IS_ERR().
>
> Signed-off-by: Wei Yongjun
> ---
> drivers
Changelog v2:
fix argument to dma_mmap_attr function.
- use pages instead of kvaddr because kvaddr is 0 with
DMA_ATTR_NO_KERNEL_MAPPING.
Changelog v1:
When gem allocation is requested, kernel space mapping isn't needed.
But if need, such as console framebuffer, the physical pages would be
mapped
2012/12/8 Aaron Plattner
> On 12/06/2012 10:36 PM, Inki Dae wrote:
>
>>
>> Hi,
>>
>> CCing media guys.
>>
>> I agree with you but we should consider one issue released to v4l2.
>>
>> As you may know, V4L2-based driver uses vb2 as buffer manager and the
>> vb2 includes dmabuf feature>(import and e
https://bugs.freedesktop.org/show_bug.cgi?id=50655
Bryan Quigley changed:
What|Removed |Added
Attachment #62475|application/octet-stream|text/plain
mime type|
https://bugs.freedesktop.org/show_bug.cgi?id=50655
Bryan Quigley changed:
What|Removed |Added
Attachment #62689|application/octet-stream|text/plain
mime type|
https://bugs.freedesktop.org/show_bug.cgi?id=50655
Bryan Quigley changed:
What|Removed |Added
Attachment #66047|application/octet-stream|text/plain
mime type|
https://bugs.freedesktop.org/show_bug.cgi?id=50655
Bryan Quigley changed:
What|Removed |Added
Attachment #62474|application/octet-stream|text/plain
mime type|
https://bugs.freedesktop.org/show_bug.cgi?id=50655
--- Comment #19 from Bryan Quigley ---
Would any other output help debug this? Register dumps using avivotool?
--
You are receiving this mail because:
You are the assignee for the bug.
___
dri-devel
On 2012년 12월 07일 21:50, Wei Yongjun wrote:
> From: Wei Yongjun
>
> In case of error, function arm_iommu_create_mapping() returns
> ERR_PTR() and never returns NULL. The NULL test in the return
> value check should be replaced with IS_ERR().
>
> Signed-off-by: Wei Yongjun
> ---
> drivers/gpu/
2012/12/6 R. Chandrasekar
> From: "R. Chandrasekar"
>
> this patch set adds the driver support for the dithering functionality of
> the
> mobile image enhancement (mie) module.
>
> device tree support is added for mie.
>
> fimd adds the mie module as plugin and calls the dithering function.
> di
> -Original Message-
> From: 김승우 [mailto:sw0312@samsung.com]
> Sent: Monday, December 10, 2012 3:14 PM
> To: Wei Yongjun
> Cc: inki@samsung.com; jy0922.s...@samsung.com;
> kyungmin.p...@samsung.com; airl...@linux.ie; yongjun_...@trendmicro.com.cn;
> linux-ker...@vger.kernel.org; d
Changelog v3:
just code cleanup.
Changelog v2:
fix argument to dma_mmap_attr function.
- use pages instead of kvaddr because kvaddr is 0 with
DMA_ATTR_NO_KERNEL_MAPPING.
Changelog v1:
When gem allocation is requested, kernel space mapping isn't needed.
But if need, such as console framebuffer,
From: YoungJun Cho
This patch removes vaddr member from exynos_drm_overlay structure
and also relevant codes for code cleanup.
Signed-off-by: YoungJun Cho
Signed-off-by: Inki Dae
Signed-off-by: Kyungmin Park
---
drivers/gpu/drm/exynos/exynos_drm_drv.h |2 --
drivers/gpu/drm/exynos/exyn
On Fri, 07 Dec 2012, Tim Gardner wrote:
> smatch warning:
>
> drivers/gpu/drm/i915/intel_display.c:7019 intel_set_mode() warn: function puts
> 500 bytes on stack
>
> Refactor so that saved_mode and saved_hwmode are dynamically allocated as
> opposed
> to being automatic variables. 500 bytes seems
On Sun, Dec 9, 2012 at 10:26 PM, Inki Dae wrote:
>
>
> 2012/12/6 R. Chandrasekar
>
>> From: "R. Chandrasekar"
>>
>> this patch set adds the driver support for the dithering functionality of
>> the
>> mobile image enhancement (mie) module.
>>
>> device tree support is added for mie.
>>
>> fimd ad
On Fri, 07 Dec 2012, Sachin Kamat wrote:
> drm/drm_edid.h was included twice.
Reviewed-by: Jani Nikula
>
> Signed-off-by: Sachin Kamat
> ---
> drivers/gpu/drm/i915/intel_modes.c |1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/intel_modes.c
>
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/20121209/5c18ca60/attachment.html>
||
--
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/20121209/bb1e0901/attachment.html>
the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20121209/366a186c/attachment.html>
https://bugzilla.kernel.org/show_bug.cgi?id=51381
--- Comment #5 from a at anrd.net 2012-12-09 13:55:11 ---
I now ran the same 3.6.6 kernel as I did before, but now it didn't work there
either, so something else must be wrong. I will do some more testing, but it
seems the kernel is not to bla
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/20121209/d1ff2827/attachment.html>
/lists.freedesktop.org/archives/dri-devel/attachments/20121209/39276021/attachment.html>
he bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20121209/9d70c055/attachment.html>
:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20121209/ceafa2e1/attachment.html>
On Sun, Dec 9, 2012 at 10:26 PM, Inki Dae wrote:
>
>
> 2012/12/6 R. Chandrasekar
>
>> From: "R. Chandrasekar"
>>
>> this patch set adds the driver support for the dithering functionality of
>> the
>> mobile image enhancement (mie) module.
>>
>> device tree support is added for mie.
>>
>> fimd ad
Summary of the problem:
Random kernel crashes when using Xorg with radeon module
Description:
Kernel crash at ubuntu user logon or "startx".
There are also a lot of red spots and signs on the monitor, see bug on
launchpad.
https://bugs.launchpad.net/bugs/1085187
Keywords: radeon HD 6770, kms, d
34 matches
Mail list logo