Re: [Nouveau] [PATCH 1/3] drm/radeon: remove AGP support

2020-05-13 Thread Roy Spliet
Op 12-05-2020 om 14:36 schreef Alex Deucher: On Tue, May 12, 2020 at 4:16 AM Michel Dänzer wrote: On 2020-05-11 10:12 p.m., Alex Deucher wrote: On Mon, May 11, 2020 at 1:17 PM Christian König wrote: AGP is deprecated for 10+ years now and not used any more on modern hardware. Old

[PATCH] drm/msm/mdp5: Fix mdp5_init error path for failed mdp5_kms allocation

2020-04-08 Thread Roy Spliet
When allocation for mdp5_kms fails, calling mdp5_destroy() leads to undefined behaviour, likely a nullptr exception or use-after-free troubles. Signed-off-by: Roy Spliet --- drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers

[bisected] nouveau dual monitor setup broken

2014-10-31 Thread Roy Spliet
It does ring a tiny bell: please check out https://bugs.freedesktop.org/show_bug.cgi?id=85160 and try the fix proposed in comment #7. --- Ursprüngliche Nachricht --- Von: Frans Klaver Datum: 08:54:49 31-10-2014 An: Roy Spliet Betreff: [bisected] nouveau dual monitor setup broken >

nouveau nvaa clock missing break?

2013-12-27 Thread Roy Spliet
these issues as soon as I find some free time. Thanks again for the feedback. Yours, Roy --- Urspr?ngliche Nachricht --- Von: Kees Cook Datum: 20:51:22 26-12-2013 An: Roy Spliet Betreff: nouveau nvaa clock missing break? > Hi, > > Just curious if this code is missing

Re: [PATCH 03/15] drm/nouveau: use mdelay instead of large udelay constants

2013-06-02 Thread Roy Spliet
+ doff) 0x3800) 27; nv_wr32(priv, 0x61a00c + doff, 0x); -- Roy Spliet BSc. MSc. Student Delft University of Technology http://www.pds.ewi.tudelft.nl/msc/mallocinopencl/ ___ dri-devel mailing list dri-devel@lists.freedesktop.org http

[PATCH 03/15] drm/nouveau: use mdelay instead of large udelay constants

2013-06-01 Thread Roy Spliet
0x61a00c + doff, 0x8000); > load = (nv_rd32(priv, 0x61a00c + doff) & 0x3800) >> 27; > nv_wr32(priv, 0x61a00c + doff, 0x); -- Roy Spliet BSc. MSc. Student Delft University of Technology http://www.pds.ewi.tudelft.nl/msc/mallocinopencl/ -- next