OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in_shaper_func
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_surface.c
58
plane_state->
in_shaper_func
= dc_create_transfer_func();
59
if (plane_state->
in_shaper_func
!= NULL) {
60
plane_state->
in_shaper_func
->type = TF_TYPE_BYPASS;
61
plane_state->
in_shaper_func
->ctx = ctx;
86
if (plane_state->
in_shaper_func
!= NULL) {
88
plane_state->
in_shaper_func
);
89
plane_state->
in_shaper_func
= NULL;
amdgpu_dc.c
1908
(surface->
in_shaper_func
!=
1910
memcpy(surface->
in_shaper_func
, srf_update->func_shaper,
1911
sizeof(*surface->
in_shaper_func
));
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_hwseq.c
808
if (plane_state->
in_shaper_func
) {
809
if (plane_state->
in_shaper_func
->type == TF_TYPE_HWPWL)
810
shaper_lut = &plane_state->
in_shaper_func
->pwl;
811
else if (plane_state->
in_shaper_func
->type == TF_TYPE_DISTRIBUTED_POINTS) {
813
plane_state->
in_shaper_func
,
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc.h
765
struct dc_transfer_func *
in_shaper_func
;
member in struct:dc_plane_state
Completed in 20 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025