Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Render decompression #2

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Render decompression #2

wants to merge 11 commits into from

Commits on Oct 31, 2019

  1. Format modifier for Intel Gen-12 render compression

    Gen-12 has a new compression format for render compression.
    For this, a new modifier is needed to indicate that.
    
    Signed-off-by: Mika Kahola <[email protected]>
    Reviewed-by: Radhakrishna Sripada <[email protected]>
    mkahola committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    6cea7b9 View commit details
    Browse the repository at this point in the history
  2. lib/igt_fb.c: Update tile sizes for GEN12 CCS

    Update tile sizes for GEN12 CCS.
    
    BSpec: 47709
    
    Signed-off-by: Mika Kahola <[email protected]>
    Reviewed-by: Radhakrishna Sripada <[email protected]>
    mkahola committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    5c275cf View commit details
    Browse the repository at this point in the history
  3. tests/kms_ccs: Add GEN12 CCS render compression format modifiers

    Add GEN12 CCS format modifiers for render compression. Render
    compression is not supported for 90/270 rotation.
    
    Bspec: 49252
    
    Signed-off-by: Mika Kahola <[email protected]>
    mkahola committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    76ce56f View commit details
    Browse the repository at this point in the history
  4. Format modifier for Intel Gen-12 media compression

    Gen-12 has a new compression format for media compression.
    For this, a new modifier is needed to indicate that.
    
    Signed-off-by: Mika Kahola <[email protected]>
    mkahola committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    4c96937 View commit details
    Browse the repository at this point in the history
  5. lib/igt_fb.c: Update tile sizes for GEN12 MCS

    Update tile sizes for GEN12 MCS.
    
    Signed-off-by: Mika Kahola <[email protected]>
    mkahola committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    c68f7a2 View commit details
    Browse the repository at this point in the history
  6. tests/kms_ccs: Add GEN12 CCS media compression format modifiers

    Add GEN12 CCS format modifiers for media compression.
    
    Signed-off-by: Mika Kahola <[email protected]>
    mkahola committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    dce7927 View commit details
    Browse the repository at this point in the history
  7. Format modifier for Gen-12 render engine with Color Clear

    Gen12 display can decompress surfaces compressed by render engine with Clear Color, add
    a new modifier as the driver needs to know the surface was compressed by render engine.
    
    Signed-off-by: Mika Kahola <[email protected]>
    mkahola committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    03bef97 View commit details
    Browse the repository at this point in the history
  8. lib/igt_fb.c: Update tile sizes for GEN12 Color Clear

    Update tile sizes for GEN12 Color Clear.
    
    Signed-off-by: Mika Kahola <[email protected]>
    mkahola committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    0ad0938 View commit details
    Browse the repository at this point in the history
  9. tests/kms_ccs: Add GEN12 CCS Color Clear format modifiers

    Add GEN12 CCS format modifiers for render compression Color Clear feature.
    
    Signed-off-by: Mika Kahola <[email protected]>
    mkahola committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    f238f3e View commit details
    Browse the repository at this point in the history
  10. tests/kms_getgfb: Update GEN12 CCS format modifiers

    Update Intel GEN12 format modifiers for getfb-reject-ccs
    subtest
    
    Signed-off-by: Mika Kahola <[email protected]>
    mkahola committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    d3dde2d View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. tests/kms_ccs: Separate subtests for each format modifier

    Intoducing separate subtests for each CCS format modifier.
    
    Signed-off-by: Mika Kahola <[email protected]>
    mkahola committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    b81587d View commit details
    Browse the repository at this point in the history