/linux/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_cmdbuf.h | diff 2f9225dbc09abe7cacb9820ebdeef5b6c0eb9c72 Fri Nov 24 16:56:37 CET 2017 Lucas Stach <l.stach@pengutronix.de> drm/etnaviv: move cmdbuf into submit object
Less dynamic allocations and slims down the cmdbuf object to only the required information, as everything else is already available in the submit object.
This also simplifies buffer and mappings lifetime management, as they are now exlusively attached to the submit object and not additionally to the cmdbuf.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
|
H A D | etnaviv_cmdbuf.c | diff 2f9225dbc09abe7cacb9820ebdeef5b6c0eb9c72 Fri Nov 24 16:56:37 CET 2017 Lucas Stach <l.stach@pengutronix.de> drm/etnaviv: move cmdbuf into submit object
Less dynamic allocations and slims down the cmdbuf object to only the required information, as everything else is already available in the submit object.
This also simplifies buffer and mappings lifetime management, as they are now exlusively attached to the submit object and not additionally to the cmdbuf.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
|
H A D | etnaviv_iommu_v2.c | diff 2f9225dbc09abe7cacb9820ebdeef5b6c0eb9c72 Fri Nov 24 16:56:37 CET 2017 Lucas Stach <l.stach@pengutronix.de> drm/etnaviv: move cmdbuf into submit object
Less dynamic allocations and slims down the cmdbuf object to only the required information, as everything else is already available in the submit object.
This also simplifies buffer and mappings lifetime management, as they are now exlusively attached to the submit object and not additionally to the cmdbuf.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
|
H A D | etnaviv_buffer.c | diff 2f9225dbc09abe7cacb9820ebdeef5b6c0eb9c72 Fri Nov 24 16:56:37 CET 2017 Lucas Stach <l.stach@pengutronix.de> drm/etnaviv: move cmdbuf into submit object
Less dynamic allocations and slims down the cmdbuf object to only the required information, as everything else is already available in the submit object.
This also simplifies buffer and mappings lifetime management, as they are now exlusively attached to the submit object and not additionally to the cmdbuf.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
|
H A D | etnaviv_gem.h | diff 2f9225dbc09abe7cacb9820ebdeef5b6c0eb9c72 Fri Nov 24 16:56:37 CET 2017 Lucas Stach <l.stach@pengutronix.de> drm/etnaviv: move cmdbuf into submit object
Less dynamic allocations and slims down the cmdbuf object to only the required information, as everything else is already available in the submit object.
This also simplifies buffer and mappings lifetime management, as they are now exlusively attached to the submit object and not additionally to the cmdbuf.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
|
H A D | etnaviv_dump.c | diff 2f9225dbc09abe7cacb9820ebdeef5b6c0eb9c72 Fri Nov 24 16:56:37 CET 2017 Lucas Stach <l.stach@pengutronix.de> drm/etnaviv: move cmdbuf into submit object
Less dynamic allocations and slims down the cmdbuf object to only the required information, as everything else is already available in the submit object.
This also simplifies buffer and mappings lifetime management, as they are now exlusively attached to the submit object and not additionally to the cmdbuf.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
|
H A D | etnaviv_gpu.h | diff 2f9225dbc09abe7cacb9820ebdeef5b6c0eb9c72 Fri Nov 24 16:56:37 CET 2017 Lucas Stach <l.stach@pengutronix.de> drm/etnaviv: move cmdbuf into submit object
Less dynamic allocations and slims down the cmdbuf object to only the required information, as everything else is already available in the submit object.
This also simplifies buffer and mappings lifetime management, as they are now exlusively attached to the submit object and not additionally to the cmdbuf.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
|
H A D | etnaviv_gem_submit.c | diff 2f9225dbc09abe7cacb9820ebdeef5b6c0eb9c72 Fri Nov 24 16:56:37 CET 2017 Lucas Stach <l.stach@pengutronix.de> drm/etnaviv: move cmdbuf into submit object
Less dynamic allocations and slims down the cmdbuf object to only the required information, as everything else is already available in the submit object.
This also simplifies buffer and mappings lifetime management, as they are now exlusively attached to the submit object and not additionally to the cmdbuf.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
|
H A D | etnaviv_drv.c | diff 2f9225dbc09abe7cacb9820ebdeef5b6c0eb9c72 Fri Nov 24 16:56:37 CET 2017 Lucas Stach <l.stach@pengutronix.de> drm/etnaviv: move cmdbuf into submit object
Less dynamic allocations and slims down the cmdbuf object to only the required information, as everything else is already available in the submit object.
This also simplifies buffer and mappings lifetime management, as they are now exlusively attached to the submit object and not additionally to the cmdbuf.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
|
H A D | etnaviv_gpu.c | diff 2f9225dbc09abe7cacb9820ebdeef5b6c0eb9c72 Fri Nov 24 16:56:37 CET 2017 Lucas Stach <l.stach@pengutronix.de> drm/etnaviv: move cmdbuf into submit object
Less dynamic allocations and slims down the cmdbuf object to only the required information, as everything else is already available in the submit object.
This also simplifies buffer and mappings lifetime management, as they are now exlusively attached to the submit object and not additionally to the cmdbuf.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
|