OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:radeonfb_softc
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/drm2/radeon/
radeondrmkmsfb.c
48
struct
radeonfb_softc
{
struct
65
CFATTACH_DECL_NEW(radeondrmkmsfb, sizeof(struct
radeonfb_softc
),
85
struct
radeonfb_softc
*const sc = device_private(self);
103
struct
radeonfb_softc
*const sc = device_private(self);
124
struct
radeonfb_softc
*const sc = container_of(task,
125
struct
radeonfb_softc
, sc_attach_task);
155
struct
radeonfb_softc
*const sc = device_private(self);
163
struct
radeonfb_softc
*const sc = container_of(drmfb,
164
struct
radeonfb_softc
, sc_drmfb);
/src/sys/dev/pci/
radeonfb_bios.c
118
static void rb_validate(struct
radeonfb_softc
*, struct rb_table *);
119
static uint16_t rb_find_asic_table(struct
radeonfb_softc
*, struct rb_table *);
120
static uint16_t rb_find_mem_reset_table(struct
radeonfb_softc
*,
122
static uint16_t rb_find_short_mem_reset_table(struct
radeonfb_softc
*,
124
static int rb_load_init_block(struct
radeonfb_softc
*, struct rb_table *);
125
static int rb_load_pll_block(struct
radeonfb_softc
*, struct rb_table *);
126
static int rb_reset_sdram(struct
radeonfb_softc
*, struct rb_table *);
128
static void rb_wait_mc_busy_mask(struct
radeonfb_softc
*, uint16_t);
129
static void rb_wait_mem_pwrup_complete(struct
radeonfb_softc
*, uint16_t);
130
static void rb_wait_dll_ready_mask(struct
radeonfb_softc
*, uint16_t)
[
all
...]
radeonfbvar.h
74
struct
radeonfb_softc
;
132
struct
radeonfb_softc
*ric_softc;
157
struct
radeonfb_softc
*rd_softc;
213
struct
radeonfb_softc
{
struct
357
uint32_t radeonfb_get32(struct
radeonfb_softc
*, uint32_t);
358
void radeonfb_put32(struct
radeonfb_softc
*, uint32_t, uint32_t);
359
void radeonfb_put32s(struct
radeonfb_softc
*, uint32_t, uint32_t);
360
void radeonfb_mask32(struct
radeonfb_softc
*, uint32_t, uint32_t, uint32_t);
362
uint32_t radeonfb_getindex(struct
radeonfb_softc
*, uint32_t);
363
void radeonfb_putindex(struct
radeonfb_softc
*, uint32_t, uint32_t)
[
all
...]
radeonfb_i2c.c
76
struct
radeonfb_softc
*sc = ric->ric_softc;
86
struct
radeonfb_softc
*sc = ric->ric_softc;
95
struct
radeonfb_softc
*sc = ric->ric_softc;
120
struct
radeonfb_softc
*sc = ric->ric_softc;
153
struct
radeonfb_softc
*sc = ric->ric_softc;
199
radeonfb_i2c_init(struct
radeonfb_softc
*sc)
226
radeonfb_i2c_read_edid(struct
radeonfb_softc
*sc, int ddctype, uint8_t *data)
radeonfb.c
115
static int radeonfb_scratch_test(struct
radeonfb_softc
*, int, uint32_t);
116
static void radeonfb_loadbios(struct
radeonfb_softc
*,
119
static uintmax_t radeonfb_getprop_num(struct
radeonfb_softc
*, const char *,
121
static int radeonfb_getclocks(struct
radeonfb_softc
*);
122
static int radeonfb_gettmds(struct
radeonfb_softc
*);
123
static int radeonfb_calc_dividers(struct
radeonfb_softc
*, uint32_t,
128
static int radeonfb_getconnectors(struct
radeonfb_softc
*);
131
static void radeonfb_pllwriteupdate(struct
radeonfb_softc
*, int);
132
static void radeonfb_pllwaitatomicread(struct
radeonfb_softc
*, int);
133
static void radeonfb_program_vclk(struct
radeonfb_softc
*, int, int, int)
[
all
...]
Completed in 14 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025