diff options
author | Dave Airlie <airlied@redhat.com> | 2024-06-07 00:40:57 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2024-06-07 00:40:58 +0200 |
commit | eb55943aab89be99a26e34fc2175ebb3583a2778 (patch) | |
tree | 90d5f2b03f460418f8d3ed161abe83432a6d2a80 /drivers/gpu | |
parent | Merge tag 'drm-misc-fixes-2024-06-07' of https://gitlab.freedesktop.org/drm/m... (diff) | |
parent | drm/komeda: remove unused struct 'gamma_curve_segment' (diff) | |
download | linux-eb55943aab89be99a26e34fc2175ebb3583a2778.tar.xz linux-eb55943aab89be99a26e34fc2175ebb3583a2778.zip |
Merge tag 'drm-misc-next-fixes-2024-06-07' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
drm-misc-next-fixes for v6.10-rc3:
- Single unused struct removal that should have been in -fixes.
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/0251b6ae-bffa-44b2-b698-955712c25a27@linux.intel.com
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/arm/display/komeda/komeda_color_mgmt.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/drm/arm/display/komeda/komeda_color_mgmt.c b/drivers/gpu/drm/arm/display/komeda/komeda_color_mgmt.c index d8e449e6ebda..50cb8f7ee6b2 100644 --- a/drivers/gpu/drm/arm/display/komeda/komeda_color_mgmt.c +++ b/drivers/gpu/drm/arm/display/komeda/komeda_color_mgmt.c @@ -72,11 +72,6 @@ struct gamma_curve_sector { u32 segment_width; }; -struct gamma_curve_segment { - u32 start; - u32 end; -}; - static struct gamma_curve_sector sector_tbl[] = { { 0, 4, 4 }, { 16, 4, 4 }, |