diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2018-02-23 22:25:01 +0300 |
---|---|---|
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2018-03-16 16:44:01 +0300 |
commit | 9c60583c0b0fd6f3a5b61fda3eb604ce218b9d25 (patch) | |
tree | 7d3163790f8079d543714f716b4560f13d26f431 /drivers/gpu/drm/drm_atomic.c | |
parent | 0a00ac97d29e65093c0d4c7c4f5827528168b73a (diff) | |
download | linux-9c60583c0b0fd6f3a5b61fda3eb604ce218b9d25.tar.xz |
Revert "drm: Use a flexible array member for blob property data"
Using a flexible array for the blob data was a mistake by me. It
forces all users of the blob data to cast blob->data to something
else. void* is clearly superior so let's go back to the original
scheme.
Not a clean revert as the code has moved.
This reverts commit d63f5e6bf6f2a1573ea39c9937cdf5ab0b3a4b77.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180223192506.29992-1-ville.syrjala@linux.intel.com
Reviewed-by: Shashank Sharma <shashank.sharma@intel.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/drm_atomic.c')
0 files changed, 0 insertions, 0 deletions