Home
last modified time | relevance | path

Searched refs:project (Results 1 – 25 of 615) sorted by relevance

12345678910>>...25

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_lib.c32 static void set_soc_bounding_box(struct _vcs_dpi_soc_bounding_box_st *soc, enum dml_project project) in set_soc_bounding_box() argument
34 switch (project) { in set_soc_bounding_box()
44 static void set_ip_params(struct _vcs_dpi_ip_params_st *ip, enum dml_project project) in set_ip_params() argument
46 switch (project) { in set_ip_params()
56 void dml_init_instance(struct display_mode_lib *lib, enum dml_project project) in dml_init_instance() argument
58 if (lib->project != project) { in dml_init_instance()
59 set_soc_bounding_box(&lib->soc, project); in dml_init_instance()
60 set_ip_params(&lib->ip, project); in dml_init_instance()
61 lib->project = project; in dml_init_instance()
Ddisplay_mode_lib.h40 enum dml_project project; member
44 void dml_init_instance(struct display_mode_lib *lib, enum dml_project project);
/Linux-v4.19/Documentation/process/
Dcode-of-conduct.rst10 contributors and maintainers pledge to making participation in our project and
57 This Code of Conduct applies both within project spaces and in public spaces
58 when an individual is representing the project or its community. Examples of
59 representing a project or community include using an official project e-mail
61 representative at an online or offline event. Representation of a project may be
62 further defined and clarified by project maintainers.
D3.Early-stage.rst6 When contemplating a Linux kernel development project, it can be tempting
7 to jump right in and start coding. As with any significant project,
16 Like any engineering project, a successful kernel enhancement starts with a
58 So, when contemplating a kernel development project, one should obtain
74 When planning a kernel development project, it makes great sense to hold
145 development project.
173 project.
185 not assume that it means there is no interest in the project.
200 of a kernel development project, the better off everybody involved will be.
222 without requiring public disclosure of the project.
/Linux-v4.19/Documentation/input/
Dconf.py3 project = "The Linux input driver subsystem" variable
8 ('index', 'linux-input.tex', project,
/Linux-v4.19/Documentation/kernel-hacking/
Dconf.py3 project = "Kernel Hacking Guides" variable
8 ('index', 'kernel-hacking.tex', project,
/Linux-v4.19/Documentation/driver-api/pm/
Dconf.py3 project = "Device Power Management" variable
8 ('index', 'pm.tex', project,
/Linux-v4.19/Documentation/driver-api/80211/
Dconf.py3 project = "Linux 802.11 Driver Developer's Guide" variable
8 ('index', '80211.tex', project,
/Linux-v4.19/Documentation/driver-api/
Dconf.py3 project = "The Linux driver implementer's API guide" variable
8 ('index', 'driver-api.tex', project,
/Linux-v4.19/Documentation/networking/
Dconf.py3 project = "Linux Networking Documentation" variable
8 ('index', 'networking.tex', project,
Dsctp.txt17 The initial project goal is to create an Linux kernel reference implementation
31 For more information, please visit the lksctp project website:
/Linux-v4.19/Documentation/dev-tools/
Dconf.py3 project = "Development tools for the kernel" variable
8 ('index', 'dev-tools.tex', project,
/Linux-v4.19/Documentation/vm/
Dconf.py3 project = "Linux Memory Management Documentation" variable
8 ('index', 'memory-management.tex', project,
/Linux-v4.19/Documentation/userspace-api/
Dconf.py3 project = "The Linux kernel user-space API guide" variable
8 ('index', 'userspace-api.tex', project,
/Linux-v4.19/Documentation/core-api/
Dconf.py3 project = "Core-API Documentation" variable
8 ('index', 'core-api.tex', project,
/Linux-v4.19/Documentation/gpu/
Dconf.py3 project = "Linux GPU Driver Developer's Guide" variable
8 ('index', 'gpu.tex', project,
/Linux-v4.19/Documentation/filesystems/
Dconf.py3 project = "Linux Filesystems API" variable
8 ('index', 'filesystems.tex', project,
/Linux-v4.19/Documentation/sound/
Dconf.py3 project = "Linux Sound Subsystem Documentation" variable
8 ('index', 'sound.tex', project,
/Linux-v4.19/Documentation/sh/
Dconf.py3 project = "SuperH architecture implementation manual" variable
8 ('index', 'sh.tex', project,
/Linux-v4.19/Documentation/devicetree/bindings/mips/img/
Dxilfpga.txt11 project provided by IMG.
13 The example project runs on the Nexys4DDR board by Digilent powered by
16 Relevant details about the example project and the Nexys4DDR board:
76 When the example project bitstream is loaded, the cpu_reset button
/Linux-v4.19/Documentation/arm/Samsung-S3C24XX/
DH1940.txt18 handhelds.org project page:
34 This project is being maintained and developed by a variety
/Linux-v4.19/Documentation/
Dconf.py60 project = 'The Linux Kernel' variable
469 epub_title = project
/Linux-v4.19/Documentation/fmc/
DFMC-and-SDB.txt14 project, but now it lives in its own project. Other projects, i.e.
26 project: `http://www.ohwr.org/projects/fmc-bus/files'
64 fpga-config-space OHWR project. The link to the repository is
66 this project lives in the sdbfs subdirectory in there.
/Linux-v4.19/Documentation/maintainer/
Dconf.py3 project = 'Linux Kernel Development Documentation' variable
/Linux-v4.19/Documentation/media/
Dconf.py3 project = 'Linux Media Subsystem Documentation' variable

12345678910>>...25