Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amd/display: Update include to bring in line with internal tree

Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Harry Wentland and committed by
Alex Deucher
a6def445 f6baff4d

+2
+1
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
··· 40 40 #include "ipp.h" 41 41 #include "mpc.h" 42 42 #include "reg_helper.h" 43 + #include "custom_float.h" 43 44 44 45 #define CTX \ 45 46 hws->ctx
+1
drivers/gpu/drm/amd/display/include/dal_asic_id.h
··· 112 112 /* DCN1_0 */ 113 113 #define INTERNAL_REV_RAVEN_A0 0x00 /* First spin of Raven */ 114 114 #define RAVEN_A0 0x01 115 + #define RAVEN_B0 0x21 115 116 #define RAVEN_UNKNOWN 0xFF 116 117 117 118 #define ASIC_REV_IS_RAVEN(eChipRev) ((eChipRev >= RAVEN_A0) && eChipRev < RAVEN_UNKNOWN)