Searched refs:pitch_align (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/drivers/gpu/drm/loongson/ |
| H A D | loongson_device.c | 37 .pitch_align = 256, 69 .pitch_align = 64,
|
| H A D | lsdc_gem.c | 219 pitch = ALIGN(pitch, descp->pitch_align); in lsdc_dumb_create()
|
| H A D | lsdc_drv.h | 62 u32 pitch_align; /* CRTC DMA alignment constraint */ member
|
| H A D | lsdc_crtc.c | 765 if (pitch % descp->pitch_align) { in lsdc_crtc_mode_valid() 767 descp->pitch_align, pitch); in lsdc_crtc_mode_valid()
|
| /linux-6.15/drivers/gpu/drm/radeon/ |
| H A D | r600_cs.c | 249 u32 *pitch_align, in r600_get_array_mode_alignment() argument 264 *pitch_align = 1; /* tile_width */ in r600_get_array_mode_alignment() 276 *pitch_align = max((u32)tile_width, in r600_get_array_mode_alignment() 284 *pitch_align = max((u32)macro_tile_width * tile_width, in r600_get_array_mode_alignment() 411 if (!IS_ALIGNED(pitch, pitch_align)) { in r600_cs_track_validate_cb() 519 u32 height_align, pitch_align, depth_align; in r600_cs_track_validate_db() local 601 if (!IS_ALIGNED(pitch, pitch_align)) { in r600_cs_track_validate_db() 1479 u32 height_align, pitch, pitch_align, depth_align; in r600_check_texture_resource() local 1564 if (!IS_ALIGNED(pitch, pitch_align)) { in r600_check_texture_resource() 1591 pitch_align, height_align, base_align, in r600_check_texture_resource() [all …]
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_gem_vram_helper.c | 469 unsigned long pitch_align, in drm_gem_vram_fill_create_dumb() argument 478 if (pitch_align) { in drm_gem_vram_fill_create_dumb() 479 if (WARN_ON_ONCE(!is_power_of_2(pitch_align))) in drm_gem_vram_fill_create_dumb() 481 pitch = ALIGN(pitch, pitch_align); in drm_gem_vram_fill_create_dumb()
|
| /linux-6.15/include/drm/ |
| H A D | drm_gem_vram_helper.h | 106 unsigned long pitch_align,
|
| /linux-6.15/drivers/gpu/drm/tegra/ |
| H A D | dc.c | 2683 if (dc->soc->pitch_align > tegra->pitch_align) in tegra_dc_init() 2684 tegra->pitch_align = dc->soc->pitch_align; in tegra_dc_init() 2841 .pitch_align = 8, 2864 .pitch_align = 8, 2887 .pitch_align = 64, 2910 .pitch_align = 64, 2933 .pitch_align = 64, 2990 .pitch_align = 64, 3041 .pitch_align = 64,
|
| H A D | fbdev.c | 91 tegra->pitch_align); in tegra_fbdev_driver_fbdev_probe()
|
| H A D | drm.h | 52 unsigned int pitch_align; member
|
| H A D | dc.h | 64 unsigned int pitch_align; member
|
| H A D | gem.c | 550 args->pitch = round_up(min_pitch, tegra->pitch_align); in tegra_bo_dumb_create()
|