OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:store_h_border_left
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_resource.c
971
int
store_h_border_left
= pipe_ctx->stream->timing.h_border_left;
local in function:shift_border_left_to_dst
973
if (
store_h_border_left
) {
975
pipe_ctx->stream->dst.x +=
store_h_border_left
;
977
return
store_h_border_left
;
981
int
store_h_border_left
)
983
pipe_ctx->stream->dst.x -=
store_h_border_left
;
984
pipe_ctx->stream->timing.h_border_left =
store_h_border_left
;
992
int
store_h_border_left
= shift_border_left_to_dst(pipe_ctx);
local in function:resource_build_scaling_params
1007
if (
store_h_border_left
) {
1009
store_h_border_left
);
[
all
...]
Completed in 14 milliseconds
Indexes created Mon Oct 13 21:09:55 GMT 2025