Age | Commit message (Expand) | Author | Files | Lines |
2015-10-02 | gpu: host1x: Fix MLOCK's debug info | Dmitry Osipenko | 4 | -13/+13 |
2015-08-13 | gpu: host1x: mipi: Power down regulators when unused | Thierry Reding | 1 | -12/+98 |
2015-08-13 | gpu: host1x: mipi: Add Tegra210 support | Thierry Reding | 1 | -1/+35 |
2015-08-13 | gpu: host1x: mipi: Add Tegra132 support | Thierry Reding | 1 | -0/+18 |
2015-08-13 | gpu: host1x: mipi: Constify OF match table | Thierry Reding | 1 | -1/+1 |
2015-08-13 | gpu: host1x: mipi: Clear calibration status | Thierry Reding | 1 | -0/+4 |
2015-08-13 | gpu: host1x: mipi: Fix clock lane register for DSI | Thierry Reding | 1 | -5/+5 |
2015-08-13 | gpu: host1x: mipi: Parameterize to support future SoCs | Thierry Reding | 1 | -8/+79 |
2015-04-02 | gpu: host1x: Export host1x_syncpt_read() | Thierry Reding | 1 | -0/+6 |
2015-01-27 | gpu: host1x: Provide a proper struct bus_type | Thierry Reding | 3 | -40/+81 |
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-11-13 | gpu: host1x: mipi: Set MIPI_CAL_BIAS_PAD_CFG1 register | Sean Paul | 1 | -0/+4 |
2014-11-13 | gpu: host1x: mipi: Calibrate clock lanes | Sean Paul | 1 | -32/+92 |
2014-11-13 | gpu: host1x: mipi: Preserve the contents of MIPI_CAL_CTRL | Sean Paul | 1 | -1/+3 |
2014-11-13 | gpu: host1x: mipi: Registers are 32 bits wide | Thierry Reding | 1 | -8/+8 |
2014-11-13 | gpu: host1x: Make gather offsets unsigned | Thierry Reding | 1 | -1/+1 |
2014-11-13 | gpu: host1x: Print address/offset pairs consistently | Thierry Reding | 2 | -4/+4 |
2014-11-13 | gpu: host1x: Fix typo in comment | Thierry Reding | 1 | -1/+1 |
2014-11-13 | gpu: host1x: Make mapped field of push buffers void * | Thierry Reding | 3 | -4/+4 |
2014-11-13 | gpu: host1x: Use struct host1x_bo pointers in traces | Thierry Reding | 1 | -4/+8 |
2014-08-04 | drm/tegra: Make job submission 64-bit safe | Thierry Reding | 1 | -11/+11 |
2014-06-06 | gpu: host1x: Rename internal functions for clarity | Thierry Reding | 1 | -6/+6 |
2014-04-16 | gpu: host1x: handle the correct # of syncpt regs | Stephen Warren | 1 | -2/+2 |
2014-04-05 | Merge tag 'drm/tegra/for-3.15-rc1' of git://anongit.freedesktop.org/tegra/lin... | Dave Airlie | 1 | -0/+1 |
2014-04-04 | gpu: host1x: export host1x_syncpt_incr_max() function | Bryan Wu | 1 | -0/+1 |
2014-02-12 | gpu: host1x: do not check previously handled gathers | Erik Faye-Lund | 1 | -1/+1 |
2014-01-14 | gpu: host1x: Remove unnecessary include | Thierry Reding | 1 | -1/+0 |
2013-12-19 | gpu: host1x: Add Tegra124 support | Thierry Reding | 8 | -1/+768 |
2013-12-19 | gpu: host1x: Fix build warnings | Thierry Reding | 1 | -5/+8 |
2013-12-19 | gpu: host1x: Increase compile test coverage | Thierry Reding | 1 | -1/+1 |
2013-12-19 | gpu: host1x: Fix more sparse warnings | Thierry Reding | 1 | -0/+3 |
2013-12-19 | gpu: host1x: Use the correct HW headers for host1x02 | Thierry Reding | 3 | -2/+150 |
2013-12-19 | gpu: host1x: Export public API | Thierry Reding | 4 | -0/+22 |
2013-12-19 | gpu: host1x: Add MIPI pad calibration support | Thierry Reding | 4 | -4/+288 |
2013-12-03 | gpu: host1x: Fix a few sparse warnings | Thierry Reding | 1 | -2/+3 |
2013-11-28 | gpu: host1x: Silence a few warnings with LPAE=y | Olof Johansson | 2 | -4/+4 |
2013-10-31 | gpu: host1x: Add syncpoint base support | Arto Merilainen | 5 | -2/+87 |
2013-10-31 | gpu: host1x: Add 'flags' field to syncpt request | Arto Merilainen | 1 | -7/+11 |
2013-10-31 | gpu: host1x: Disable clock on probe failure | Wei Yongjun | 1 | -1/+3 |
2013-10-31 | gpu: host1x: Add support for Tegra114 | Thierry Reding | 7 | -1/+620 |
2013-10-31 | drm/tegra: Move driver to DRM tree | Thierry Reding | 16 | -5707/+0 |
2013-10-31 | gpu: host1x: Use relative include paths | Thierry Reding | 7 | -26/+24 |
2013-10-31 | drm/tegra: Move subdevice infrastructure to host1x | Thierry Reding | 11 | -364/+853 |
2013-10-31 | gpu: host1x: Expose syncpt and channel functionality | Thierry Reding | 13 | -254/+26 |
2013-10-31 | drm/tegra: Introduce tegra_drm_client structure | Thierry Reding | 5 | -83/+94 |
2013-10-31 | gpu: host1x: Make host1x header file public | Thierry Reding | 4 | -35/+5 |
2013-10-31 | drm/tegra: gem: Miscellaneous cleanups | Thierry Reding | 1 | -11/+10 |
2013-10-31 | drm/tegra: Rename gr2d to tegra-gr2d | Thierry Reding | 1 | -1/+1 |