New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 593493 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Closed: Dec 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

Bug in graphics_util.py on exynos

Project Member Reported by marc...@chromium.org, Mar 9 2016

Issue description

I think there's a problem in client/cros/graphics/graphics_utils.py :

    exynos_fields = {
        'gem_objects': ['/sys/kernel/debug/dri/?/exynos_gem_objects'],
        'memory': ['/sys/class/misc/mali0/device/memory',
                   '/sys/class/misc/mali0/device/gpu_memory'],
    }

It seems like /sys/kernel/debug/dri/?/exynos_gem_objects' doesn't match, but opens only 0. This causes these tests to fail when I add vgem:

https://uberchromegw.corp.google.com/i/chromeos/builders/peach_pit-paladin/builds/11663/steps/HWTest%20%5Bbvt-cq%5D/logs/stdio

 
Components: OS>Kernel>Graphics
Cc: pwang@chromium.org
Owner: pwang@chromium.org
Status: Assigned (was: Untriaged)

Comment 4 by pwang@chromium.org, Nov 15 2017

the logs is no longer available. 
checked with one of the peach_pit and daisy_skate on lab, both of them install the file at the correct location (/sys/kernel/debug/dri/0/exynos_gem_objects)

Comment 5 by ihf@chromium.org, Nov 15 2017

Status: WontFix (was: Assigned)
Thanks, sounds like this is obsolete now.
Status: Assigned (was: WontFix)

Comment 7 by pwang@chromium.org, Nov 15 2017

i'll checking again on the peach_pit with the vgem patch. But ideally, graphics_utils will pick the alphabetically first valid exynos_gem_object if two or more exynos_gem_object are provided.

Comment 8 by pwang@chromium.org, Nov 16 2017

Running with no problem on DUT, but failed multiple time in peach_pit-paladin-tryjob with unrelated failures(test abort). We should try to putting CL:314891 
 to CQ again and get the actual error log.

Comment 9 by pwang@chromium.org, Dec 16 2017

Status: WontFix (was: Assigned)
The change in question (CL:314891) is pushed. Mark this as won't fix.

Sign in to add a comment