Searched refs:dcn10_ipp (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_ipp.c | 27 #include "dcn10_ipp.h" 59 struct dcn10_ipp *ippn10, in dcn10_ipp_construct() 76 struct dcn10_ipp *ippn10, in dcn20_ipp_construct()
|
H A D | dcn10_ipp.h | 32 container_of(ipp, struct dcn10_ipp, base) 199 struct dcn10_ipp { struct 209 void dcn10_ipp_construct(struct dcn10_ipp *ippn10, argument 216 void dcn20_ipp_construct(struct dcn10_ipp *ippn10, 202 regsdcn10_ipp global() argument 203 ipp_shiftdcn10_ipp global() argument 204 ipp_maskdcn10_ipp global() argument
|
H A D | Makefile | 25 DCN10 = dcn10_ipp.o \
|
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn201/ |
H A D | dcn201_resource.c | 38 #include "dcn10/dcn10_ipp.h" 648 struct dcn10_ipp *ipp = in dcn201_ipp_create() 649 kzalloc(sizeof(struct dcn10_ipp), GFP_ATOMIC); in dcn201_ipp_create()
|
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn10/ |
H A D | dcn10_resource.c | 35 #include "dcn10/dcn10_ipp.h" 587 struct dcn10_ipp *ipp = in dcn10_ipp_create() 588 kzalloc(sizeof(struct dcn10_ipp), GFP_KERNEL); in dcn10_ipp_create()
|
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn21/ |
H A D | dcn21_resource.c | 43 #include "dcn10/dcn10_ipp.h" 486 struct dcn10_ipp *ipp = in dcn21_ipp_create() 487 kzalloc(sizeof(struct dcn10_ipp), GFP_KERNEL); in dcn21_ipp_create()
|
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/ |
H A D | dcn20_resource.c | 39 #include "dcn10/dcn10_ipp.h" 753 struct dcn10_ipp *ipp = in dcn20_ipp_create() 754 kzalloc(sizeof(struct dcn10_ipp), GFP_ATOMIC); in dcn20_ipp_create()
|