search for: agd5f

Displaying 6 results from an estimated 6 matches for "agd5f".

Did you mean: a65f
2010 May 15
0
No subject
...PFIFO apparently along with 2d/3d, according to mwk 23:53 -!- phenriksson_ [~phenrikss at h-236-130.A193.priv.bahnhof.se] has quit [Quit: phenriksson_] 23:55 < mwk> I'm not sure about all purevideo going through PFIFO 23:55 < mwk> but at least some of the engines do use it 23:55 -!- agd5f [~alex at static-74-96-105-7.washdc.fios.verizon.net] has quit [Read error: Connection reset by peer] 23:56 * mwk only checked VP2 and VP4 though, not VP1 that is available on nv4x... 23:56 < jb17bsome> Must be some other block then. I didn't see any of the vpe registers changing at all...
2018 Feb 11
2
[PATCH 0/5] Fix deadlock on runtime suspend in DRM drivers
...:01:00.0/power/runtime_status. Without this > > series, the status will be stuck at "suspending" and you'll get hung task > > errors in dmesg after a few minutes. > > I wasn't quite sure where to add that msleep. I've tested the patches > as is on top of agd5f's wip branch without ill effects > > I've had a radeon and now a amdgpu PRIME setup and don't believe I've > ever seen this issue > > If you could pop a patch together for the msleep I'll give it a test on > amdgpu Here you go, this is for all 3 drivers. Sho...
2018 Feb 11
0
[PATCH 0/5] Fix deadlock on runtime suspend in DRM drivers
...atus. Without this > > > series, the status will be stuck at "suspending" and you'll get hung task > > > errors in dmesg after a few minutes. > > > > I wasn't quite sure where to add that msleep. I've tested the patches > > as is on top of agd5f's wip branch without ill effects > > > > I've had a radeon and now a amdgpu PRIME setup and don't believe I've > > ever seen this issue > > > > If you could pop a patch together for the msleep I'll give it a test on > > amdgpu > > Her...
2018 Feb 11
0
[PATCH 0/5] Fix deadlock on runtime suspend in DRM drivers
...-- > 2.15.1 > > _______________________________________________ > dri-devel mailing list > dri-devel at lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel I wasn't quite sure where to add that msleep. I've tested the patches as is on top of agd5f's wip branch without ill effects I've had a radeon and now a amdgpu PRIME setup and don't believe I've ever seen this issue If you could pop a patch together for the msleep I'll give it a test on amdgpu Cheers Mike
2018 Feb 11
19
[PATCH 0/5] Fix deadlock on runtime suspend in DRM drivers
Fix a deadlock on hybrid graphics laptops that's been present since 2013: DRM drivers poll connectors in 10 sec intervals. The poll worker is stopped on ->runtime_suspend with cancel_delayed_work_sync(). However the poll worker invokes the DRM drivers' ->detect callbacks, which call pm_runtime_get_sync(). If the poll worker starts after runtime suspend has begun,
2013 Dec 06
2
Regression: drm/nouveau/clk: implement power state and engine clock control in core (7c856522069755ab9d163a24ac332cd3cb35fe30) breaks GeForce 9400 on Intel Mac Mini Model November 2010 model
...e24bcd4c # good: [9e2b734f1cc43e94558bfd2b779d8e493abea0f4] drm/nouveau/i2c: use a custom bitbanging delay for the adt7473 git bisect good 9e2b734f1cc43e94558bfd2b779d8e493abea0f4 # bad: [8d0a2215931f1ffd77aef65cae2c0becc3f5d560] Merge branch 'drm-next-3.13' of git://people.freedesktop.org/~agd5f/linux into drm-next git bisect bad 8d0a2215931f1ffd77aef65cae2c0becc3f5d560 # bad: [21136946c495b0e1e0f7e25a8de6f170efbdeadf] drm/vmwgfx: fix warning if config intel iommu is off. git bisect bad 21136946c495b0e1e0f7e25a8de6f170efbdeadf # good: [09b8d73bd5aa4a4897d2fa603e683f09ac7e9916] drm/nvc0/the...