Sui Jingfeng ([email protected])

Number of posts: 367 (0.49 per day)
First post: 2021-11-08 19:10:23
Last post: 2023-12-05 10:33:18

Date List Subject
2023-12-05 10:33:18 linux-kernel Re: [v3 0/6] DRM driver for verisilicon
2023-07-03 17:38:34 linux-kernel Re: [PATCH v7 2/8] PCI/VGA: Deal only with VGA class devices
2023-06-30 05:02:27 linux-kernel Re: [PATCH v7 6/8] PCI/VGA: Introduce is_boot_device function callback to vga_client_register
2023-06-29 17:31:04 linux-kernel Re: [PATCH v7 6/8] PCI/VGA: Introduce is_boot_device function callback to vga_client_register
2023-06-29 15:24:32 linux-kernel Re: [PATCH v7 6/8] PCI/VGA: Introduce is_boot_device function callback to vga_client_register
2023-06-20 12:01:47 linux-kernel Re: [PATCH v2] PCI: Add dummy implement for pci_clear_master() function
2023-06-20 04:16:11 linux-kernel Re: [PATCH v2] PCI: Add dummy implement for pci_clear_master() function
2023-06-20 02:58:04 linux-kernel Re: [PATCH v6 2/8] PCI/VGA: Deal only with VGA class devices
2023-06-19 13:05:39 linux-kernel [PATCH v10 11/11] drm/etnaviv: Replace of_platform.h with explicit includes
2023-06-19 12:51:24 linux-kernel [PATCH v10 08/11] drm/etnaviv: Add a dedicated function to create the virtual master
2023-06-19 12:51:05 linux-kernel [PATCH v10 09/11] drm/etnaviv: Clean up etnaviv_pdev_probe() function
2023-06-19 12:50:38 linux-kernel [PATCH v10 04/11] drm/etnaviv: Add helpers for private data construction and destruction
2023-06-19 12:50:31 linux-kernel [PATCH v10 06/11] drm/etnaviv: Add driver support for the PCI devices
2023-06-19 12:50:30 linux-kernel [PATCH v10 05/11] drm/etnaviv: Allow bypass component framework
2023-06-19 12:50:27 linux-kernel [PATCH v10 01/11] drm/etnaviv: Add a dedicated function to register an irq handler
2023-06-19 12:50:24 linux-kernel [PATCH v10 02/11] drm/etnaviv: Add a dedicated function to get various clocks
2023-06-19 12:50:23 linux-kernel [PATCH v10 10/11] drm/etnaviv: Keep the curly brace aligned
2023-06-19 12:50:21 linux-kernel [PATCH v10 07/11] drm/etnaviv: Add support for the dma coherent device
2023-06-19 12:47:31 linux-kernel [PATCH v10 03/11] drm/etnaviv: Add dedicated functions to create and destroy platform device
2023-06-19 12:47:21 linux-kernel [PATCH v10 00/11] drm/etnaviv: Add pci device driver support
2023-06-19 04:03:32 linux-kernel Re: [PATCH v7 2/8] PCI/VGA: Deal only with VGA class devices
2023-06-19 02:56:14 linux-kernel Re: [PATCH v7 2/8] PCI/VGA: Deal only with VGA class devices
2023-06-19 02:29:41 linux-kernel Re: [PATCH v7 2/8] PCI/VGA: Deal only with VGA class devices
2023-06-14 03:25:24 linux-kernel [PATCH v9 1/9] drm/etnaviv: Add a dedicated function to register an irq handler
2023-06-14 03:24:31 linux-kernel [PATCH v9 5/9] drm/etnaviv: Allow bypass component framework
2023-06-14 03:23:27 linux-kernel [PATCH v9 0/9] drm/etnaviv: Add pci device driver support
2023-06-14 03:23:00 linux-kernel [PATCH v9 9/9] drm/etnaviv: Clean up etnaviv_pdev_probe() function
2023-06-14 03:21:25 linux-kernel [PATCH v9 4/9] drm/etnaviv: Add helpers for private data construction and destruction
2023-06-14 03:09:52 linux-kernel [PATCH v9 6/9] drm/etnaviv: Add driver support for the PCI devices
2023-06-14 03:05:28 linux-kernel [PATCH v9 7/9] drm/etnaviv: Add support for the dma coherent device
2023-06-14 02:58:16 linux-kernel [PATCH v9 8/9] drm/etnaviv: Add a dedicated function to create the virtual master
2023-06-14 02:49:47 linux-kernel [PATCH v9 3/9] drm/etnaviv: Add dedicated functions to create and destroy platform device
2023-06-14 02:49:43 linux-kernel [PATCH v9 2/9] drm/etnaviv: Add a dedicated function to get various clocks
2023-06-13 18:15:16 linux-kernel Re: [PATCH v14 1/2] drm: add kms driver for loongson display controller
2023-06-13 09:03:25 linux-kernel Re: [PATCH v14 0/2] drm: add kms driver for loongson display controller
2023-06-13 08:54:45 linux-kernel Re: [PATCH v14 0/2] drm: add kms driver for loongson display controller
2023-06-13 03:14:40 linux-kernel [PATCH v7 8/8] drm/radeon: Implement the is_boot_device callback function
2023-06-13 03:14:33 linux-kernel [PATCH v7 7/8] drm/amdgpu: Implement the is_boot_device callback function
2023-06-13 03:13:57 linux-kernel [PATCH v7 5/8] video/aperture: Add a helper to detect if an aperture contains firmware FB
2023-06-13 03:13:41 linux-kernel [PATCH v7 0/8] PCI/VGA: Introduce is_boot_device function callback to vga_client_register
2023-06-13 03:12:53 linux-kernel [PATCH v7 2/8] PCI/VGA: Deal only with VGA class devices
2023-06-13 03:12:38 linux-kernel [PATCH v7 1/8] PCI/VGA: Use unsigned type for the io_state variable
2023-06-13 03:12:20 linux-kernel [PATCH v7 4/8] PCI/VGA: Replace full MIT license text with SPDX identifier
2023-06-13 03:08:00 linux-kernel [PATCH v7 6/8] PCI/VGA: Introduce is_boot_device function callback to vga_client_register
2023-06-13 03:06:04 linux-kernel [PATCH v7 3/8] PCI/VGA: Tidy up the code and comment format
2023-06-12 19:59:34 linux-kernel [PATCH v6 0/8] PCI/VGA: introduce is_boot_device function callback to vga_client_register
2023-06-12 19:45:18 linux-kernel [PATCH v6 1/8] PCI/VGA: Use unsigned type for the io_state variable
2023-06-12 19:39:22 linux-kernel [PATCH v6 3/8] PCI/VGA: Tidy up the code and comment format
2023-06-12 19:29:43 linux-kernel [PATCH v6 4/8] PCI/VGA: Replace full MIT license text with SPDX identifier
2023-06-12 19:29:23 linux-kernel [PATCH v6 2/8] PCI/VGA: Deal only with VGA class devices
2023-06-09 17:54:16 linux-kernel Re: [Intel-gfx] [PATCH v3 4/4] PCI/VGA: introduce is_boot_device function callback to vga_client_register