Comment 56 for bug 1753776

Revision history for this message
In , Daniel van Vugt (vanvugt) wrote :

Bisected:

1efd73df39b39589d26f44d4927d2c65697bbe6e is the first bad commit
commit 1efd73df39b39589d26f44d4927d2c65697bbe6e
Author: Ben Widawsky <email address hidden>
Date: Tue May 30 17:24:06 2017 +0530

    i965: Advertise the CCS modifier

    v2: Rename modifier to be more smart (Jason)

    FINISHME: Use the kernel's final choice for the fb modifier

    bwidawsk@norris2:~/intel-gfx/kmscube (modifiers $) ~/scripts/measure_bandwidth.sh ./kmscube none
    Read bandwidth: 603.91 MiB/s
    Write bandwidth: 615.28 MiB/s
    bwidawsk@norris2:~/intel-gfx/kmscube (modifiers $) ~/scripts/measure_bandwidth.sh ./kmscube ytile
    Read bandwidth: 571.13 MiB/s
    Write bandwidth: 555.51 MiB/s
    bwidawsk@norris2:~/intel-gfx/kmscube (modifiers $) ~/scripts/measure_bandwidth.sh ./kmscube ccs
    Read bandwidth: 259.34 MiB/s
    Write bandwidth: 337.83 MiB/s

    v2: Move all references to the new fourcc code(s) to this patch.
    v3: Rebase, remove Yf_CCS (Daniel)

    Signed-off-by: Ben Widawsky <email address hidden>
    Signed-off-by: Jason Ekstrand <email address hidden>
    Acked-by: Daniel Stone <email address hidden>
    Reviewed-by: Chad Versace <email address hidden>

:040000 040000 1770769b46d6a9425e80b380e8338059841921e2 f790e3c0d1c5246c4d1385f14eac032b90acf68c M src