Home
last modified time | relevance | path

Searched refs:update_fb_stride (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/loongson/
H A Dlsdc_plane.c83 ops->update_fb_stride(primary, new_fb->pitches[0]); in lsdc_primary_atomic_update()
556 .update_fb_stride = lsdc_primary0_update_fb_stride,
561 .update_fb_stride = lsdc_primary1_update_fb_stride,
H A Dlsdc_drv.h141 void (*update_fb_stride)(struct lsdc_primary *plane, u32 stride); member