notro / tinydrm

Discontinued. Out of tree tinydrm modules
https://github.com/notro/tinydrm/wiki
99 stars 27 forks source link

tinydrm_display_pipe_prepare_fb missing #11

Closed sergey-suloev closed 6 years ago

sergey-suloev commented 6 years ago

@notro hi, where is tinydrm_display_pipe_prepare_fb in v4.18 ? Should we use "drm_gem_fb_simple_display_pipe_prepare_fb" instead ?

dlech commented 6 years ago

Yes, that is what replaced it.

https://github.com/torvalds/linux/commit/ccc3b2b3482c2c05d05fd2cfbf0c28d644b4b0c2#diff-6c583c0659631a4eff61d6c48c2b3169

sergey-suloev commented 6 years ago

@dlech thx