mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
radeon: IRQ always enabled in DRI2 path no need to query kernel for it
This commit is contained in:
parent
a7bb95bf14
commit
a67c29a268
1 changed files with 1 additions and 2 deletions
|
|
@ -1081,8 +1081,7 @@ radeonCreateScreen2(__DRIscreenPrivate *sPriv)
|
||||||
screen->drmSupportsPointSprites = 1;
|
screen->drmSupportsPointSprites = 1;
|
||||||
screen->drmSupportsCubeMapsR100 = 1;
|
screen->drmSupportsCubeMapsR100 = 1;
|
||||||
screen->drmSupportsVertexProgram = 1;
|
screen->drmSupportsVertexProgram = 1;
|
||||||
|
screen->irq = 1;
|
||||||
ret = radeonGetParam(sPriv, RADEON_PARAM_IRQ_NR, &screen->irq);
|
|
||||||
|
|
||||||
ret = radeonGetParam(sPriv, RADEON_PARAM_DEVICE_ID, &device_id);
|
ret = radeonGetParam(sPriv, RADEON_PARAM_DEVICE_ID, &device_id);
|
||||||
if (ret) {
|
if (ret) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue