drm: Changes to 'gralloc_handle_v4_to_upstream'

[email protected] (Robert Foss) Wed, 14 Feb 2018 16:36:02 +0000 (UTC)
Newsgroups gmane.comp.video.dri.patches
Message-ID <[email protected]>
New branch 'gralloc_handle_v4_to_upstream' available with the following commits:
commit e75e0ea2e3e29aa65dff868b1088bd41d9405781
Author: Robert Foss <[email protected]>
Date:   Tue Jan 16 18:07:15 2018 +0100

    android: Change gralloc_handle_t members to be fixed width
    
    In order to lessen future alignment issues, lets switch to
    fixed width integers where possible.
    
    This excludes the data_owner since it is a pid_t which
    in theory could be larger than 32 bits.
    
    Signed-off-by: Robert Foss <[email protected]>
    Reviewed-by: Rob Herring <[email protected]>

commit 8e00d5ffbda7ae7ef6e33aa51aa71a0bf347f488
Author: Robert Foss <[email protected]>
Date:   Tue Jan 16 14:38:41 2018 +0100

    android: Remove member name from gralloc_handle_t
    
    The name member of gralloc_handle_t is no longer needed and has been removed.
    The version field has also been bumped.
    
    Signed-off-by: Robert Foss <[email protected]>
    Reviewed-by: Rob Herring <[email protected]>

commit ed0ed55f3e6c2e1a460d72fed270f6243dcf92a5
Author: Robert Foss <[email protected]>
Date:   Tue Jan 16 15:19:15 2018 +0100

    android: Mark gralloc_handle_t magic variable as const
    
    Mark magic member of gralloc_handle_t as const.
    
    Signed-off-by: Robert Foss <[email protected]>
    Reviewed-by: Rob Herring <[email protected]>

commit 76cd0af39960d0c36e7aacd4fe8d6a08f4af8ecc
Author: Robert Foss <[email protected]>
Date:   Tue Jan 16 14:36:13 2018 +0100

    android: Add version variable to gralloc_handle_t
    
    The version variable will be used for versioning of this
    struct and the corresponding accessor functions.
    
    Signed-off-by: Robert Foss <[email protected]>
    Reviewed-by: Rob Herring <[email protected]>

commit a4b6fd651f1b34f13eb3a3bc101a34adfa3b54a5
Author: Robert Foss <[email protected]>
Date:   Wed Dec 6 19:28:13 2017 +0100

    android: Move gralloc handle struct to libdrm
    
    This struct is used in mesa and drm_hwcomposer.
    Versions of if have been implemented in several grallocs:
    drm_gralloc, gbm_gralloc, minigbm and intel-minigbm.
    
    Other than the 1:1 move of the struct a new generic name
    has been chosen and variables have had comments added to them.
    
    Signed-off-by: Robert Foss <[email protected]>
    Reviewed-by: Rob Herring <[email protected]>


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
--