Searched refs:komeda_fb (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/gpu/drm/arm/display/komeda/ |
H A D | komeda_framebuffer.h | 16 struct komeda_fb { struct 36 #define to_kfb(dfb) container_of(dfb, struct komeda_fb, base) argument 41 int komeda_fb_check_src_coords(const struct komeda_fb *kfb, 44 komeda_fb_get_pixel_addr(struct komeda_fb *kfb, int x, int y, int plane); 45 bool komeda_fb_is_layer_supported(struct komeda_fb *kfb, u32 layer_type,
|
H A D | komeda_framebuffer.c | 18 struct komeda_fb *kfb = to_kfb(fb); in komeda_fb_destroy() 40 komeda_fb_afbc_size_check(struct komeda_fb *kfb, struct drm_file *file, in komeda_fb_afbc_size_check() 111 komeda_fb_none_afbc_size_check(struct komeda_dev *mdev, struct komeda_fb *kfb, in komeda_fb_none_afbc_size_check() 163 struct komeda_fb *kfb; in komeda_fb_create() 208 int komeda_fb_check_src_coords(const struct komeda_fb *kfb, in komeda_fb_check_src_coords() 239 komeda_fb_get_pixel_addr(struct komeda_fb *kfb, int x, int y, int plane) in komeda_fb_get_pixel_addr() 267 bool komeda_fb_is_layer_supported(struct komeda_fb *kfb, u32 layer_type, in komeda_fb_is_layer_supported()
|
H A D | komeda_pipeline_state.c | 284 struct komeda_fb *kfb, in komeda_layer_check_cfg() 344 struct komeda_fb *kfb = to_kfb(fb); in komeda_layer_validate() 403 struct komeda_fb *kfb = to_kfb(conn_st->writeback_job->fb); in komeda_wb_layer_validate()
|
/openbmc/linux/drivers/gpu/drm/arm/display/komeda/d71/ |
H A D | d71_component.c | 186 struct komeda_fb *kfb, in d71_layer_update_fb() 220 struct komeda_fb *kfb = to_kfb(fb); in d71_layer_update() 470 struct komeda_fb *kfb = to_kfb(conn_st->writeback_job->fb); in d71_wb_layer_update()
|