commit_title stringlengths 13 124 | commit_body stringlengths 0 1.9k | release_summary stringclasses 52
values | changes_summary stringlengths 1 758 | release_affected_domains stringclasses 33
values | release_affected_drivers stringclasses 51
values | domain_of_changes stringlengths 2 571 | language_set stringclasses 983
values | diffstat_files int64 1 300 | diffstat_insertions int64 0 309k | diffstat_deletions int64 0 168k | commit_diff stringlengths 92 23.4M | category stringclasses 108
values | commit_hash stringlengths 34 40 | related_people stringlengths 0 370 | domain stringclasses 21
values | subdomain stringclasses 241
values | leaf_module stringlengths 0 912 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
revert "drm/amdgpu: disable gpu reset on vangogh for now" | this reverts commit 33cf440d594bfbf81fc20604957bc64f02d0b560. and it will enable mode-2 gpu reset for vangogh, it asks psp firmware version is 00.1a.00.0f or newer. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | re-enable gpu reset on | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['amdgpu '] | ['c'] | 2 | 1 | 4 | --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c + case chip_vangogh: diff --git a/drivers/gpu/drm/amd/amdgpu/nv.c b/drivers/gpu/drm/amd/amdgpu/nv.c --- a/drivers/gpu... | Graphics | fe68ceef3412544aa8e2e2ff397f76edfedf6bd9 | xiaojian du huang rui ray huang amd com | drivers | gpu | amd, amdgpu, drm |
drm/amd/amdgpu implement tdr advanced mode | [why] previous tdr design treats the first job in job_timeout as the bad job. but sometimes a later bad compute job can block a good gfx job and cause an unexpected gfx job timeout because gfx and compute ring share internal gc hw mutually. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | implement tdr advanced mode | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['amdgpu '] | ['h', 'c'] | 4 | 156 | 33 | --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +void amdgpu_device_recheck_guilty_jobs(struct amdgpu_device *adev, + struct amdgpu_hive_info *hive, + struct list_he... | Graphics | e6c6338f393b74ac0b303d567bb918b44ae7ad75 | jack zhang | drivers | gpu | amd, amdgpu, drm, scheduler |
drm/amd/amdgpu: add aspm support on polaris | add aspm support on polaris | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | aspm support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['amdgpu '] | ['c'] | 1 | 191 | 2 | --- diff --git a/drivers/gpu/drm/amd/amdgpu/vi.c b/drivers/gpu/drm/amd/amdgpu/vi.c --- a/drivers/gpu/drm/amd/amdgpu/vi.c +++ b/drivers/gpu/drm/amd/amdgpu/vi.c +#define ixpcie_lc_l1_pm_substate 0x100100c6 +#define pcie_lc_l1_pm_substate__lc_l1_substates_override_en_mask 0x00000001l +#define pcie_lc_l1_pm_substate__lc_pc... | Graphics | b960cb25b1e36a930a0d31097e932f313bdee9b0 | kenneth feng alex deucher alexander deucher amd com | drivers | gpu | amd, amdgpu, drm |
drm/amd/amdgpu: enable aspm on navi1x | enable aspm on navi1x for the benifit of system power consumption without performance hurt. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | aspm support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['amdgpu '] | ['c'] | 1 | 2 | 8 | --- diff --git a/drivers/gpu/drm/amd/amdgpu/nv.c b/drivers/gpu/drm/amd/amdgpu/nv.c --- a/drivers/gpu/drm/amd/amdgpu/nv.c +++ b/drivers/gpu/drm/amd/amdgpu/nv.c - if ((adev->asic_type >= chip_sienna_cichlid) && - !(adev->flags & amd_is_apu) && + if (!(adev->flags & amd_is_apu) && - /* - * the aspm function is not fully e... | Graphics | 3273f8b9e652f2c363c262c0fc90764f159b4cc6 | kenneth feng alex deucher alexander deucher amd com | drivers | gpu | amd, amdgpu, drm |
drm/amd/amdgpu: enable aspm on vega | enable aspm on vega to save the power without the performance hurt. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | aspm support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['amdgpu '] | ['c'] | 3 | 257 | 3 | --- diff --git a/drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c b/drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c --- a/drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c +++ b/drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c +#define smnpcie_lc_cntl 0x11140280 +#define smnpcie_lc_cntl3 0x111402d4 +#define smnpcie_lc_cntl6 0x111402ec +#define smnpcie_lc_cnt... | Graphics | 9d015c0dae05e7650000f2d51f3c80c6c77fdde5 | kenneth feng alex deucher alexander deucher amd com | drivers | gpu | amd, amdgpu, drm |
drm/amd/pm: add lightsbr smu msg support | this new msg provide the interface for driver to enable/disable the light secondary bus reset support from smu. when enabled, smu will only do minimum nbio response to the sbr request and leave the real hw reset to be handled by driver later. when disabled (default state),smu will pass the request to psp for a hw reset | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add lightsbr smu msg support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['amdgpu '] | ['h', 'c'] | 7 | 42 | 0 | --- diff --git a/drivers/gpu/drm/amd/pm/inc/amdgpu_smu.h b/drivers/gpu/drm/amd/pm/inc/amdgpu_smu.h --- a/drivers/gpu/drm/amd/pm/inc/amdgpu_smu.h +++ b/drivers/gpu/drm/amd/pm/inc/amdgpu_smu.h + + /** + * @set_light_sbr: set light sbr mode for the smu. + */ + int (*set_light_sbr)(struct smu_context *smu, bool enable); +i... | Graphics | 0e92159640f3708070d87dba79617dc7e7b63c1d | shaoyunl evan quan evan quan amd com | drivers | gpu | amd, drm, inc, pm, smu11, swsmu |
drm/amd/pm: add a new sysfs entry for default power limit | driver doesn't keep the default bootup power limit and expose it to user. as requested we add it in driver. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add a new sysfs entry for default power limit | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['amdgpu '] | ['h', 'c'] | 11 | 75 | 15 | --- diff --git a/drivers/gpu/drm/amd/include/kgd_pp_interface.h b/drivers/gpu/drm/amd/include/kgd_pp_interface.h --- a/drivers/gpu/drm/amd/include/kgd_pp_interface.h +++ b/drivers/gpu/drm/amd/include/kgd_pp_interface.h - int (*get_power_limit)(void *handle, uint32_t *limit, bool default_limit); + int (*get_power_limit)... | Graphics | 6e58941cff74aac49659abc8b27740c0457c2397 | eric huang evan quan evan quan amd com | drivers | gpu | amd, drm, inc, include, pm, powerplay, smu11, smu13, swsmu |
drm/amdgpu: add additional sienna cichlid pci id | add new did. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add additional sienna cichlid pci id | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['amdgpu '] | ['c'] | 1 | 1 | 0 | --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c + {0x1002, 0x73af, pci_any_id, pci_any_id, 0, 0, chip_sienna_cichlid}, | Graphics | ed098aa34c51d81a16de93f59c64e36a136fd201 | alex deucher guchun chen guchun chen amd com | drivers | gpu | amd, amdgpu, drm |
drm/amdgpu: added support for dynamic gecc | updated host to send boot config to psp to enable gecc for sienna cichlid | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add support for dynamic gecc | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['amdgpu '] | ['c'] | 1 | 23 | 0 | --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c +static int psp_boot_config_set(struct amdgpu_device *adev) +{ + struct psp_context *psp = &adev->psp; + struct psp_gfx_cmd_resp ... | Graphics | cad7b7510c4437687ea3ae3d0ecaf0982f1e235f | john clements hawking zhang hawking zhang amd com | drivers | gpu | amd, amdgpu, drm |
drm/amdgpu: enable tmz by default on raven asics | this has been stable for a while. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | enable tmz by default on raven asics | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['amdgpu '] | ['c'] | 2 | 12 | 2 | --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c -int amdgpu_tmz; +int amdgpu_tmz = -1; /* auto */ -module_parm_desc(tmz, "enable tmz feature (-1 = auto, 0 = off (default), 1 = o... | Graphics | 58aa7790193af8fdf655b200d1ec46ad92899fbf | alex deucher christian k nig christian koenig amd com | drivers | gpu | amd, amdgpu, drm |
drm/amdgpu: set amdgpu.noretry=1 for arcturus | setting amdgpu.noretry=1 as default for arcturus. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | set amdgpu.noretry=1 for arcturus | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['amdgpu '] | ['c'] | 1 | 1 | 0 | --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c + case chip_arcturus: | Graphics | 9b7f1e04677a9742ff93c66222c01bb30a24779a | philip cox kent russell kent russell amd com | drivers | gpu | amd, amdgpu, drm |
drm/amd/display: add a backlight module option | there seem devices that don't work with the aux channel backlight control. for allowing such users to test with the other backlight control method, provide a new module option, aux_backlight, to specify enabling or disabling the aux backport support explicitly. as default, the aux support is detected by the hardware ca... | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add a backlight module option | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['amdgpu '] | ['h', 'c'] | 3 | 10 | 0 | --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h +extern int amdgpu_backlight; diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c --- a/drivers/gpu/dr... | Graphics | 7c20984795d7c26a8993ca2bd2c1cbad312b2ffa | takashi iwai | drivers | gpu | amd, amdgpu, amdgpu_dm, display, drm |
drm/amd/display: add debugfs entry for lttpr register status | [why] functionality of lttpr is reporter through the dpcd register | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add debugfs entry for lttpr register status | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['amdgpu '] | ['c'] | 1 | 66 | 0 | --- diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c +static int dp_lttpr_status_show(struct seq_file *m, void... | Graphics | 37bedd9929b925b25a4b5397d7f32d3600067688 | aurabindo pillai | drivers | gpu | amd, amdgpu_dm, display, drm |
drm/amd/display: add debugfs to control dmub trace buffer events | [why] we want to have a debugfs interface to enable or disable dmcub trace buffer events. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add debugfs to control dmub trace buffer events | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['amdgpu '] | ['h', 'c'] | 2 | 38 | 0 | --- diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h + bool dmcub_trace_event_en; diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm... | Graphics | 46a83eba276cd3aecea6d7f1045bcf8cb1b83820 | leo hanghong ma | drivers | gpu | amd, amdgpu_dm, display, drm |
drm/amd/display: add debugfs to repress hpd and hpr_rx irqs | [why] for debugging reasons it can be beneficial to disable any hotplug and dp shortpulse interrupt handling. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add debugfs to repress hpd and hpr_rx irqs | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['amdgpu '] | ['h', 'c'] | 3 | 45 | 2 | --- diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c -#ifdef config_drm_amd_dc_hdcp +#ifdef config_drm_amd_dc_hdcp + if (adev->dm.disable_hpd_... | Graphics | b972b4f913eee029233be88e1a84a7cc36073c8b | harry wentland | drivers | gpu | amd, amdgpu_dm, display, drm |
drm/amd/display: add max bpc debugfs | [why] useful for testing when setting a max bpc value higher than the default is required | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add max bpc debugfs | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['amdgpu '] | ['c'] | 1 | 152 | 1 | --- diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c + +/* + * function description: read max_requested_bpc pr... | Graphics | cca912e0a6b49f45c588e7cc50d3ad13bb859ca5 | eryk brol | drivers | gpu | amd, amdgpu_dm, display, drm |
drm/amdkfd: add aldebaran kfd support | add initial kfd support. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add aldebaran kfd support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['amdgpu ', 'amdkfd'] | ['c'] | 8 | 29 | 1 | --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c +#include "mmhub_v1_7.h" diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gp... | Graphics | 36e22d59dd10e4261079dcec6a44fc22b2a435e0 | yong zhao | drivers | gpu | amd, amdgpu, amdkfd, drm |
drm/amdkfd: add kernel parameter to stop queue eviction on vm fault | this is to keep wavefront context for debug purpose | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add kernel parameter to stop queue eviction on vm fault | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['amdgpu ', 'amdkfd'] | ['h', 'c'] | 4 | 18 | 4 | --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c +/** + * doc: no_queue_eviction_on_vm_fault (int) + * if set, process queues will not be evicted on gpuvm fault. this is to keep ... | Graphics | 6d909c5da0166d62ffc656990fe1fff9ae66b37f | oak zeng felix kuehling felix kuehling amd com | drivers | gpu | amd, amdgpu, amdkfd, drm |
x86/gpu: add alderlake-s stolen memory support | alderlake-s is a gen 12 based hybrid processor architecture. as it belongs to gen 12 family, it uses the same gtt stolen memory settings like its predecessors - icl(gen 11) and tgl(gen 12). inherit gen11 and gen 9 quirks for determining base and size of stolen memory. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | alderlake-s platform enabling | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['intel '] | ['c'] | 1 | 1 | 0 | --- diff --git a/arch/x86/kernel/early-quirks.c b/arch/x86/kernel/early-quirks.c --- a/arch/x86/kernel/early-quirks.c +++ b/arch/x86/kernel/early-quirks.c + intel_adls_ids(&gen11_early_ops), | Graphics | c6bba9e5fedf1391a52f1cd21d1ed6ac5fd99e55 | caz yokoyama | arch | x86 | kernel |
drm/i915/adl_s: add pch support | add support for alderpoint(adp) pch used with alderlake-s. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | alderlake-s platform enabling | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['intel '] | ['h', 'c'] | 2 | 10 | 1 | - use drm_dbg_kms and drm_warn_on based on jani's feedback.(aswarup) --- diff --git a/drivers/gpu/drm/i915/intel_pch.c b/drivers/gpu/drm/i915/intel_pch.c --- a/drivers/gpu/drm/i915/intel_pch.c +++ b/drivers/gpu/drm/i915/intel_pch.c + case intel_pch_adp_device_id_type: + drm_dbg_kms(&dev_priv->drm, "found alder lake pch... | Graphics | fb51970b8d115842821005032d0a34f7fec7f5fe | anusha srivatsa | drivers | gpu | drm, i915 |
drm/i915/adl_s: add interrupt support | adls follows icp/tgp like interrupts. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | alderlake-s platform enabling | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['intel '] | ['c'] | 1 | 1 | 2 | --- diff --git a/drivers/gpu/drm/i915/i915_irq.c b/drivers/gpu/drm/i915/i915_irq.c --- a/drivers/gpu/drm/i915/i915_irq.c +++ b/drivers/gpu/drm/i915/i915_irq.c - else if (has_pch_tgp(dev_priv) || has_pch_jsp(dev_priv) || - has_pch_icp(dev_priv) || has_pch_mcc(dev_priv)) + else if (intel_pch_type(dev_priv) >= pch_icp) | Graphics | fa58c9e4e36402ae3dfaa05914df9d22e2d4d458 | anusha srivatsa | drivers | gpu | drm, i915 |
drm/i915/adl_s: add phys for alderlake s | alderlake-s has 5 combo phys, add reg definitions for combo phys and update the port to phy helper for adl-s. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | alderlake-s platform enabling | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['intel '] | ['h', 'c'] | 2 | 11 | 6 | - change is_gen() >= 12 to is_tigerlake() in intel_phy_is_tc() --- diff --git a/drivers/gpu/drm/i915/display/intel_display.c b/drivers/gpu/drm/i915/display/intel_display.c --- a/drivers/gpu/drm/i915/display/intel_display.c +++ b/drivers/gpu/drm/i915/display/intel_display.c + else if (is_alderlake_s(dev_priv)) + return ... | Graphics | a84b4bd1172b8394d5540b51b3cf0f76c0dff17a | anusha srivatsa | drivers | gpu | display, drm, i915 |
drm/i915/adl_s: configure dpll for adl-s | add changes for configuring dpll for adl-s - reusing dg1 dpll 2 & dpll 3 for adl-s - extend cnl macro to choose dpll_enable for adl-s. - select cfgcr0 and cfgcr1 for adl-s plls. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | alderlake-s platform enabling | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['intel '] | ['h', 'c'] | 2 | 54 | 6 | - reusing dg1 dpll 2 & dpll 3 for adl-s - extend cnl macro to choose dpll_enable - select cfgcr0 and cfgcr1 for adl-s plls. --- diff --git a/drivers/gpu/drm/i915/display/intel_dpll_mgr.c b/drivers/gpu/drm/i915/display/intel_dpll_mgr.c --- a/drivers/gpu/drm/i915/display/intel_dpll_mgr.c +++ b/drivers/gpu/drm/i915/displa... | Graphics | 80d0f76588b55e5226d65776bb5fca7360837f1d | aditya swarup | drivers | gpu | display, drm, i915 |
drm/i915/adl_s: configure port clock registers for adl-s | add changes to configure port clock registers for adl-s. combo phy port clocks are configured by dpclka_cfgcr0 and dpclka_cfgcr1 registers. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | alderlake-s platform enabling | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['intel '] | ['h', 'c'] | 3 | 72 | 24 | - use reg variable to assign adls specific registers inorder to replace - reuse icl_get_ddi_pll() for adls to fix issue with updating active --- diff --git a/drivers/gpu/drm/i915/display/intel_ddi.c b/drivers/gpu/drm/i915/display/intel_ddi.c --- a/drivers/gpu/drm/i915/display/intel_ddi.c +++ b/drivers/gpu/drm/i915/disp... | Graphics | d6d2bc996e45073db16d1da1dde2116f3c86955c | aditya swarup | drivers | gpu | display, drm, i915 |
drm/i915/adl_s: initialize display for adl-s | initialize display outputs for adl-s. adl-s has 5 display outputs -> 1 edp, 2 hdmi and 2 dp++ outputs. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | alderlake-s platform enabling | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['intel '] | ['c'] | 1 | 7 | 1 | - use port_tcx instead of port_d,e.. to stay consistent --- diff --git a/drivers/gpu/drm/i915/display/intel_display.c b/drivers/gpu/drm/i915/display/intel_display.c --- a/drivers/gpu/drm/i915/display/intel_display.c +++ b/drivers/gpu/drm/i915/display/intel_display.c - if (is_dg1(dev_priv) || is_rocketlake(dev_priv)) { ... | Graphics | e341c618acde39ea9bfd83d8262b4c4c70e92a5b | aditya swarup | drivers | gpu | display, drm, i915 |
drm/i915/adl_s: add adl-s ddc pin mapping | adl-s requires tc pins to set up ddc for combo phy b, c, d and e. combo phy a still uses the old ddc pin mapping. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | alderlake-s platform enabling | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['intel '] | ['h', 'c'] | 3 | 35 | 2 | - modify adls_port_to_ddc_pin() to make phy_a the special case for --- diff --git a/drivers/gpu/drm/i915/display/intel_bios.c b/drivers/gpu/drm/i915/display/intel_bios.c --- a/drivers/gpu/drm/i915/display/intel_bios.c +++ b/drivers/gpu/drm/i915/display/intel_bios.c +static const u8 adls_ddc_pin_map[] = { + [icl_ddc_bus... | Graphics | 7dc1f92f27f8d7046ff4bd4cb113b1f522b175e8 | aditya swarup | drivers | gpu | display, drm, i915 |
drm/i915/adl_s: add vbt port and aux channel settings for adls | - adl-s driver internal mapping uses port d, e, f, g for combo phy b, c, d and e. - add adls specific port mappings for vbt port dvo settings. - select appropriate aux ch specific to adls based on port mapping. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | alderlake-s platform enabling | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['intel '] | ['c'] | 1 | 46 | 11 | - adl-s driver internal mapping uses port d, e, f, g for combo phy b, c, - add adls specific port mappings for vbt port dvo settings. - select appropriate aux ch specific to adls based on port mapping. --- diff --git a/drivers/gpu/drm/i915/display/intel_bios.c b/drivers/gpu/drm/i915/display/intel_bios.c --- a/drivers/g... | Graphics | 18c283df5a0ece65ac1cfc6f1e2867fd24636252 | aditya swarup matt roper matthew d roper intel com | drivers | gpu | display, drm, i915 |
drm/i915/adl_s: update combo phy master/slave relationships | adl-s switches up which phys are considered a master to other phys; phy-c is no longer a master, but phy-d is now. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | alderlake-s platform enabling | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['intel '] | ['c'] | 1 | 9 | 2 | --- diff --git a/drivers/gpu/drm/i915/display/intel_combo_phy.c b/drivers/gpu/drm/i915/display/intel_combo_phy.c --- a/drivers/gpu/drm/i915/display/intel_combo_phy.c +++ b/drivers/gpu/drm/i915/display/intel_combo_phy.c + * adl-s: + * a(master) -> b(slave), c(slave) + * d(master) -> e(slave) - if ((is_dg1(dev_priv) || i... | Graphics | 52401eb8e3fced097628507e1d3056cc81d51ed9 | matt roper anusha srivatsa anusha srivatsa intel com | drivers | gpu | display, drm, i915 |
perf record: create two hybrid 'cycles' events by default | when evlist is empty, for example no '-e' specified in perf record, one default 'cycles' event is added to evlist. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | alderlake-s platform enabling | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['intel '] | ['h', 'build', 'c'] | 7 | 77 | 9 | ------------------------------------------------------------ ------------------------------------------------------------ ------------------------------------------------------------ ------------------------------------------------------------ ------------------------------------------------------------ --- diff --git ... | Graphics | b53a0755d5c2d19b13db897d6faf4969e03e45ae | jin yao | tools | perf | util |
drm/i915/adl_s: add adl-s platform info and pci ids | - add the initial platform information for alderlake-s. - specify ppgtt_size value - add dma_mask_size - add adls revids - hw tracking(selective update tracking enable) has been removed from adls. disable psr2 till we enable software/ manual tracking. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add adl-s platform info and pci ids | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['intel '] | ['h', 'c'] | 6 | 58 | 1 | - add the initial platform information for alderlake-s. - specify ppgtt_size value - add dma_mask_size - add adls revids - hw tracking(selective update tracking enable) has been - add support for different adls soc steppings to select - make display/gt steppings info generic for reuse with tgl and adls. - modify the ma... | Graphics | 0883d63b19bbd6bb09f27786e768c1af09aa0ede | caz yokoyama | drivers | gpu | drm, gt, i915 |
drm/i915/mso: add splitter state readout for platforms that support it | add splitter configuration to crtc state, and read it where supported. also add splitter state dumping. the stream splitter will be required for edp mso. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | edp mso support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['intel '] | ['h', 'c'] | 4 | 79 | 2 | - catch invalid splitter configuration (uma) - convert segment timings to full panel timings. - refer to splitter instead of mso in crtc state. - dump splitter state. --- diff --git a/drivers/gpu/drm/i915/display/intel_ddi.c b/drivers/gpu/drm/i915/display/intel_ddi.c --- a/drivers/gpu/drm/i915/display/intel_ddi.c +++ b... | Graphics | 5b616a2958da0c75a6083e82859ca33be7662562 | jani nikula | drivers | gpu | display, drm, i915 |
drm/i915/mso: add splitter state check | for starters, we expect the state to be zero, as we don't enable mso anywhere. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | edp mso support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['intel '] | ['c'] | 1 | 4 | 0 | --- diff --git a/drivers/gpu/drm/i915/display/intel_display.c b/drivers/gpu/drm/i915/display/intel_display.c --- a/drivers/gpu/drm/i915/display/intel_display.c +++ b/drivers/gpu/drm/i915/display/intel_display.c + pipe_conf_check_bool(splitter.enable); + pipe_conf_check_i(splitter.link_count); + pipe_conf_check_i(splitt... | Graphics | 5bc4fab7e79206926718c3d39cb70cbee22ef4ac | jani nikula | drivers | gpu | display, drm, i915 |
drm/i915/edp: modify fixed and downclock modes for mso | in the case of mso (multi-sst operation), the edid contains the timings for a single panel segment. we'll want to hide the fact from userspace, and expose modes that span the entire display. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | edp mso support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['intel '] | ['c'] | 1 | 29 | 0 | --- diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers/gpu/drm/i915/display/intel_dp.c --- a/drivers/gpu/drm/i915/display/intel_dp.c +++ b/drivers/gpu/drm/i915/display/intel_dp.c +static void intel_edp_mso_mode_fixup(struct intel_connector *connector, + struct drm_display_mode *mode) +{ + struct intel_dp *i... | Graphics | 512005d949287c2a38f4d65f285b7fb9f8244ed0 | jani nikula | drivers | gpu | display, drm, i915 |
drm/i915/edp: enable edp mso during link training | if the source and sink support mso, enable it during link training. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | edp mso support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['intel '] | ['c'] | 3 | 89 | 4 | --- diff --git a/drivers/gpu/drm/i915/display/intel_ddi.c b/drivers/gpu/drm/i915/display/intel_ddi.c --- a/drivers/gpu/drm/i915/display/intel_ddi.c +++ b/drivers/gpu/drm/i915/display/intel_ddi.c +static void intel_ddi_mso_configure(const struct intel_crtc_state *crtc_state) +{ + struct intel_crtc *crtc = to_intel_crtc(... | Graphics | bc71194e889741eb54a3dcc35fc79215fa9449d2 | jani nikula | drivers | gpu | display, drm, i915 |
drm/i915/display: support psr multiple instances | it is a preliminary work for supporting multiple edp psr and dp panelreplay. and it refactors singleton psr to multi transcoder supportable psr. and this moves and renames the i915_psr structure of drm_i915_private's to intel_dp's intel_psr structure. it also causes changes in psr interrupt handling routine for support... | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | multiple psr instance support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['intel '] | ['h', 'c'] | 10 | 487 | 376 | - move calling of intel_psr_init() to intel_dp_init_connector() - remove wrong comments and add comments for a limit of supporting of - replace drm_debug_kms with drm_dbg_kms() / drm_warn with drm_warn() - reorder calling order of intel_psr2_program_trans_man_trk_ctl(). - in order to reduce changes keep the old name fo... | Graphics | b64d6c51380b7dea17d5503a250ca9cc84025453 | gwan gyeong mun | drivers | gpu | display, drm, i915 |
drm/i915/display: support multiple transcoders' psr status on debugfs | in order to support the psr state of each transcoder, it adds i915_psr_status to sub-directory of each transcoder. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | multiple psr instance support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['intel '] | ['c'] | 1 | 16 | 0 | - remove checking of gen12 for i915_psr_status. - add check of has_psr() - remove meaningless check routine. --- diff --git a/drivers/gpu/drm/i915/display/intel_display_debugfs.c b/drivers/gpu/drm/i915/display/intel_display_debugfs.c --- a/drivers/gpu/drm/i915/display/intel_display_debugfs.c +++ b/drivers/gpu/drm/i915/... | Graphics | 759cd2a6d1bf1a129e7705992198ff8bd1d2fed4 | gwan gyeong mun | drivers | gpu | display, drm, i915 |
drm/i915/display: support ddr5 mem types | add ddr5 and lpddr5 return values from punit fw. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support ddr5 mem types | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['intel '] | ['h', 'c'] | 3 | 20 | 2 | --- diff --git a/drivers/gpu/drm/i915/display/intel_bw.c b/drivers/gpu/drm/i915/display/intel_bw.c --- a/drivers/gpu/drm/i915/display/intel_bw.c +++ b/drivers/gpu/drm/i915/display/intel_bw.c - qi->t_bl = dev_priv->dram_info.type == intel_dram_ddr4 ? 4 : 16; + switch (dram_info->type) { + case intel_dram_ddr4: + qi->t_b... | Graphics | 1f1257a67ca34deb9708814c491053be8520644b | clint taylor jos roberto de souza jose souza intel com | drivers | gpu | display, drm, i915 |
drm/i915: extract active lookup engine to a helper | move active engine lookup to exported i915_request_active_engine. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | default request/fence expiry + watchdog | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['intel '] | ['h', 'c'] | 3 | 49 | 33 | --- diff --git a/drivers/gpu/drm/i915/gem/i915_gem_context.c b/drivers/gpu/drm/i915/gem/i915_gem_context.c --- a/drivers/gpu/drm/i915/gem/i915_gem_context.c +++ b/drivers/gpu/drm/i915/gem/i915_gem_context.c -static bool -__active_engine(struct i915_request *rq, struct intel_engine_cs **active) -{ - struct intel_engine_... | Graphics | 7dbc19da5daf45cb16f3bff900b69d44c512c333 | tvrtko ursulin matthew auld matthew auld intel com | drivers | gpu | drm, gem, i915 |
drm/i915: individual request cancellation | currently, we cancel outstanding requests within a context when the context is closed. we may also want to cancel individual requests using the same graceful preemption mechanism. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | default request/fence expiry + watchdog | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['intel '] | ['h', 'c'] | 5 | 242 | 6 | --- diff --git a/drivers/gpu/drm/i915/gt/intel_engine_heartbeat.c b/drivers/gpu/drm/i915/gt/intel_engine_heartbeat.c --- a/drivers/gpu/drm/i915/gt/intel_engine_heartbeat.c +++ b/drivers/gpu/drm/i915/gt/intel_engine_heartbeat.c + intel_engine_flush_submission(engine); diff --git a/drivers/gpu/drm/i915/gt/intel_execlists... | Graphics | 38b237eab2bc7feac87a4c9d870368e935a0091b | chris wilson | drivers | gpu | drm, gt, i915, selftests |
drm/i915: restrict sentinel requests further | disallow sentinel requests follow previous sentinels to make request cancellation work better when faced with a chain of requests which have all been marked as in error. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | default request/fence expiry + watchdog | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['intel '] | ['c'] | 1 | 1 | 1 | --- diff --git a/drivers/gpu/drm/i915/gt/intel_execlists_submission.c b/drivers/gpu/drm/i915/gt/intel_execlists_submission.c --- a/drivers/gpu/drm/i915/gt/intel_execlists_submission.c +++ b/drivers/gpu/drm/i915/gt/intel_execlists_submission.c - if (unlikely((i915_request_flags(prev) ^ i915_request_flags(next)) & + if (... | Graphics | 8f922e4227585d43ea3622be64d441b8b92ec62d | tvrtko ursulin | drivers | gpu | drm, gt, i915 |
drm/i915: handle async cancellation in sentinel assert | with the watchdog cancelling requests asynchronously to preempt-to-busy we need to relax one assert making it apply only to requests not in error. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | default request/fence expiry + watchdog | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['intel '] | ['c'] | 1 | 8 | 4 | --- diff --git a/drivers/gpu/drm/i915/gt/intel_execlists_submission.c b/drivers/gpu/drm/i915/gt/intel_execlists_submission.c --- a/drivers/gpu/drm/i915/gt/intel_execlists_submission.c +++ b/drivers/gpu/drm/i915/gt/intel_execlists_submission.c - struct i915_request * const *port, *rq; + struct i915_request * const *port... | Graphics | 90a79a91dcc0e8b1986a2ad9b00cf3b281fb09f0 | tvrtko ursulin | drivers | gpu | drm, gt, i915 |
drm/i915: request watchdog infrastructure | prepares the plumbing for setting request/fence expiration time. all code is put in place but is never activated due yet missing ability to actually configure the timer. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | default request/fence expiry + watchdog | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['intel '] | ['h', 'c'] | 8 | 106 | 0 | --- diff --git a/drivers/gpu/drm/i915/gt/intel_context_types.h b/drivers/gpu/drm/i915/gt/intel_context_types.h --- a/drivers/gpu/drm/i915/gt/intel_context_types.h +++ b/drivers/gpu/drm/i915/gt/intel_context_types.h + struct { + u64 timeout_us; + } watchdog; + diff --git a/drivers/gpu/drm/i915/gt/intel_execlists_submiss... | Graphics | 9b4d0598ee940df33ea6cbbba8c80e951223131b | tvrtko ursulin | drivers | gpu | drm, gt, i915 |
drm/i915: fail too long user submissions by default | a new kconfig option config_drm_i915_request_timeout is added, defaulting to 20s, and this timeout is applied to all users contexts using the previously added watchdog facility. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | default request/fence expiry + watchdog | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['intel '] | ['profile', 'h', 'c'] | 4 | 66 | 1 | --- diff --git a/drivers/gpu/drm/i915/kconfig.profile b/drivers/gpu/drm/i915/kconfig.profile --- a/drivers/gpu/drm/i915/kconfig.profile +++ b/drivers/gpu/drm/i915/kconfig.profile +config drm_i915_request_timeout + int "default timeout for requests (ms)" + default 20000 # milliseconds + help + configures the default tim... | Graphics | e8dbb566b338cc25f78278378dfcc21bfa8d62a0 | tvrtko ursulin | drivers | gpu | drm, gem, gt, i915 |
drm/i915: allow configuring default request expiry via modparam | module parameter is added (request_timeout_ms) to allow configuring the default request/fence expiry. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | default request/fence expiry + watchdog | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['intel '] | ['h', 'c'] | 3 | 9 | 2 | --- diff --git a/drivers/gpu/drm/i915/gem/i915_gem_context.c b/drivers/gpu/drm/i915/gem/i915_gem_context.c --- a/drivers/gpu/drm/i915/gem/i915_gem_context.c +++ b/drivers/gpu/drm/i915/gem/i915_gem_context.c - if (!is_active(config_drm_i915_request_timeout)) + if (!is_active(config_drm_i915_request_timeout) || + !i915->... | Graphics | 54d4e9f5c4d7b3ae639b985ea9fc470469cc17ff | tvrtko ursulin | drivers | gpu | drm, gem, i915 |
drm/i915/gem: drop legacy execbuffer support (v2) | libdrm has supported the newer execbuffer2 ioctl and using it by default when it exists since libdrm commit b50964027bef which landed mar 2, 2010. the i915 and i965 drivers in mesa at the time both used libdrm and so did the intel x11 back-end. the sna back-end for x11 has always used execbuffer2. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | drop legacy ioctls on new hw | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['intel '] | ['h', 'c'] | 4 | 2 | 103 | - add a comment saying what linux version it's being removed in. --- diff --git a/drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c b/drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c --- a/drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c +++ b/drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c -/* - * legacy execbuffer just creat... | Graphics | b5b6f6a610127b17f20c0ca03dd27beee4ddc2b2 | jason ekstrand | drivers | gpu | drm, gem, i915 |
drm/i915/gem: drop relocation support on all new hardware (v6) | the vulkan driver in mesa for intel hardware never uses relocations if it's running on a version of i915 that supports at least softpin which all versions of i915 supporting gen12 do. on the opengl side, gen12+ is only supported by iris which never uses relocations. the older i965 driver in mesa does use relocations bu... | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | drop legacy ioctls on new hw | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['intel '] | ['c'] | 1 | 7 | 0 | - allow tgl-lp platforms as they've already shipped - warn_on platforms with lmem support in case the check is wrong - call out rocket lake in the commit message - drop the has_lmem check as it's already covered by the version check - move the check to eb_validate_vma() with all the other exec_object --- diff --git a/d... | Graphics | 2eb8e1a69d9f8cc9c0a75e327f854957224ba421 | jason ekstrand | drivers | gpu | drm, gem, i915 |
drm/i915: disable pread/pwrite ioctl's for future platforms (v3) | the rationale for this change is roughly as follows: | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | drop legacy ioctls on new hw | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['intel '] | ['c'] | 1 | 14 | 0 | - improved commit message with the status of all usermode drivers - a more future-proof platform check - drop the has_lmem checks as they're already covered by the version --- diff --git a/drivers/gpu/drm/i915/i915_gem.c b/drivers/gpu/drm/i915/i915_gem.c --- a/drivers/gpu/drm/i915/i915_gem.c +++ b/drivers/gpu/drm/i915/... | Graphics | f8d1ff107d2cdd59cdc6cce11722e351b4b328ae | ashutosh dixit | drivers | gpu | drm, i915 |
drm: add gud usb display driver | this adds a usb display driver with the intention that it can be used with future usb interfaced low end displays/adapters. the linux gadget device driver will serve as the canonical device implementation. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add gud usb display driver | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | [] | ['c', 'h', 'kconfig', 'maintainers', 'makefile'] | 10 | 2,458 | 0 | - plane rotation - connector tv properties - use devm_drm_dev_alloc() and drmm_mode_config_init() - drm_fbdev_generic_setup: use preferred_bpp=0, 16 was a copy paste error - the drm_backlight_helper is dropped, copy in the code - support protocol version backwards compatibility for device - use donated openmoko usb pid... | Graphics | 40e1a70b4aedf2859a1829991b48ef0ebe650bf2 | noralf tr nnes | drivers | gpu | drm, gud |
drm/sun4i: add alpha property for sun8i ui layer | de2.0 and de3.0 ui layers supports plane-global alpha channel. add alpha property to the drm plane and connect it to the corresponding registers in mixer. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add alpha properties to ui/vi layers | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['sun4i '] | ['h', 'c'] | 2 | 34 | 0 | --- diff --git a/drivers/gpu/drm/sun4i/sun8i_ui_layer.c b/drivers/gpu/drm/sun4i/sun8i_ui_layer.c --- a/drivers/gpu/drm/sun4i/sun8i_ui_layer.c +++ b/drivers/gpu/drm/sun4i/sun8i_ui_layer.c +static void sun8i_ui_layer_update_alpha(struct sun8i_mixer *mixer, int channel, + int overlay, struct drm_plane *plane) +{ + u32 mas... | Graphics | 0ee29373f0317502dd6d6d2202db189e3bc48f4c | roman stratiienko jernej skrabec jernej skrabec siol net | drivers | gpu | drm, sun4i |
drm/sun4i: add alpha property for sun8i and sun50i vi layer | de3.0 vi layers supports plane-global alpha channel. de2.0 fcc block have global_alpha register that can be used as alpha source for blender. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add alpha properties to ui/vi layers | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['sun4i '] | ['h', 'c'] | 2 | 51 | 8 | --- diff --git a/drivers/gpu/drm/sun4i/sun8i_vi_layer.c b/drivers/gpu/drm/sun4i/sun8i_vi_layer.c --- a/drivers/gpu/drm/sun4i/sun8i_vi_layer.c +++ b/drivers/gpu/drm/sun4i/sun8i_vi_layer.c +static void sun8i_vi_layer_update_alpha(struct sun8i_mixer *mixer, int channel, + int overlay, struct drm_plane *plane) +{ + u32 mas... | Graphics | c0f6f0c471a378a6da5ac99a086ba63e1a8570bb | roman stratiienko | drivers | gpu | drm, sun4i |
drm/vc4: hdmi: move hdmi reset to bind | the hdmi reset got moved to a later point in the commit 9045e91a476b ("drm/vc4: hdmi: add reset callback"). | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add cec support for the bcm2711 (raspberry 4) | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['vc4 ', 'hdmi'] | ['c'] | 1 | 3 | 3 | --- diff --git a/drivers/gpu/drm/vc4/vc4_hdmi.c b/drivers/gpu/drm/vc4/vc4_hdmi.c --- a/drivers/gpu/drm/vc4/vc4_hdmi.c +++ b/drivers/gpu/drm/vc4/vc4_hdmi.c - if (vc4_hdmi->variant->reset) - vc4_hdmi->variant->reset(vc4_hdmi); - + if (vc4_hdmi->variant->reset) + vc4_hdmi->variant->reset(vc4_hdmi); + | Graphics | 7155334f15f360f5c98391c5c7e12af4c13395c4 | dom cobley | drivers | gpu | drm, vc4 |
drm/vc4: hdmi: fix register offset with longer cec messages | the code prior to 311e305fdb4e ("drm/vc4: hdmi: implement a register layout abstraction") was relying on the fact that the register offset was incremented by 4 for each readl call. that worked since the register width is 4 bytes. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add cec support for the bcm2711 (raspberry 4) | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['vc4 ', 'hdmi'] | ['c'] | 1 | 15 | 2 | --- diff --git a/drivers/gpu/drm/vc4/vc4_hdmi.c b/drivers/gpu/drm/vc4/vc4_hdmi.c --- a/drivers/gpu/drm/vc4/vc4_hdmi.c +++ b/drivers/gpu/drm/vc4/vc4_hdmi.c + struct drm_device *dev = vc4_hdmi->connector.dev; + + if (msg->len > 16) { + drm_err(dev, "attempting to read too much data (%d) ", msg->len); + return; + } + - u3... | Graphics | e9c9481f373eb7344f9e973eb28fc6e9d0f46485 | dom cobley | drivers | gpu | drm, vc4 |
drm/vc4: hdmi: fix up cec registers | the commit 311e305fdb4e ("drm/vc4: hdmi: implement a register layout abstraction") forgot one cec register, and made a copy and paste mistake for another one. fix those mistakes. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add cec support for the bcm2711 (raspberry 4) | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['vc4 ', 'hdmi'] | ['h'] | 1 | 3 | 1 | --- diff --git a/drivers/gpu/drm/vc4/vc4_hdmi_regs.h b/drivers/gpu/drm/vc4/vc4_hdmi_regs.h --- a/drivers/gpu/drm/vc4/vc4_hdmi_regs.h +++ b/drivers/gpu/drm/vc4/vc4_hdmi_regs.h + hdmi_cec_cpu_set, + vc4_hdmi_reg(hdmi_cec_cpu_set, 0x0344), - vc4_hdmi_reg(hdmi_cec_cpu_mask_set, 0x034c), + vc4_hdmi_reg(hdmi_cec_cpu_mask_set... | Graphics | 303085bc11bb7aebeeaaf09213f99fd7aa539a34 | dom cobley hans verkuil hverkuil cisco xs all nl dave stevenson dave stevenson raspberrypi com hans verkuil hverkuil cisco xs all nl | drivers | gpu | drm, vc4 |
drm/vc4: hdmi: restore cec physical address on reconnect | currently we call cec_phys_addr_invalidate on a hotplug deassert. that may be due to a tv power cycling, or an avr being switched on (and switching edid). | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add cec support for the bcm2711 (raspberry 4) | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['vc4 ', 'hdmi'] | ['c'] | 1 | 18 | 6 | --- diff --git a/drivers/gpu/drm/vc4/vc4_hdmi.c b/drivers/gpu/drm/vc4/vc4_hdmi.c --- a/drivers/gpu/drm/vc4/vc4_hdmi.c +++ b/drivers/gpu/drm/vc4/vc4_hdmi.c + bool connected = false; - return connector_status_connected; - cec_phys_addr_invalidate(vc4_hdmi->cec_adap); - return connector_status_disconnected; + connected = ... | Graphics | b06eecb5158e5f3eb47b9d05aea8c259985cc5f7 | dom cobley | drivers | gpu | drm, vc4 |
drm/vc4: hdmi: compute the cec clock divider from the clock rate | the cec clock divider needs to output a frequency of 40khz from the hsm rate on the bcm2835. the driver used to have a fixed frequency for it, but that changed for the bcm2711 and we now need to compute it dynamically to maintain the proper rate. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add cec support for the bcm2711 (raspberry 4) | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['vc4 ', 'hdmi'] | ['c'] | 1 | 3 | 1 | --- diff --git a/drivers/gpu/drm/vc4/vc4_hdmi.c b/drivers/gpu/drm/vc4/vc4_hdmi.c --- a/drivers/gpu/drm/vc4/vc4_hdmi.c +++ b/drivers/gpu/drm/vc4/vc4_hdmi.c + u16 clk_cnt; + clk_cnt = clk_get_rate(vc4_hdmi->hsm_clock) / cec_clock_freq; - (4091 << vc4_hdmi_cec_div_clk_cnt_shift); + (clk_cnt << vc4_hdmi_cec_div_clk_cnt_shi... | Graphics | f1ceb9d10043683b89e5e5e5848fb4e855295762 | maxime ripard hans verkuil hverkuil cisco xs all nl dave stevenson dave stevenson raspberrypi com hans verkuil hverkuil cisco xs all nl | drivers | gpu | drm, vc4 |
drm/vc4: hdmi: update the cec clock divider on hsm rate change | as part of the enable sequence we might change the hsm clock rate if the pixel rate is different than the one we were already dealing with. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add cec support for the bcm2711 (raspberry 4) | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['vc4 ', 'hdmi'] | ['c'] | 1 | 29 | 10 | --- diff --git a/drivers/gpu/drm/vc4/vc4_hdmi.c b/drivers/gpu/drm/vc4/vc4_hdmi.c --- a/drivers/gpu/drm/vc4/vc4_hdmi.c +++ b/drivers/gpu/drm/vc4/vc4_hdmi.c +#ifdef config_drm_vc4_hdmi_cec +static void vc4_hdmi_cec_update_clk_div(struct vc4_hdmi *vc4_hdmi) +{ + u16 clk_cnt; + u32 value; + + value = hdmi_read(hdmi_cec_cnt... | Graphics | a9dd0b9a5c3e11c79e6ff9c7fdf07c471732dcb6 | maxime ripard | drivers | gpu | drm, vc4 |
drm/vc4: hdmi: introduce a cec clock | while the bcm2835 had the cec clock derived from the hsm clock, the bcm2711 has a dedicated parent clock for it. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add cec support for the bcm2711 (raspberry 4) | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['vc4 ', 'hdmi'] | ['h', 'c'] | 2 | 9 | 1 | --- diff --git a/drivers/gpu/drm/vc4/vc4_hdmi.c b/drivers/gpu/drm/vc4/vc4_hdmi.c --- a/drivers/gpu/drm/vc4/vc4_hdmi.c +++ b/drivers/gpu/drm/vc4/vc4_hdmi.c - clk_cnt = clk_get_rate(vc4_hdmi->hsm_clock) / cec_clock_freq; + clk_cnt = clk_get_rate(vc4_hdmi->cec_clock) / cec_clock_freq; + vc4_hdmi->cec_clock = vc4_hdmi->hsm... | Graphics | cd7f016c93b697dea79a884162cbf7311283fe12 | maxime ripard | drivers | gpu | drm, vc4 |
drm/vc4: hdmi: split the interrupt handlers | the bcm2711 has two different interrupt sources to transmit and receive cec messages, provided through an external interrupt chip shared between the two hdmi interrupt controllers. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add cec support for the bcm2711 (raspberry 4) | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['vc4 ', 'hdmi'] | ['c'] | 1 | 65 | 21 | --- diff --git a/drivers/gpu/drm/vc4/vc4_hdmi.c b/drivers/gpu/drm/vc4/vc4_hdmi.c --- a/drivers/gpu/drm/vc4/vc4_hdmi.c +++ b/drivers/gpu/drm/vc4/vc4_hdmi.c -static irqreturn_t vc4_cec_irq_handler_thread(int irq, void *priv) +static irqreturn_t vc4_cec_irq_handler_rx_thread(int irq, void *priv) +{ + struct vc4_hdmi *vc4_... | Graphics | 0c38490a031071c0d81b400949f43ea6f4b0cd8f | maxime ripard | drivers | gpu | drm, vc4 |
drm/vc4: hdmi: support bcm2711 cec interrupt setup | the hdmi controller found in the bcm2711 has an external interrupt controller for the cec and hotplug interrupt shared between the two instances. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add cec support for the bcm2711 (raspberry 4) | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['vc4 ', 'hdmi'] | ['h', 'c'] | 2 | 39 | 10 | --- diff --git a/drivers/gpu/drm/vc4/vc4_hdmi.c b/drivers/gpu/drm/vc4/vc4_hdmi.c --- a/drivers/gpu/drm/vc4/vc4_hdmi.c +++ b/drivers/gpu/drm/vc4/vc4_hdmi.c - hdmi_write(hdmi_cec_cpu_mask_clear, vc4_hdmi_cpu_cec); + if (!vc4_hdmi->variant->external_irq_controller) + hdmi_write(hdmi_cec_cpu_mask_clear, vc4_hdmi_cpu_cec); ... | Graphics | ad6380e9aaf459c22006c73fd3d4dd6f41e8f048 | maxime ripard | drivers | gpu | drm, vc4 |
drm/vc4: hdmi: remove cec_available flag | now that our hdmi controller supports cec for the bcm2711, let's remove that flag. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add cec support for the bcm2711 (raspberry 4) | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['vc4 ', 'hdmi'] | ['h', 'c'] | 2 | 0 | 7 | --- diff --git a/drivers/gpu/drm/vc4/vc4_hdmi.c b/drivers/gpu/drm/vc4/vc4_hdmi.c --- a/drivers/gpu/drm/vc4/vc4_hdmi.c +++ b/drivers/gpu/drm/vc4/vc4_hdmi.c - if (!vc4_hdmi->variant->cec_available) - return 0; - - .cec_available = true, diff --git a/drivers/gpu/drm/vc4/vc4_hdmi.h b/drivers/gpu/drm/vc4/vc4_hdmi.h --- a/dr... | Graphics | f551863af919edd60f76a24126da3ac10294ace1 | dom cobley hans verkuil hverkuil cisco xs all nl dave stevenson dave stevenson raspberrypi com hans verkuil hverkuil cisco xs all nl | drivers | gpu | drm, vc4 |
drm/vc4: hdmi: don't register the cec adapter if there's no interrupts | we introduced the bcm2711 support to the vc4 hdmi controller with 5.10, but this was lacking any of the interrupts of the cec controller so we have to deal with the backward compatibility. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add cec support for the bcm2711 (raspberry 4) | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['vc4 ', 'hdmi'] | ['c'] | 1 | 6 | 0 | --- diff --git a/drivers/gpu/drm/vc4/vc4_hdmi.c b/drivers/gpu/drm/vc4/vc4_hdmi.c --- a/drivers/gpu/drm/vc4/vc4_hdmi.c +++ b/drivers/gpu/drm/vc4/vc4_hdmi.c + struct device *dev = &pdev->dev; + if (!of_find_property(dev->of_node, "interrupts", null)) { + dev_warn(dev, "'interrupts' dt property is missing, no cec "); + re... | Graphics | 4d03ed7ad731a2cf922fa37246fb7068a52f18ff | maxime ripard | drivers | gpu | drm, vc4 |
drm: bridge: add chipone icn6211 mipi-dsi to rgb bridge | icn6211 is mipi-dsi to rgb converter bridge from chipone. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | chipone icn6211 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['bridge '] | ['kconfig', 'maintainers', 'c', 'makefile'] | 4 | 308 | 0 | --- diff --git a/maintainers b/maintainers --- a/maintainers +++ b/maintainers +f: drivers/gpu/drm/bridge/chipone-icn6211.c diff --git a/drivers/gpu/drm/bridge/kconfig b/drivers/gpu/drm/bridge/kconfig --- a/drivers/gpu/drm/bridge/kconfig +++ b/drivers/gpu/drm/bridge/kconfig +config drm_chipone_icn6211 + tristate "chipo... | Graphics | ce517f18944e3f8d08484cfdee425277fc2c4df6 | jagan teki | drivers | gpu | bridge, drm |
drm/bridge: introduce lt8912b dsi to hdmi bridge | lontium lt8912b is a dsi to hdmi bridge. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | lontium lt8912b | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['bridge '] | ['kconfig', 'maintainers', 'c', 'makefile'] | 4 | 781 | 0 | --- diff --git a/maintainers b/maintainers --- a/maintainers +++ b/maintainers +f: drivers/gpu/drm/bridge/lontium-lt8912b.c diff --git a/drivers/gpu/drm/bridge/kconfig b/drivers/gpu/drm/bridge/kconfig --- a/drivers/gpu/drm/bridge/kconfig +++ b/drivers/gpu/drm/bridge/kconfig +config drm_lontium_lt8912b + tristate "lonti... | Graphics | 30e2ae943c260036ea494b601343f6ed5ce7bc60 | adrien grassein robert foss robert foss linaro org | drivers | gpu | bridge, drm |
drm/ttm: add debugfs directory v2 | as far as i can tell the buffer_count was never used by an userspace application. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add debugfs directory | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['ttm '] | ['h', 'c'] | 3 | 11 | 47 | --- diff --git a/drivers/gpu/drm/ttm/ttm_bo.c b/drivers/gpu/drm/ttm/ttm_bo.c --- a/drivers/gpu/drm/ttm/ttm_bo.c +++ b/drivers/gpu/drm/ttm/ttm_bo.c -static void ttm_bo_global_kobj_release(struct kobject *kobj); - -static struct attribute ttm_bo_count = { - .name = "bo_count", - .mode = s_irugo -}; - -static ssize_t ttm_... | Graphics | 3763d635deaa755c7849074d144c74086565591e | christian k nig | drivers | gpu | drm, ttm |
drm/ttm: add debugfs entry to test pool shrinker v2 | useful for testing. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add debugfs directory | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['ttm '] | ['c'] | 1 | 35 | 18 | --- diff --git a/drivers/gpu/drm/ttm/ttm_pool.c b/drivers/gpu/drm/ttm/ttm_pool.c --- a/drivers/gpu/drm/ttm/ttm_pool.c +++ b/drivers/gpu/drm/ttm/ttm_pool.c +#include <linux/sched/mm.h> +/* as long as pages are available make sure to release at least one */ +static unsigned long ttm_pool_shrinker_scan(struct shrinker *sh... | Graphics | 568517686f50a13f0995d341222405c5ad50d955 | christian k nig | drivers | gpu | drm, ttm |
drm/ttm: add a debugfs file for the global page pools | instead of printing this on the per device pool. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add debugfs directory | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['ttm '] | ['c'] | 1 | 50 | 20 | --- diff --git a/drivers/gpu/drm/ttm/ttm_pool.c b/drivers/gpu/drm/ttm/ttm_pool.c --- a/drivers/gpu/drm/ttm/ttm_pool.c +++ b/drivers/gpu/drm/ttm/ttm_pool.c +#include "ttm_module.h" + +/* print a nice header for the order */ +static void ttm_pool_debugfs_header(struct seq_file *m) +{ + unsigned int i; + + seq_puts(m, " "... | Graphics | ba051901d10ff6d6636f2fbe3fe01fb2b5eb48ce | christian k nig daniel vetter daniel vetter ffwll ch | drivers | gpu | drm, ttm |
drm/ttm: drop sysfs directory | not used any more. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | remove sysfs directory | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['ttm '] | ['h', 'c'] | 2 | 0 | 52 | --- diff --git a/drivers/gpu/drm/ttm/ttm_module.c b/drivers/gpu/drm/ttm/ttm_module.c --- a/drivers/gpu/drm/ttm/ttm_module.c +++ b/drivers/gpu/drm/ttm/ttm_module.c -static declare_wait_queue_head(exit_q); -static atomic_t device_released; -static struct device_type ttm_drm_class_type = { - .name = "ttm", - /** - * add p... | Graphics | ed89fff973828d3f36f4577d8ea8d5a48794fca5 | christian k nig daniel vetter daniel vetter ffwll ch | drivers | gpu | drm, ttm |
drm/msm/disp/dpu1: add support for display for sc7280 target | add required display hw catalog changes for sc7280 target. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add display support for sc7280 target | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['msm '] | ['h', 'c'] | 5 | 171 | 18 | --- diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c --- a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c +++ b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c +#define ctl_sc7280_mask \ + (bit(dpu_ctl_active_cfg) | bit(dpu_ctl_fetch_active)) + +#define intf_sc... | Graphics | 591e34a091d17df7afa3b455a7cfacf946a464d4 | krishna manikandan | drivers | gpu | disp, dpu1, drm, msm |
drm/msm/disp/dpu1: add intf offsets for sc7280 target | interface block offsets are different for sc7280 family when compared to existing targets. these offset values are used to access the interface irq registers. this change adds proper interface offsets for sc7280 target. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add display support for sc7280 target | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['msm '] | ['c'] | 1 | 19 | 1 | --- diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_interrupts.c b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_interrupts.c --- a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_interrupts.c +++ b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_interrupts.c +#define mdp_intf_0_off_rev_7xxx 0x34000 +#define mdp_intf_1_off_rev_7xxx 0x35000 +#defin... | Graphics | ed6154a136e40816301dc8228c46ea30f0f7bc76 | krishna manikandan | drivers | gpu | disp, dpu1, drm, msm |
drm/msm/disp/dpu1: add support to program fetch active in ctl path | a new register called ctl_fetch_active is introduced in sc7280 family which is used to inform the hw about the pipes which are active in the current ctl path. this change adds support to program this register based on the active pipes in the current composition. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add display support for sc7280 target | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['msm '] | ['h', 'c'] | 3 | 36 | 1 | --- diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c b/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c --- a/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c +++ b/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c + declare_bitmap(fetch_active, sspp_max); + memset(fetch_active, 0, sizeof(fetch_active)); - + set_bit(dpu_plane_pipe(plane),... | Graphics | b3652e87c03c70d8e6e04a17afa475f6855169d1 | krishna manikandan | drivers | gpu | disp, dpu1, drm, msm |
drm/msm/disp/dpu1: enable data_hctl_en for sc7280 target | the reset value of intf_config2 register is changed for sc7280 family. changes are added to program this register correctly based on the target. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add display support for sc7280 target | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['msm '] | ['c'] | 1 | 10 | 1 | --- diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.c b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.c --- a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.c +++ b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.c +#define intf_config2 0x060 +#define intf_display_data_hctl 0x064 - u32 intf_cfg; + u32 intf_cfg, intf_cfg2 = 0, ... | Graphics | 7e6ee55320f09cef73163ac6a2ffaca2aa17334f | krishna manikandan | drivers | gpu | disp, dpu1, drm, msm |
drm/msm: add $debugfs/gem stats on resident objects | currently nearly everything, other than newly allocated objects which are not yet backed by pages, is pinned and resident in ram. but it will be nice to have some stats on what is unpinned once that is supported. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add $debugfs/gem stats on resident objects | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['msm '] | ['h', 'c'] | 2 | 9 | 2 | --- diff --git a/drivers/gpu/drm/msm/msm_gem.c b/drivers/gpu/drm/msm/msm_gem.c --- a/drivers/gpu/drm/msm/msm_gem.c +++ b/drivers/gpu/drm/msm/msm_gem.c + if (msm_obj->pages) { + stats->resident.count++; + stats->resident.size += obj->size; + } + + seq_printf(m, "resident: %4d objects, %9zu bytes ", + stats.resident.coun... | Graphics | f48f356330f7124671b28ddc93a28c492ef05b9f | rob clark | drivers | gpu | drm, msm |
drm/msm: add param for userspace to query suspend count | performance counts, and always_on counters used for capturing gpu timestamps, lose their state across suspend/resume cycles. userspace tooling for performance monitoring needs to be aware of this. for example, after a suspend userspace needs to recalibrate it's offset between cpu and gpu time. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add param for userspace to query suspend count | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['msm '] | ['h', 'c'] | 5 | 9 | 0 | --- diff --git a/drivers/gpu/drm/msm/adreno/adreno_gpu.c b/drivers/gpu/drm/msm/adreno/adreno_gpu.c --- a/drivers/gpu/drm/msm/adreno/adreno_gpu.c +++ b/drivers/gpu/drm/msm/adreno/adreno_gpu.c + case msm_param_suspends: + *value = gpu->suspend_count; + return 0; diff --git a/drivers/gpu/drm/msm/msm_drv.c b/drivers/gpu/dr... | Graphics | 3ab1c5cc3939b3322ebd27a44b8ee6a16eccc9f5 | rob clark jordan crouse jordan cosmicpenguin net | drivers | gpu | adreno, drm, msm |
drm/msm: improved debugfs gem stats | the last patch lost the breakdown of active vs inactive gem objects in $debugfs/gem. but we can add some better stats to summarize not just active vs inactive, but also purgable/purged to make up for that. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | improved debugfs gem stats | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['msm '] | ['h', 'c'] | 3 | 36 | 9 | --- diff --git a/drivers/gpu/drm/msm/msm_fb.c b/drivers/gpu/drm/msm/msm_fb.c --- a/drivers/gpu/drm/msm/msm_fb.c +++ b/drivers/gpu/drm/msm/msm_fb.c + struct msm_gem_stats stats = {}; - msm_gem_describe(fb->obj[i], m); + msm_gem_describe(fb->obj[i], m, &stats); diff --git a/drivers/gpu/drm/msm/msm_gem.c b/drivers/gpu/drm... | Graphics | 528107c8e664a933b397a825f6e76c6d7dfa383b | rob clark douglas anderson dianders chromium org douglas anderson dianders chromium org | drivers | gpu | drm, msm |
drm/msm: support evicting gem objects to swap | now that tracking is wired up for potentially evictable gem objects, wire up shrinker and the remaining gem bits for unpinning backing pages of inactive objects. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support evicting gem objects to swap | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['msm '] | ['h', 'c'] | 3 | 75 | 1 | --- diff --git a/drivers/gpu/drm/msm/msm_gem.c b/drivers/gpu/drm/msm/msm_gem.c --- a/drivers/gpu/drm/msm/msm_gem.c +++ b/drivers/gpu/drm/msm/msm_gem.c +/** + * unpin the backing pages and make them available to be swapped out. + */ +void msm_gem_evict(struct drm_gem_object *obj) +{ + struct drm_device *dev = obj->dev; ... | Graphics | 63f17ef834284d9a1fa72b548a86fee1ccd01a45 | rob clark | drivers | gpu | drm, msm |
drm/gma500: remove medfield support | medfield is an outdated mobile platform with apparently no users left. remove it from gma500. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | remove medfield support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['gma500 '] | ['h', 'kconfig', 'c', 'makefile'] | 23 | 2 | 5,835 | --- diff --git a/drivers/gpu/drm/gma500/kconfig b/drivers/gpu/drm/gma500/kconfig --- a/drivers/gpu/drm/gma500/kconfig +++ b/drivers/gpu/drm/gma500/kconfig - -config drm_medfield - bool "intel medfield support (experimental)" - depends on drm_gma500 && x86_intel_mid - help - say yes to include support for the intel medf... | Graphics | b51035c200bd3423ae5b6b98b54735ef424dc746 | thomas zimmermann | drivers | gpu | drm, gma500 |
drm/lima: add governor data with pre-defined thresholds | this patch adapts the panfrost pre-defined thresholds change [0] to the lima driver to improve real-world performance. the upthreshold value has been set to ramp gpu frequency to max freq faster (compared to panfrost) to compensate for the lower overall performance of utgard devices. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add governor data with pre-defined thresholds | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['lima '] | ['h', 'c'] | 2 | 11 | 1 | --- diff --git a/drivers/gpu/drm/lima/lima_devfreq.c b/drivers/gpu/drm/lima/lima_devfreq.c --- a/drivers/gpu/drm/lima/lima_devfreq.c +++ b/drivers/gpu/drm/lima/lima_devfreq.c + /* + * setup default thresholds for the simple_ondemand governor. + * the values are chosen based on experiments. + */ + ldevfreq->gov_data.upt... | Graphics | 1d048afe7e52462d6b2a31dd6ee09c4475f39b4b | christian hewitt | drivers | gpu | drm, lima |
drm/panel-simple: add n116bca-ea1 | this panel is quite similar to the similarly named n116bge panel (the nominal timings are, in fact identical). however, let's add a new entry because the full range of clocks listed for n116bge aren't supported for n116bca-ea1, at least according to the datasheet. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add n116bca-ea1 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['panel-simple '] | ['c'] | 1 | 33 | 0 | --- diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c --- a/drivers/gpu/drm/panel/panel-simple.c +++ b/drivers/gpu/drm/panel/panel-simple.c +static const struct drm_display_mode innolux_n116bca_ea1_mode = { + .clock = 76420, + .hdisplay = 1366, + .hsync_start = 1366 + 136, + .hsyn... | Graphics | 51d35631c9704b5e5219de15904809367a774297 | douglas anderson stephen boyd swboyd chromium org linus walleij linus walleij linaro org | drivers | gpu | drm, panel |
drm/panfrost: add governor data with pre-defined thresholds | the simple_ondemand devfreq governor uses two thresholds to decide about the frequency change: upthreshold, downdifferential. these two tunable change the behavior of the governor decision, e.g. how fast to increase the frequency or how rapidly limit the frequency. this patch adds needed governor data with thresholds v... | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | add governor data with pre-defined thresholds | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['panfrost '] | ['h', 'c'] | 2 | 11 | 1 | --- diff --git a/drivers/gpu/drm/panfrost/panfrost_devfreq.c b/drivers/gpu/drm/panfrost/panfrost_devfreq.c --- a/drivers/gpu/drm/panfrost/panfrost_devfreq.c +++ b/drivers/gpu/drm/panfrost/panfrost_devfreq.c + /* + * setup default thresholds for the simple_ondemand governor. + * the values are chosen based on experiment... | Graphics | 1f8644d56e91f1c3cbeb1a36c3a998397d06b9dc | lukasz luba steven price steven price arm com | drivers | gpu | drm, panfrost |
drm/tegra: dc: implement hardware cursor on tegra186 and later | the hardware cursor on tegra186 differs slightly from the implementation on older soc generations. in particular the new implementation relies on software for clipping the cursor against the screen. fortunately, atomic kms already computes clipped coordinates for (cursor) planes, so this is trivial to implement. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | implement hardware cursor on tegra186 and later | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['tegra '] | ['h', 'c'] | 2 | 58 | 8 | --- diff --git a/drivers/gpu/drm/tegra/dc.c b/drivers/gpu/drm/tegra/dc.c --- a/drivers/gpu/drm/tegra/dc.c +++ b/drivers/gpu/drm/tegra/dc.c -static const u32 tegra_cursor_plane_formats[] = { +static const u32 tegra_legacy_cursor_plane_formats[] = { +static const u32 tegra_cursor_plane_formats[] = { + drm_format_argb8888... | Graphics | d5ec699db5bb15f981f1632d058ffe857d649765 | thierry reding | drivers | gpu | drm, tegra |
gpu: host1x: show number of pending waiters in debugfs | show the number of pending waiters in the debugfs status file. this is useful for testing to verify that waiters do not leak or accumulate incorrectly. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | show number of pending waiters in debugfs | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['host1x '] | ['c'] | 1 | 11 | 3 | --- diff --git a/drivers/gpu/host1x/debug.c b/drivers/gpu/host1x/debug.c --- a/drivers/gpu/host1x/debug.c +++ b/drivers/gpu/host1x/debug.c + struct list_head *pos; + unsigned int waiters = 0; - if (!min && !max) + spin_lock(&m->syncpt[i].intr.lock); + list_for_each(pos, &m->syncpt[i].intr.wait_head) + waiters++; + spin... | Graphics | 49a5fb1679952a76861bd2580f785e33e3de712c | mikko perttunen | drivers | gpu | host1x |
backlight: ktd253: support ktd259 | the ktd259 works just like ktd253 so add this compatible to the driver. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | support ktd259 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | ['backlight', 'ktd253'] | ['c'] | 1 | 1 | 0 | --- diff --git a/drivers/video/backlight/ktd253-backlight.c b/drivers/video/backlight/ktd253-backlight.c --- a/drivers/video/backlight/ktd253-backlight.c +++ b/drivers/video/backlight/ktd253-backlight.c + { .compatible = "kinetic,ktd259" }, | Graphics | 693091d99e7b7f5aa994745e719c69a731173db8 | linus walleij daniel thompson daniel thompson linaro org | drivers | video | backlight |
acpica: add parsing for ivrs ivhd 40h and device entry f0h | acpica commit eefb865355514048380d921de5efcf30027d6b02 | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | acpi 6.4 support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | [] | ['h'] | 1 | 16 | 1 | --- diff --git a/include/acpi/actbl2.h b/include/acpi/actbl2.h --- a/include/acpi/actbl2.h +++ b/include/acpi/actbl2.h + acpi_ivrs_type_hardware3 = 0x40, - acpi_ivrs_type_special = 72 /* uses struct acpi_ivrs_device8c */ + acpi_ivrs_type_special = 72, /* uses struct acpi_ivrs_device8c */ + + /* variable-length device e... | Power Management | 7ce7a4459add3858243f77054fc98c1527a827fd | alexander monakov | include | acpi | |
acpica: acpi 6.4: add new predefined objects _bpc, _bps, and _bpt | acpica commit 3cfef24ae2d98babbbfbe4ba612a2f5d9014d3ba | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | acpi 6.4 support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | [] | ['h'] | 1 | 11 | 0 | --- diff --git a/drivers/acpi/acpica/acpredef.h b/drivers/acpi/acpica/acpredef.h --- a/drivers/acpi/acpica/acpredef.h +++ b/drivers/acpi/acpica/acpredef.h + {{"_bpc", method_0args, + method_returns(acpi_rtype_package)}}, /* fixed-length (4 int) */ + package_info(acpi_ptype1_fixed, acpi_rtype_integer, 4, 0, 0, 0), + + {... | Power Management | 76d6338a82cf8285af140202d71b4444f2eab389 | erik kaneda | drivers | acpi | acpica |
acpica: acpi 6.4: add usb4 capabilities uuid | acpica commit 619e6df02edbebe95b2765cdd5159f02607e45fc | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | acpi 6.4 support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | [] | ['h'] | 1 | 1 | 0 | --- diff --git a/include/acpi/acuuid.h b/include/acpi/acuuid.h --- a/include/acpi/acuuid.h +++ b/include/acpi/acuuid.h +#define uuid_usb4_capabilities "23a0d13a-26ab-486c-9c5f-0ffa525a575a" | Power Management | e1dc932878ac66dab68557d4c06f7254a1a570e9 | erik kaneda | include | acpi | |
acpica: acpi 6.4: add cxl acpi device id and _cbr object | acpica commit 7f634ac53fe1e480c01ceff7532cd8dc6430f1b9 | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | acpi 6.4 support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | [] | ['h'] | 1 | 4 | 0 | --- diff --git a/drivers/acpi/acpica/acpredef.h b/drivers/acpi/acpica/acpredef.h --- a/drivers/acpi/acpica/acpredef.h +++ b/drivers/acpi/acpica/acpredef.h + {{"_cbr", method_0args, + method_returns(acpi_rtype_package)}}, /* fixed-length (3 int) */ + package_info(acpi_ptype1_fixed, acpi_rtype_integer, 3, 0, 0, 0), + | Power Management | 97f46be290adc8f827d5d1b2266b42421162c18a | erik kaneda | drivers | acpi | acpica |
acpica: acpi 6.4: madt: add multiprocessor wakeup structure | acpica commit b9eb6f3a19b816824d6f47a6bc86fd8ce690e04b | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | acpi 6.4 support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | [] | ['h'] | 1 | 11 | 1 | --- diff --git a/include/acpi/actbl2.h b/include/acpi/actbl2.h --- a/include/acpi/actbl2.h +++ b/include/acpi/actbl2.h - acpi_madt_type_reserved = 16 /* 16 and greater are reserved */ + acpi_madt_type_multiproc_wakeup = 16, + acpi_madt_type_reserved = 17 /* 17 and greater are reserved */ +/* 16: multiprocessor wakeup (... | Power Management | 9557cb8c5d8fbe835ade2775c95eb933344f8a27 | erik kaneda | include | acpi | |
acpica: acpi 6.4: pcct: add support for subtable type 5 | acpica commit 208d7e27ebc473feb4182cc8e58f3789c4efaca6 | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | acpi 6.4 support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | [] | ['h'] | 1 | 20 | 1 | --- diff --git a/include/acpi/actbl2.h b/include/acpi/actbl2.h --- a/include/acpi/actbl2.h +++ b/include/acpi/actbl2.h - acpi_pcct_type_reserved = 5 /* 5 and greater are reserved */ + acpi_pcct_type_hw_reg_comm_subspace = 5, /* acpi 6.4 */ + acpi_pcct_type_reserved = 6 /* 6 and greater are reserved */ +/* 5: hw registe... | Power Management | 71f79a3f0c752729b93ec5255476dce59bfae49a | erik kaneda | include | acpi | |
acpica: acpi 6.4: pptt: add new version of subtable type 1 | this commit squashes the following: | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | acpi 6.4 support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | [] | ['h'] | 1 | 7 | 0 | --- diff --git a/include/acpi/actbl2.h b/include/acpi/actbl2.h --- a/include/acpi/actbl2.h +++ b/include/acpi/actbl2.h +/* 1: cache type structure for pptt version 3 */ + +struct acpi_pptt_cache_v1 { + u32 cache_id; +}; + +#define acpi_pptt_cache_id_valid (1<<7) /* cache id valid */ | Power Management | 5e2e86c0b9970e6f70869e76a1c6417036fd3a7e | erik kaneda | include | acpi | |
acpica: tree-wide: fix various typos and spelling mistakes | this commit squashes the following: acpica commit bc8939e2d902653e71bb1601b129a993c37fcfad acpica commit 2d9e5e98e23f2a569e5691e6bed183146e25798d acpica commit 937358156631ea7a0eef3569c213c82a031097d5 | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | acpi 6.4 support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | [] | ['h', 'c'] | 3 | 3 | 3 | --- diff --git a/include/acpi/acoutput.h b/include/acpi/acoutput.h --- a/include/acpi/acoutput.h +++ b/include/acpi/acoutput.h - * debug case if code optimzation is disabled.) + * debug case if code optimization is disabled.) diff --git a/include/acpi/platform/acgcc.h b/include/acpi/platform/acgcc.h --- a/include/acpi/... | Power Management | e527db8f39d4c71128b3ef5f6a4e433513f5246b | colin ian king | tools | power | acpi, common, platform |
acpica: acpi 6.4: nfit: add location cookie field | also, update struct size to reflect these changes in nfit core driver. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | acpi 6.4 support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | [] | ['h', 'c'] | 2 | 3 | 1 | --- diff --git a/drivers/acpi/nfit/core.c b/drivers/acpi/nfit/core.c --- a/drivers/acpi/nfit/core.c +++ b/drivers/acpi/nfit/core.c - build_bug_on(sizeof(struct acpi_nfit_system_address) != 56); + build_bug_on(sizeof(struct acpi_nfit_system_address) != 64); diff --git a/include/acpi/actbl2.h b/include/acpi/actbl2.h --- ... | Power Management | cf16b05c607bd716a0a5726dc8d577a89fdc1777 | bob moore | drivers | acpi | nfit |
acpica: acpi 6.4: hmat: add new fields/flags | acpica commit 18a77ca6fc3edd26a24d8f32ae5c0ea66d84ccff | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | acpi 6.4 support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | [] | ['h'] | 1 | 7 | 3 | --- diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h --- a/include/acpi/actbl1.h +++ b/include/acpi/actbl1.h - u16 reserved1; + u8 min_transfer_size; + u8 reserved1; -#define acpi_hmat_memory_hierarchy (0x0f) +#define acpi_hmat_memory_hierarchy (0x0f) /* bits 0-3 */ -/* values for memory hierarchy flag */ +/*... | Power Management | f1489db63efb309b91539750875ee2ebe320873d | bob moore | include | acpi | |
acpica: acpi 6.4: add new flags in srat | acpica commit 44633fa72f1e4ede718733aec16e7fb7572042f8 | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | acpi 6.4 support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | [] | ['h'] | 1 | 2 | 1 | --- diff --git a/include/acpi/actbl3.h b/include/acpi/actbl3.h --- a/include/acpi/actbl3.h +++ b/include/acpi/actbl3.h -#define acpi_srat_generic_affinity_enabled (1) /* 00: use affinity structure */ +#define acpi_srat_generic_affinity_enabled (1) /* 00: use affinity structure */ +#define acpi_srat_architectural_transa... | Power Management | 2dab2b68d25c9605ea30eb9dce9eefbfe3ec7d9e | bob moore | include | acpi | |
acpica: acpi 6.4: add sdev secure access components | acpica commit 44ca5f4f9be24bf64524cdb1de46322509319056 | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | acpi 6.4 support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | [] | ['h'] | 1 | 41 | 0 | --- diff --git a/include/acpi/actbl2.h b/include/acpi/actbl2.h --- a/include/acpi/actbl2.h +++ b/include/acpi/actbl2.h +#define acpi_sdev_secure_components_present (1<<1) +struct acpi_sdev_secure_component { + u16 secure_component_offset; + u16 secure_component_length; +}; + +/* + * sdev sub-subtables ("components") fo... | Power Management | 14012d2fb1fea43077f71d33333ba3703a21fdd6 | erik kaneda | include | acpi | |
acpica: iasl: add definitions for the viot table | acpica commit fc4e33319c1ee08f20f5c44853dd8426643f6dfd | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | acpi 6.4 support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | [] | ['h'] | 1 | 66 | 0 | --- diff --git a/include/acpi/actbl3.h b/include/acpi/actbl3.h --- a/include/acpi/actbl3.h +++ b/include/acpi/actbl3.h +#define acpi_sig_viot "viot" /* virtual i/o translation table */ +/******************************************************************************* + * + * viot - virtual i/o translation table + * vers... | Power Management | 582252034dd6b334c5f50140958362b19442fecd | jean philippe brucker | include | acpi | |
acpica: cxl 2.0: cedt: add new cedt table | acpica commit 0b03aa8ebd7a5b2b9407893f123ee587af45926f | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | acpi 6.4 support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | [] | ['h'] | 1 | 43 | 0 | --- diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h --- a/include/acpi/actbl1.h +++ b/include/acpi/actbl1.h +#define acpi_sig_cedt "cedt" /* cxl early discovery table */ +/******************************************************************************* + * + * cedt - cxl early discovery table + * version 1 + ... | Power Management | 7c5eab72f5a4dffec61f8c0cd99736178f95a50a | ben widawsky | include | acpi | |
acpica: acpi 6.4: pmtt: add new fields/structures | acpica commit 036290735ad8020f762c4d94bcbc0e84b2e307b6 | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | acpi 6.4 support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | [] | ['h'] | 1 | 35 | 18 | --- diff --git a/include/acpi/actbl2.h b/include/acpi/actbl2.h --- a/include/acpi/actbl2.h +++ b/include/acpi/actbl2.h - u32 reserved; + u32 memory_device_count; + /* + * immediately followed by: + * memory_device memory_device_struct[memory_device_count]; + */ + u32 memory_device_count; /* zero means no memory device ... | Power Management | cca97d421a01731d3ee3c0ac10f356c877e08e84 | bob moore | include | acpi | |
acpica: acpi 6.4: add csi2bus resource template | this commit the result of squashing the following: acpica commit 21a316fdaa46b3fb245a1920f3829cb05d6ced6e acpica commit f5506fc7dad08c2a25ef52cf836c2d67385a612c | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | acpi 6.4 support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | [] | ['h', 'c'] | 13 | 183 | 8 | --- diff --git a/drivers/acpi/acpica/acresrc.h b/drivers/acpi/acpica/acresrc.h --- a/drivers/acpi/acpica/acresrc.h +++ b/drivers/acpi/acpica/acresrc.h + acpi_rsc_6bitflag, + acpi_rsd_6bitflag, +extern struct acpi_rsconvert_info acpi_rs_convert_csi2_serial_bus[]; +extern struct acpi_rsdump_info acpi_rs_dump_csi2_serial_... | Power Management | a2befbb2c3fbeccf4a04e9f0179cc28d5f5c1682 | bob moore | include | acpi | acpica |
acpica: acpi 6.4: add support for phat table | acpica commit de805b6a355c01f3aff4044a4ba60e9845b7668c | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | acpi 6.4 support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | [] | ['h'] | 1 | 61 | 0 | --- diff --git a/include/acpi/actbl2.h b/include/acpi/actbl2.h --- a/include/acpi/actbl2.h +++ b/include/acpi/actbl2.h +#define acpi_sig_phat "phat" /* platform health assessment table */ +/******************************************************************************* + * + * phat - platform health assessment table (a... | Power Management | 9f40033734c7bc02f151e28975a59bdc2f332023 | erik kaneda | include | acpi | |
acpica: iasl: add support for cedt table | also, update the cedt template. | this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren... | acpi 6.4 support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ... | [] | ['h'] | 1 | 2 | 1 | --- diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h --- a/include/acpi/actbl1.h +++ b/include/acpi/actbl1.h + acpi_cedt_type_reserved = 1 - acpi_cedt_header header; + struct acpi_cedt_header header; | Power Management | 519c809069cef7de5ced3e620412fa66c032436d | bob moore | include | acpi |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.