Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:refresh
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/drm_hal/
H
A
D
drm_hal_gfx.h
76
int (*
refresh
)(enum drm_hal_gfx_layer layer);
member
H
A
D
drm_hal_gfx.c
511
gfx_dev.
refresh
= drm_hal_gfx_refresh;
in drm_hal_gfx_dev_register()
534
gfx_dev.
refresh
= NULL;
in drm_hal_gfx_dev_unregister()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_modes.c
173
/* the CVT default
refresh
rate is 60Hz */
in drm_cvt_mode()
1410
unsigned int
refresh
;
in drm_mode_parse_cmdline_refresh()
local
1417
refresh
= simple_strtol(str, end_ptr, 0xa);
in drm_mode_parse_cmdline_refresh()
1422
mode->
refresh
=
refresh
;
in drm_mode_parse_cmdline_refresh()
1716
* <xres>x<yres>[M][R][-<bpp>][@<
refresh
>][i][m][eDd]
1749
/* Try to locate the bpp and
refresh
specifiers, if any */
in drm_mode_parse_command_line_for_connector()
1784
return false; /* named +
refresh
is invalid */
in drm_mode_parse_command_line_for_connector()
1839
* Locate the end of the bpp /
refresh
, and parse the extras
in drm_mode_parse_command_line_for_connector()
1887
mode = drm_cvt_mode(dev, cmd->xres, cmd->yres, cmd->refresh_specified ? cmd->
refresh
in drm_mode_create_from_cmdline_mode()
[all...]
/device/soc/rockchip/common/vendor/drivers/devfreq/
H
A
D
rockchip_dmc.c
157
unsigned int
refresh
;
member
2168
unsigned int
refresh
= false;
in rockchip_dmcfreq_system_status_notifier()
local
2190
refresh
= true;
in rockchip_dmcfreq_system_status_notifier()
2234
if (dmcfreq->
refresh
!=
refresh
) {
in rockchip_dmcfreq_system_status_notifier()
2236
dmcfreq->set_auto_self_refresh(
refresh
);
in rockchip_dmcfreq_system_status_notifier()
2238
dmcfreq->
refresh
=
refresh
;
in rockchip_dmcfreq_system_status_notifier()
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/
H
A
D
rockchip_dmc.c
153
unsigned int
refresh
;
member
2325
unsigned int
refresh
= false;
in rockchip_dmcfreq_system_status_notifier()
local
2345
refresh
= true;
in rockchip_dmcfreq_system_status_notifier()
2384
if (dmcfreq->
refresh
!=
refresh
) {
in rockchip_dmcfreq_system_status_notifier()
2386
dmcfreq->set_auto_self_refresh(
refresh
);
in rockchip_dmcfreq_system_status_notifier()
2387
dmcfreq->
refresh
=
refresh
;
in rockchip_dmcfreq_system_status_notifier()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H
A
D
dw-mipi-dsi.c
277
int
refresh
, two_frames;
in dw_mipi_dsi_wait_for_two_frames()
local
279
refresh
= drm_mode_vrefresh(mode);
in dw_mipi_dsi_wait_for_two_frames()
280
two_frames = DIV_ROUND_UP(MSEC_PER_SEC,
refresh
) * 0x2;
in dw_mipi_dsi_wait_for_two_frames()
/device/soc/rockchip/common/sdk_linux/include/drm/
H
A
D
drm_connector.h
316
* @min_vfreq: This is the min supported
refresh
rate in Hz from
318
* @max_vfreq: This is the max supported
refresh
rate in Hz from
707
* This tracks whether a connector is aware of the self
refresh
state.
709
* understand the self
refresh
state. This is needed since the crtc
710
* registers the self
refresh
helpers and it doesn't know if the
711
* connectors downstream have implemented self
refresh
entry/exit.
1101
* Did the mode have a preferred
refresh
rate?
1134
* @
refresh
:
1138
int
refresh
;
member
1345
* query hardware support for variable
refresh
rat
[all...]
Completed in 16 milliseconds