Home
last modified time | relevance | path

Searched refs:_display (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/staging/fbtft/
Dfbtft.h284 #define FBTFT_SPI_DRIVER(_name, _compatible, _display, _spi_ids) \ argument
288 return fbtft_probe_common(_display, spi, NULL); \
308 #define FBTFT_REGISTER_DRIVER(_name, _compatible, _display) \ argument
312 return fbtft_probe_common(_display, NULL, pdev); \
324 FBTFT_SPI_DRIVER(_name, _compatible, _display, NULL) \
358 #define FBTFT_REGISTER_SPI_DRIVER(_name, _comp_vend, _comp_dev, _display) \ argument
368 FBTFT_SPI_DRIVER(_name, _comp_vend "," _comp_dev, _display, spi_ids) \
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_wa_oob.rules36 22019338487_display PLATFORM(LUNARLAKE)
/linux-6.12.1/drivers/gpu/drm/xe/display/
Dintel_fbdev_fb.c42 if (!IS_DGFX(xe) && !XE_WA(xe_root_mmio_gt(xe), 22019338487_display)) { in intel_fbdev_fb_alloc()
Dxe_plane_initial.c110 if (XE_WA(xe_root_mmio_gt(xe), 22019338487_display)) in initial_plane_bo()