Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | drm/radeon/kms: drop taking lock around crtc lookup. | Dave Airlie | 2010-07-21 |
| | | | | | | | | | | | | | We only add/remove crtcs at driver load, you cannot remove when the GPU is running a CS packet since the fd is open, when GPU hotplugging on radeons actually is needed all this locking needs a review and I've started re-working kms core locking to deal with this better. But for now avoid long delays in CS processing when hotplug detect is happening in a different thread. this fixes a regression introduced with hotplug detection. Signed-off-by: Dave Airlie <airlied@redhat.com> | ||
* | drm/radeon/kms: fix typos in evergreen command checker | Alex Deucher | 2010-06-30 |
| | | | | | Signed-off-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com> | ||
* | drm/radeon/kms/evergreen: add initial CS parser | Alex Deucher | 2010-05-31 |
Advanced validation is not implemented yet. The mesa code that uses this will be released soon. Signed-off-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com> |