[Bug 91588] [LLVM] (bisected) Unigine Valley: High + AA = incorrect rendering

2015-08-09 Thread bugzilla-dae...@freedesktop.org
ee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150809/35b10a8b/attachment.html>

[Bug 91588] [LLVM] (bisected) Unigine Valley: High + AA = incorrect rendering

2015-08-09 Thread bugzilla-dae...@freedesktop.org
-- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150809/fcdf7ad7/attachment.html>

[Bug 73530] Asus U38N: Black screen with Radeon driver in Linux

2015-08-09 Thread bugzilla-dae...@freedesktop.org
hments/20150809/290ebe3f/attachment.html>

[PATCH v5 4/6] drm: bridge/dw_hdmi-i2s-audio: add audio driver

2015-08-09 Thread Yakir Yang
AME); > Replacing PLATFORM_MODULE_PREFIX with the "platform:" string. > >> +if (hdmi_readb(hdmi, HDMI_CONFIG1_ID) & HDMI_CONFIG1_AHB) { >> pdevinfo.name = "dw-hdmi-ahb-audio"; > Fixing this to be "dw-hdmi-i2s-audio". > -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150809/c0a7a3c9/attachment-0001.html>

[Bug 89015] [radeonsi] unvanquished & nexuiz crash after switching AA

2015-08-09 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150809/3089477f/attachment.html>

[Bug 89015] [radeonsi] unvanquished & nexuiz crash after switching AA

2015-08-09 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150809/fb489ac9/attachment.html>

[PATCH] radeon: Add option to disable dpm quirks

2015-08-09 Thread Christian König
On 08.08.2015 21:21, Adel Gadllah wrote: > Am 08.08.2015 um 21:10 schrieb Christian König: >> On 08.08.2015 17:09, Adel Gadllah wrote: >>> Allow users to disable hardware specific dpm quirks >>> using a module parameter. >>> >>> This patch leaves quirks enabled by default. >> >> You should read th

[Bug 89987] Slow VDPAU (rv770_restrict_performance_levels_before_switch failed)

2015-08-09 Thread bugzilla-dae...@freedesktop.org
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/20150809/3ad7da2c/attachment.html>

[PATCH v7 3/6] mm: Introduce VM_LOCKONFAULT

2015-08-09 Thread Eric B Munson
The cost of faulting in all memory to be locked can be very high when working with large mappings. If only portions of the mapping will be used this can incur a high penalty for locking. For the example of a large file, this is the usage pattern for a large statical language model (probably appli

[PATCH] radeon: Add option to disable dpm quirks

2015-08-09 Thread Alex Deucher
On Sat, Aug 8, 2015 at 3:21 PM, Adel Gadllah wrote: > Am 08.08.2015 um 21:10 schrieb Christian König: >> >> On 08.08.2015 17:09, Adel Gadllah wrote: >>> >>> Allow users to disable hardware specific dpm quirks >>> using a module parameter. >>> >>> This patch leaves quirks enabled by default. >> >>

[PATCH libdrm 0/9] amdgpu: cleanup the exported symbols

2015-08-09 Thread Alex Deucher
On Fri, Aug 7, 2015 at 1:32 PM, Christian König wrote: > For this series Reviewed-by: Christian König > > Thanks for taking care of this, > Christian. Yes, thanks! For the series: Reviewed-by: Alex Deucher > > > On 07.08.2015 18:44, Emil Velikov wrote: >> >> Now that the API is stabilised