History log of /drivers/gpu/drm/nouveau/core/engine/disp/hdanva3.c
Revision Date Author Comments
cc2a9071458254cb0db6153811734750da0233ea 15-Sep-2014 Ben Skeggs <bskeggs@redhat.com> drm/gt214-/disp: enable dp audio

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
120b0c39c75688864e4a25e71cf3ed40e8e18651 09-Aug-2014 Ben Skeggs <bskeggs@redhat.com> drm/nv50-/disp: audit and version SOR_HDA_ELD method

The full object interfaces are about to be exposed to userspace, so we
need to check for any security-related issues and version the structs
to make it easier to handle any changes we may need in the future.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
02d69294a174d7cb6a76080b6d16971ca08728d4 29-Jul-2013 Ilia Mirkin <imirkin@alum.mit.edu> drm/nva3-/disp: fix hda eld writing, needs to be padded

Commits 0a9e2b959 (drm/nvd0/disp: move HDA codec setup to core) and
a4feaf4ea (drm/nva3/disp: move hda codec handling to core) moved code
around but neglected to fill data up to 0x60 as before. This caused
/proc/asound/cardN/eld#3.0 to show eld_valid as 0. With this patch, that
file is again populated with the correct data.

See https://bugs.freedesktop.org/show_bug.cgi?id=67051

Reported-and-tested-by: Alex <alupu01@gmail.com>
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
a4feaf4ea5359db96a253154eafca358d16152b2 09-Nov-2012 Ben Skeggs <bskeggs@redhat.com> drm/nva3/disp: move hda codec handling to core

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>