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:needs_modeset
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/ingenic/
H
A
D
ingenic-ipu.c
291
bool
needs_modeset
, upscaling_w, upscaling_h;
in ingenic_ipu_plane_atomic_update()
local
310
needs_modeset
= drm_atomic_crtc_needs_modeset(state->crtc->state);
in ingenic_ipu_plane_atomic_update()
311
if (
needs_modeset
) {
in ingenic_ipu_plane_atomic_update()
326
if (!
needs_modeset
)
in ingenic_ipu_plane_atomic_update()
/kernel/linux/linux-6.6/drivers/gpu/drm/ingenic/
H
A
D
ingenic-ipu.c
331
bool
needs_modeset
, upscaling_w, upscaling_h;
in ingenic_ipu_plane_atomic_update()
local
355
needs_modeset
= drm_atomic_crtc_needs_modeset(newstate->crtc->state);
in ingenic_ipu_plane_atomic_update()
356
if (
needs_modeset
) {
in ingenic_ipu_plane_atomic_update()
376
if (!
needs_modeset
)
in ingenic_ipu_plane_atomic_update()
/kernel/linux/linux-5.10/drivers/gpu/drm/virtio/
H
A
D
virtgpu_plane.c
167
output->
needs_modeset
) {
in virtio_gpu_primary_plane_update()
168
output->
needs_modeset
= false;
in virtio_gpu_primary_plane_update()
H
A
D
virtgpu_display.c
131
output->
needs_modeset
= true;
in virtio_gpu_crtc_atomic_flush()
H
A
D
virtgpu_drv.h
147
bool
needs_modeset
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/virtio/
H
A
D
virtgpu_plane.c
208
output->
needs_modeset
) {
in virtio_gpu_primary_plane_update()
209
output->
needs_modeset
= false;
in virtio_gpu_primary_plane_update()
H
A
D
virtgpu_display.c
134
output->
needs_modeset
= true;
in virtio_gpu_crtc_atomic_flush()
H
A
D
virtgpu_drv.h
182
bool
needs_modeset
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/vboxvideo/
H
A
D
vbox_mode.c
179
bool
needs_modeset
= drm_atomic_crtc_needs_modeset(crtc->state);
in vbox_crtc_set_base_and_mode()
local
193
if (
needs_modeset
&& vbox_set_up_input_mapping(vbox)) {
in vbox_crtc_set_base_and_mode()
207
if (
needs_modeset
)
in vbox_crtc_set_base_and_mode()
/kernel/linux/linux-6.6/drivers/gpu/drm/vboxvideo/
H
A
D
vbox_mode.c
184
bool
needs_modeset
= drm_atomic_crtc_needs_modeset(crtc->state);
in vbox_crtc_set_base_and_mode()
local
198
if (
needs_modeset
&& vbox_set_up_input_mapping(vbox)) {
in vbox_crtc_set_base_and_mode()
212
if (
needs_modeset
)
in vbox_crtc_set_base_and_mode()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_display.c
545
needs_modeset
(const struct intel_crtc_state *state)
in needs_modeset()
function
6442
if (
needs_modeset
(new_crtc_state))
in hsw_pre_update_disable_ips()
6469
if (
needs_modeset
(new_crtc_state))
in hsw_post_update_enable_ips()
6522
return (!old_crtc_state->active_planes ||
needs_modeset
(new_crtc_state)) &&
in planes_enabling()
6530
(!new_crtc_state->active_planes ||
needs_modeset
(new_crtc_state));
in planes_disabling()
6616
if (!
needs_modeset
(new_crtc_state)) {
in intel_pre_plane_update()
12386
bool mode_changed =
needs_modeset
(crtc_state);
in intel_plane_atomic_calc_changes()
12748
bool mode_changed =
needs_modeset
(crtc_state);
in intel_crtc_atomic_check()
14472
if (!
needs_modeset
(new_crtc_state) && !new_crtc_state->update_pipe)
in intel_modeset_verify_crtc()
14567
if (!
needs_modeset
(new_crtc_stat
in intel_modeset_clear_plls()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
intel_pm.c
1901
bool
needs_modeset
= drm_atomic_crtc_needs_modeset(&crtc_state->uapi);
in vlv_compute_pipe_wm()
local
1926
if (
needs_modeset
)
in vlv_compute_pipe_wm()
1943
if (
needs_modeset
||
in vlv_compute_pipe_wm()
Completed in 38 milliseconds