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:tv_info
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
radeon_atombios.c
1795
ATOM_ANALOG_TV_INFO *
tv_info
;
in radeon_atom_get_tv_timings()
local
1808
tv_info
= (ATOM_ANALOG_TV_INFO *)(mode_info->atom_context->bios + data_offset);
in radeon_atom_get_tv_timings()
1812
mode->crtc_htotal = le16_to_cpu(
tv_info
->aModeTimings[index].usCRTC_H_Total);
in radeon_atom_get_tv_timings()
1813
mode->crtc_hdisplay = le16_to_cpu(
tv_info
->aModeTimings[index].usCRTC_H_Disp);
in radeon_atom_get_tv_timings()
1814
mode->crtc_hsync_start = le16_to_cpu(
tv_info
->aModeTimings[index].usCRTC_H_SyncStart);
in radeon_atom_get_tv_timings()
1815
mode->crtc_hsync_end = le16_to_cpu(
tv_info
->aModeTimings[index].usCRTC_H_SyncStart) +
in radeon_atom_get_tv_timings()
1816
le16_to_cpu(
tv_info
->aModeTimings[index].usCRTC_H_SyncWidth);
in radeon_atom_get_tv_timings()
1818
mode->crtc_vtotal = le16_to_cpu(
tv_info
->aModeTimings[index].usCRTC_V_Total);
in radeon_atom_get_tv_timings()
1819
mode->crtc_vdisplay = le16_to_cpu(
tv_info
->aModeTimings[index].usCRTC_V_Disp);
in radeon_atom_get_tv_timings()
1820
mode->crtc_vsync_start = le16_to_cpu(
tv_info
in radeon_atom_get_tv_timings()
1895
struct _ATOM_ANALOG_TV_INFO *
tv_info
;
radeon_atombios_get_tv_info()
local
[all...]
H
A
D
radeon_combios.c
922
uint16_t
tv_info
;
in radeon_combios_get_tv_info()
local
925
tv_info
= combios_get_table_offset(dev, COMBIOS_TV_INFO_TABLE);
in radeon_combios_get_tv_info()
926
if (
tv_info
) {
in radeon_combios_get_tv_info()
927
if (RBIOS8(
tv_info
+ 6) == 'T') {
in radeon_combios_get_tv_info()
928
switch (RBIOS8(
tv_info
+ 7) & 0xf) {
in radeon_combios_get_tv_info()
960
switch ((RBIOS8(
tv_info
+ 9) >> 2) & 0x3) {
in radeon_combios_get_tv_info()
2603
uint32_t
tv_info
=
in radeon_get_legacy_connector_info_from_bios()
local
2605
if (
tv_info
) {
in radeon_get_legacy_connector_info_from_bios()
2606
if (RBIOS8(
tv_info
+ 6) == 'T') {
in radeon_get_legacy_connector_info_from_bios()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
radeon_atombios.c
1790
ATOM_ANALOG_TV_INFO *
tv_info
;
in radeon_atom_get_tv_timings()
local
1803
tv_info
= (ATOM_ANALOG_TV_INFO *)(mode_info->atom_context->bios + data_offset);
in radeon_atom_get_tv_timings()
1807
mode->crtc_htotal = le16_to_cpu(
tv_info
->aModeTimings[index].usCRTC_H_Total);
in radeon_atom_get_tv_timings()
1808
mode->crtc_hdisplay = le16_to_cpu(
tv_info
->aModeTimings[index].usCRTC_H_Disp);
in radeon_atom_get_tv_timings()
1809
mode->crtc_hsync_start = le16_to_cpu(
tv_info
->aModeTimings[index].usCRTC_H_SyncStart);
in radeon_atom_get_tv_timings()
1810
mode->crtc_hsync_end = le16_to_cpu(
tv_info
->aModeTimings[index].usCRTC_H_SyncStart) +
in radeon_atom_get_tv_timings()
1811
le16_to_cpu(
tv_info
->aModeTimings[index].usCRTC_H_SyncWidth);
in radeon_atom_get_tv_timings()
1813
mode->crtc_vtotal = le16_to_cpu(
tv_info
->aModeTimings[index].usCRTC_V_Total);
in radeon_atom_get_tv_timings()
1814
mode->crtc_vdisplay = le16_to_cpu(
tv_info
->aModeTimings[index].usCRTC_V_Disp);
in radeon_atom_get_tv_timings()
1815
mode->crtc_vsync_start = le16_to_cpu(
tv_info
in radeon_atom_get_tv_timings()
1890
struct _ATOM_ANALOG_TV_INFO *
tv_info
;
radeon_atombios_get_tv_info()
local
[all...]
H
A
D
radeon_combios.c
918
uint16_t
tv_info
;
in radeon_combios_get_tv_info()
local
921
tv_info
= combios_get_table_offset(dev, COMBIOS_TV_INFO_TABLE);
in radeon_combios_get_tv_info()
922
if (
tv_info
) {
in radeon_combios_get_tv_info()
923
if (RBIOS8(
tv_info
+ 6) == 'T') {
in radeon_combios_get_tv_info()
924
switch (RBIOS8(
tv_info
+ 7) & 0xf) {
in radeon_combios_get_tv_info()
956
switch ((RBIOS8(
tv_info
+ 9) >> 2) & 0x3) {
in radeon_combios_get_tv_info()
2602
uint32_t
tv_info
=
in radeon_get_legacy_connector_info_from_bios()
local
2604
if (
tv_info
) {
in radeon_get_legacy_connector_info_from_bios()
2605
if (RBIOS8(
tv_info
+ 6) == 'T') {
in radeon_get_legacy_connector_info_from_bios()
Completed in 14 milliseconds