01:01 jenatali: mareko: Just a bad assert, pushing a fixup now
10:14 mlankhorst: fbdev is supposed to respect tiling right?
10:56 mlankhorst: Interesting, it seems to detect it and create a correct sized fb, but the second tile is a mirror of the first for some reason. Confirmed by printing half the screen with a's and other half with b's
17:58 mlankhorst: drm_modeset_client initially appears to respect tiling. It creates a 3840x2160 fb. pan_display resets both tiles to 0.0 but even if I take it out restore_fbdev appears to reset panning. Things go downhill from there..
22:50 benjaminl: is there a global preference between 'intrin' and 'intr', or is it just "do whatever the surrounding code does"?
23:10 cmarcelo: benjaminl: I tend to see and use 'intrin', but the "use surrounding code" approach is fine too (if a file/function is using intr, fine to keep using that).