/src/sys/fs/ntfs/ |
ntfs_ihash.c | 120 struct nthashhead *ipp; local in function:ntfs_nthashlookup 123 ipp = &ntfs_nthashtbl[NTNOHASH(dev, inum)]; 124 LIST_FOREACH(ip, ipp, i_hash) { 139 struct nthashhead *ipp; local in function:ntfs_nthashins 142 ipp = &ntfs_nthashtbl[NTNOHASH(ip->i_dev, ip->i_number)]; 143 LIST_INSERT_HEAD(ipp, ip, i_hash);
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce100/ |
amdgpu_dce100_resource.c | 594 struct dce_ipp *ipp = kzalloc(sizeof(struct dce_ipp), GFP_KERNEL); local in function:dce100_ipp_create 596 if (!ipp) { 601 dce_ipp_construct(ipp, ctx, inst, 603 return &ipp->base;
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce112/ |
amdgpu_dce112_resource.c | 641 struct dce_ipp *ipp = kzalloc(sizeof(struct dce_ipp), GFP_KERNEL); local in function:dce112_ipp_create 643 if (!ipp) { 648 dce_ipp_construct(ipp, ctx, inst, 650 return &ipp->base;
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce120/ |
amdgpu_dce120_resource.c | 726 struct dce_ipp *ipp = kzalloc(sizeof(struct dce_ipp), GFP_KERNEL); local in function:dce120_ipp_create 728 if (!ipp) { 733 dce_ipp_construct(ipp, ctx, inst, 735 return &ipp->base;
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce80/ |
amdgpu_dce80_resource.c | 769 struct dce_ipp *ipp = kzalloc(sizeof(struct dce_ipp), GFP_KERNEL); local in function:dce80_ipp_create 771 if (!ipp) { 776 dce_ipp_construct(ipp, ctx, inst, 778 return &ipp->base;
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/ |
amdgpu_dce110_hw_sequencer.c | 51 #include "ipp.h" 281 struct input_pixel_processor *ipp = pipe_ctx->plane_res.ipp; local in function:dce110_set_input_transfer_func 286 if (ipp == NULL) 293 ipp->funcs->ipp_program_prescale(ipp, &prescale_params); 298 ipp->funcs->ipp_program_input_lut(ipp, plane_state->gamma_correction); 302 ipp->funcs->ipp_set_degamma(ipp, IPP_DEGAMMA_MODE_HW_sRGB) 2679 struct input_pixel_processor *ipp = pipe_ctx->plane_res.ipp; local in function:dce110_set_cursor_position [all...] |
amdgpu_dce110_resource.c | 640 struct dce_ipp *ipp = kzalloc(sizeof(struct dce_ipp), GFP_KERNEL); local in function:dce110_ipp_create 642 if (!ipp) { 647 dce_ipp_construct(ipp, ctx, inst, 649 return &ipp->base; 1115 /*pipe_ctx->plane_res.ipp = res_ctx->pool->ipps[underlay_idx];*/
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
amdgpu_dcn10_resource.c | 640 struct dcn10_ipp *ipp = local in function:dcn10_ipp_create 643 if (!ipp) { 648 dcn10_ipp_construct(ipp, ctx, inst, 650 return &ipp->base; 1155 idle_pipe->plane_res.ipp = pool->ipps[idle_pipe->pipe_idx]; 1492 /* mem input -> ipp -> dpp -> opp -> TG */
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/ |
amdgpu_dcn21_resource.c | 678 struct dcn10_ipp *ipp = local in function:dcn21_ipp_create 681 if (!ipp) { 686 dcn20_ipp_construct(ipp, ctx, inst, 688 return &ipp->base; 1798 /* mem input -> ipp -> dpp -> opp -> TG */
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/ |
core_types.h | 251 struct input_pixel_processor *ipp; member in struct:plane_resource
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/ |
amdgpu_dcn20_resource.c | 997 struct dcn10_ipp *ipp = local in function:dcn20_ipp_create 1000 if (!ipp) { 1005 dcn20_ipp_construct(ipp, ctx, inst, 1007 return &ipp->base; 1739 next_odm_pipe->plane_res.ipp = pool->ipps[next_odm_pipe->pipe_idx]; 1814 secondary_pipe->plane_res.ipp = pool->ipps[secondary_pipe->pipe_idx]; 3003 idle_pipe->plane_res.ipp = pool->ipps[idle_pipe->pipe_idx]; 3673 /* mem input -> ipp -> dpp -> opp -> TG */
|