Age | Commit message (Expand) | Author | Files | Lines |
2023-04-04 | gpu: host1x: Make host1x_client_unregister() return void | Uwe Kleine-König | 1 | -4/+2 |
2023-01-27 | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman | 1 | -1/+1 |
2021-12-16 | gpu: host1x: Add missing DMA API include | Robin Murphy | 1 | -0/+1 |
2021-12-16 | gpu: host1x: Drop excess kernel-doc entry @key | Randy Dunlap | 1 | -1/+0 |
2021-12-16 | drm/tegra: Implement buffer object cache | Thierry Reding | 1 | -0/+78 |
2021-05-17 | gpu: host1x: Split up client initalization and registration | Thierry Reding | 1 | -6/+24 |
2021-03-31 | gpu: host1x: Add early init and late exit callbacks | Thierry Reding | 1 | -0/+31 |
2021-03-30 | gpu: host1x: Use different lock classes for each client | Mikko Perttunen | 1 | -4/+6 |
2020-11-06 | gpu/host1x: bus: Add missing description for 'driver' | Lee Jones | 1 | -0/+1 |
2020-06-16 | gpu: host1x: Detach driver on unregister | Thierry Reding | 1 | -0/+9 |
2020-01-10 | drm/tegra: Do not implement runtime PM | Thierry Reding | 1 | -0/+75 |
2020-01-10 | gpu: host1x: Rename "parent" to "host" | Thierry Reding | 1 | -2/+2 |
2019-10-28 | gpu: host1x: Do not limit DMA segment size | Thierry Reding | 1 | -1/+1 |
2019-06-25 | Merge tag 'drm/tegra/for-5.3-rc1' of git://anongit.freedesktop.org/tegra/linu... | Dave Airlie | 1 | -1/+34 |
2019-06-05 | gpu: host1x: Do not link logical devices to DT nodes | Thierry Reding | 1 | -1/+31 |
2019-06-05 | gpu: host1x: Increase maximum DMA segment size | Thierry Reding | 1 | -0/+3 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 | Thomas Gleixner | 1 | -12/+1 |
2019-02-04 | gpu: host1x: Represent host1x bus devices in debugfs | Thierry Reding | 1 | -0/+35 |
2018-09-26 | gpu: host1x: Remove spurious tab | Thierry Reding | 1 | -1/+1 |
2018-05-03 | drivers: remove force dma flag from buses | Christoph Hellwig | 1 | -3/+2 |
2018-05-03 | dma-mapping: move dma configuration to bus infrastructure | Nipun Gupta | 1 | -0/+6 |
2017-12-13 | gpu: host1x: Cleanup on initialization failure | Thierry Reding | 1 | -2/+9 |
2017-11-16 | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -1/+2 |
2017-10-20 | gpu: host1x: Call of_dma_configure() after setting bus | Mikko Perttunen | 1 | -1/+2 |
2017-10-19 | drivers: flag buses which demand DMA configuration | Robin Murphy | 1 | -0/+1 |
2017-08-21 | Merge tag 'drm/tegra/for-4.14-rc1' of git://anongit.freedesktop.org/tegra/lin... | Dave Airlie | 1 | -1/+17 |
2017-08-17 | gpu: host1x: Support sub-devices recursively | Thierry Reding | 1 | -1/+17 |
2017-07-31 | gpu/host1x: Remove excess parameter in host1x_subdev_add docs | Sean Paul | 1 | -1/+0 |
2017-06-15 | gpu: host1x: Flesh out kerneldoc | Thierry Reding | 1 | -0/+75 |
2017-04-05 | gpu: host1x: Fix host1x driver shutdown | Thierry Reding | 1 | -34/+34 |
2017-01-30 | gpu: host1x: Set OF node for new host1x devices | Thierry Reding | 1 | -0/+1 |
2016-03-17 | Merge tag 'drm/tegra/for-4.6-rc1' of http://anongit.freedesktop.org/git/tegra... | Dave Airlie | 1 | -1/+3 |
2016-03-16 | gpu: host1x: bus: Add missing of_node_put() | Amitoj Kaur Chawla | 1 | -1/+3 |
2016-03-04 | gpu: host1x: Set DMA ops on device creation | Alexandre Courbot | 1 | -0/+2 |
2015-12-14 | gpu: host1x: Remove core driver on unregister | Thierry Reding | 1 | -0/+2 |
2015-01-27 | gpu: host1x: Provide a proper struct bus_type | Thierry Reding | 1 | -35/+76 |
2015-01-23 | gpu: host1x: Factor out __host1x_device_del() | Thierry Reding | 1 | -44/+49 |
2015-01-23 | gpu: host1x: Call host1x_device_add() under lock | Thierry Reding | 1 | -4/+2 |
2015-01-23 | gpu: host1x: Call ->remove() only when a device is bound | Thierry Reding | 1 | -2/+7 |
2014-06-06 | gpu: host1x: Rename internal functions for clarity | Thierry Reding | 1 | -6/+6 |
2013-12-19 | gpu: host1x: Export public API | Thierry Reding | 1 | -0/+2 |
2013-12-03 | gpu: host1x: Fix a few sparse warnings | Thierry Reding | 1 | -2/+3 |
2013-10-31 | drm/tegra: Move subdevice infrastructure to host1x | Thierry Reding | 1 | -0/+550 |