Home
last modified time | relevance | path

Searched full:gfx (Results 1 – 25 of 90) sorted by relevance

1234

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DCuda.cpp84 #define GFX(gpu) {OffloadArch::GFX##gpu, "gfx" #gpu, "compute_amdgcn"} macro
99 GFX(600), // gfx600
100 GFX(601), // gfx601
101 GFX(602), // gfx602
102 GFX(700), // gfx700
103 GFX(701), // gfx701
104 GFX(702), // gfx702
105 GFX(703), // gfx703
106 GFX(704), // gfx704
107 GFX(705), // gfx705
[all …]
/freebsd/sys/contrib/device-tree/Bindings/gpu/
H A Daspeed-gfx.txt1 Device tree configuration for the GFX display device on the ASPEED SoCs
6 + aspeed,ast2500-gfx
7 + aspeed,ast2400-gfx
11 - reg: Physical base address and length of the GFX registers
13 - interrupts: interrupt number for the GFX device
17 - resets: reset line that must be released to use the GFX device
26 gfx: display@1e6e6000 {
27 compatible = "aspeed,ast2500-gfx", "syscon";
/freebsd/stand/lua/
H A DMakefile9 gfx.lua.8 \
24 gfx-beastie.lua \
25 gfx-beastiebw.lua \
26 gfx-fbsdbw.lua \
27 gfx-install.lua \
28 gfx-orb.lua \
29 gfx-orbbw.lua \
H A Ddrawer.lua51 -- functions from loader to the gfx. if we're running on an older loader that
52 -- has these functions, create aliases for them in gfx. The loader binary might
54 -- values. The new loader will provide loader.* versions of all the gfx.*
57 if gfx == nil then
58 gfx = {}
59 gfx.term_drawrect = loader.term_drawrect
60 gfx.term_putimage = loader.term_putimage
80 local ret = try_include('gfx-' .. gfxname)
82 return false, "Failed to include gfx-" .. gfxname
261 return core.isFramebufferConsole() and gfx.term_putimage
[all …]
H A Dloader.lua.8166 .Ic gfx
171 .Xr gfx.lua 8 .
182 .Xr gfx.lua 8 ,
H A Dgfx.lua.810 .Nm gfx.lua
16 .Ic gfx
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Daspeed-gfx.txt1 * Device tree bindings for Aspeed SoC Display Controller (GFX)
8 - compatible: "aspeed,ast2500-gfx", "syscon"
9 - reg: contains offset/length value of the GFX memory
14 gfx: display@1e6e6000 {
15 compatible = "aspeed,ast2500-gfx", "syscon";
/freebsd/stand/liblua/
H A Dgfx_utils.c252 luaL_requiref(L, "gfx", luaopen_gfx, 1); in gfx_init_md()
260 "loader.fb_bezier = gfx.fb_bezier\n" in gfx_init_md()
261 "loader.fb_drawrect = gfx.fb_drawrect\n" in gfx_init_md()
262 "loader.fb_line = gfx.fb_line\n" in gfx_init_md()
263 "loader.fb_putimage = gfx.fb_putimage\n" in gfx_init_md()
264 "loader.fb_setpixel = gfx.fb_setpixel\n" in gfx_init_md()
265 "loader.term_drawrect = gfx.term_drawrect\n" in gfx_init_md()
266 "loader.term_putimage = gfx.term_putimage") != 0) { in gfx_init_md()
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dqcom,gpucc.yaml59 vdd-gfx-supply:
68 # Require that power-domains and vdd-gfx-supply are not both present
72 - vdd-gfx-supply
H A Dprima2-clock.txt47 gfx 32
H A Dqcom,sm6375-gpucc.yaml28 - description: SNoC DVM GFX source
H A Dqcom,mmcc.yaml41 vdd-gfx-supply:
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Daspeed,ast2500-pinctrl.yaml37 0: compatible with "aspeed,ast2500-gfx", "syscon"
241 aspeed,external-nodes = <&gfx>, <&lhc>;
/freebsd/sys/contrib/device-tree/Bindings/display/msm/
H A Dgpu.txt29 interconnects property. Values must be gfx-mem and ocmem.
120 interconnect-names = "gfx-mem";
H A Dgpu.yaml79 - const: gfx-mem
326 interconnect-names = "gfx-mem";
/freebsd/tools/boot/
H A Dlua-lint.sh20 --globals pager --globals gfx --globals hash --std lua53
/freebsd/stand/i386/loader/
H A Dgfx_bios.c8 * This file provides all the gfx glue, or stubs, so that we can build, if we
/freebsd/sys/dev/amdsmu/
H A Damdsmu.h35 "GFX",
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-ast2500-evb.dts128 &gfx {
H A Daspeed-bmc-intel-s2600wf.dts117 &gfx {
H A Daspeed-bmc-supermicro-x11spi.dts122 &gfx {
H A Daspeed-bmc-inspur-on5263m5.dts122 &gfx {
H A Daspeed-bmc-arm-stardragon4800-rep2.dts199 &gfx {
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAMDGPU.cpp301 // Emit macros for gfx family e.g. gfx906 -> __GFX9__, gfx1030 -> __GFX10___ in getTargetDefines()
303 assert(StringRef(CanonName).starts_with("gfx") && in getTargetDefines()
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8996-oneplus-common.dtsi205 vdd-gfx-supply = <&vdd_gfx>;
280 regulator-name = "vdd-gfx";

1234