search for: nvc0_software_mthd_mp_control

Displaying 3 results from an estimated 3 matches for "nvc0_software_mthd_mp_control".

2014 Apr 02
2
[PATCH 11/12] drm/nouveau: support GK20A in nouveau_accel_init()
On Wed, Mar 26, 2014 at 1:27 PM, Ben Skeggs <skeggsb at gmail.com> wrote: > On Tue, Mar 25, 2014 at 9:10 AM, Thierry Reding > <thierry.reding at gmail.com> wrote: >> On Mon, Mar 24, 2014 at 05:42:33PM +0900, Alexandre Courbot wrote: >>> GK20A does not embed a dedicated COPY engine and thus cannot allocate >>> the copy channel that nouveau_accel_init()
2013 Mar 27
3
[PATCH 1/4] drm/nvc0: implement VRAM compression
--- drivers/gpu/drm/nouveau/core/include/subdev/ltcg.h | 7 + drivers/gpu/drm/nouveau/core/subdev/fb/nvc0.c | 55 +++++---- drivers/gpu/drm/nouveau/core/subdev/ltcg/nvc0.c | 129 +++++++++++++++++++- drivers/gpu/drm/nouveau/core/subdev/vm/nvc0.c | 58 +++++++++- 4 files changed, 220 insertions(+), 29 deletions(-) diff --git
2014 Apr 02
0
[PATCH 11/12] drm/nouveau: support GK20A in nouveau_accel_init()
...Correct. As far as I have looked (that is, not very far), SW methods > are used for display-related functions, but there might be other > use-cases too. Maybe someone who knows better can confirm? http://cgit.freedesktop.org/~darktama/nouveau/tree/nvkm/engine/software/nvc0.c Take a look at nvc0_software_mthd_mp_control -- that's used in the mesa driver to... well, control those things :) They're related to PGRAPH, which should be available on the GK20A. [Not sure what they do though. One of them is about turning off error reporting.] -ilia