Re: [Intel-gfx] No Mesa DRI Intel 945G in Debian Bookworm since Feb. 2022 package change

2022-12-05 Thread Emma Anholt
Debian packaging apparently just decided not to include i915g in the transition? Not our fault. On Mon, Dec 5, 2022 at 9:59 AM Rodrigo Vivi wrote: > Cc: mesa-dev ml > > On Sat, Dec 03, 2022 at 03:00:44AM -0500, Felix Miata wrote: > > From libgl1-mesa-dri:amd64 changelog: > > mesa (22.0.0~rc2-1)

Re: [Intel-gfx] [PATCH v4 01/18] drm/sched: Split drm_sched_job_init

2021-07-12 Thread Emma Anholt
On Mon, Jul 12, 2021 at 1:01 PM Daniel Vetter wrote: > > This is a very confusingly named function, because not just does it > init an object, it arms it and provides a point of no return for > pushing a job into the scheduler. It would be nice if that's a bit > clearer in the interface. > > But t