search for: mdop

Displaying 8 results from an estimated 8 matches for "mdop".

Did you mean: mdon
2014 Apr 30
26
[Bug 78116] New: Auto fan speed management doesn't do anything in non critical temperature range (NVC0)
...reedesktop.org Summary: Auto fan speed management doesn't do anything in non critical temperature range (NVC0) QA Contact: xorg-team at lists.x.org Severity: enhancement Classification: Unclassified OS: All Reporter: mdop at seznam.cz Hardware: x86-64 (AMD64) Status: NEW Version: unspecified Component: Driver/nouveau Product: xorg I have Gigabyte GTX 560 Ti Ultra Durable card. (Logs for this issue are same as in Bug 78106) 1a) When I finish booting, nouveau sele...
2014 May 25
6
[Bug 79204] New: [NV50] No reported temperature/fan speed on GTX260
...Bug ID: 79204 Assignee: nouveau at lists.freedesktop.org Summary: [NV50] No reported temperature/fan speed on GTX260 QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: All Reporter: mdop at seznam.cz Hardware: Other Status: NEW Version: unspecified Component: Driver/nouveau Product: xorg Created attachment 99756 --> https://bugs.freedesktop.org/attachment.cgi?id=99756&action=edit dmesg debug Nouveau doesn't report...
2014 May 25
3
[Bug 79211] New: [VP4.2] Video playback using vdpau unusably slow
...um Bug ID: 79211 Assignee: nouveau at lists.freedesktop.org Summary: [VP4.2] Video playback using vdpau unusably slow QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: All Reporter: mdop at seznam.cz Hardware: Other Status: NEW Version: unspecified Component: Driver/nouveau Product: xorg Created attachment 99768 --> https://bugs.freedesktop.org/attachment.cgi?id=99768&action=edit dmesg Hardware: Motherboard Asus P8Z77...
2014 Apr 30
4
[Bug 78106] New: Reported fan rpm is twice the actual value (NVC0)
...Bug ID: 78106 Assignee: nouveau at lists.freedesktop.org Summary: Reported fan rpm is twice the actual value (NVC0) QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter: mdop at seznam.cz Hardware: x86-64 (AMD64) Status: NEW Version: unspecified Component: Driver/nouveau Product: xorg Created attachment 98224 --> https://bugs.freedesktop.org/attachment.cgi?id=98224&action=edit Kernel log I have Gigabyte GTX...
2014 May 25
0
[PATCH] drm/nouveau/i2c: bump the i2c delay for the adt7473
Some adt7473 can't manage the 20?s delay we use for the bitbanging, bumping it to 40?s seem to do the trick. Signed-off-by: Martin Peres <martin.peres at free.fr> Tested-by: Marcel Dopita <mdop at seznam.cz> --- drivers/gpu/drm/nouveau/core/subdev/therm/ic.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/nouveau/core/subdev/therm/ic.c b/drivers/gpu/drm/nouveau/core/subdev/therm/ic.c index 7610fc5..ca9ad9fd4 100644 --- a/drivers/gpu/drm/nouvea...
2014 Oct 14
2
[LLVMdev] [RFC] Less memory and greater maintainability for debug info IR
...V = 23967800 (40200000 - 16232200) U = 5850877 ( 7365503 - 1514626) C = 205491 ( 279134 - 73643) M = 16837368 (31009291 - 14171923) S = 693869 ( 693869 - 0) Lastly, I dumped a breakdown of the types of MDNodeOperands. This is also a sample from nearby: MDOps = 77644750 (100%) Const = 14947077 ( 19%) Node = 41749475 ( 53%) Str = 9553581 ( 12%) Null = 10976693 ( 14%) Other = 417924 ( 0%) While I didn't use this breakdown for my memory estimates, it was interesting nevertheless. Note the following: - The number of con...
2012 Apr 09
12
[Bug 48464] New: Crash when GLXVBlank set to true
...Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: mdop at seznam.cz QAContact: xorg-team at lists.x.org Created attachment 59674 --> https://bugs.freedesktop.org/attachment.cgi?id=59674 xorg log I want to get rid of screen tearing when playing videos so my intention is to set GLXVBlank to true in 20-nouveau.conf. Monitor: Dell U2711 w...
2014 Oct 13
9
[LLVMdev] [RFC] Less memory and greater maintainability for debug info IR
In r219010, I merged integer and string fields into a single header field. By reducing the number of metadata operands used in debug info, this saved 2.2GB on an `llvm-lto` bootstrap. I've done some profiling of DW_TAGs to see what parts of PR17891 and PR17892 to tackle next, and I've concluded that they will be insufficient. Instead, I'd like to implement a more aggressive plan,