summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra
Commit message (Expand)AuthorAgeFilesLines
...
| | * gpu: host1x: Reserve VBLANK syncpoints at initializationMikko Perttunen2021-03-311-0/+6
| | * gpu: host1x: Cleanup and refcounting for syncpointsMikko Perttunen2021-03-315-15/+15
| | * Merge branch 'drm/tegra/fixes' into drm/tegra/for-nextThierry Reding2021-03-302-17/+20
| | |\
* | | | drm/dp: Add backpointer to drm_device in drm_dp_auxLyude Paul2021-04-271-0/+1
* | | | Merge drm/drm-next into drm-misc-nextMaxime Ripard2021-04-262-17/+20
|\| | |
| * | | Merge drm/drm-fixes into drm-nextDaniel Vetter2021-04-132-17/+20
| |\ \ \ | | | |/ | | |/|
| | * | drm/tegra: sor: Grab runtime PM reference across resetThierry Reding2021-03-301-0/+7
| | * | drm/tegra: dc: Restore coupling of display controllersThierry Reding2021-03-301-12/+8
| | * | drm/tegra: dc: Don't set PLL clock to 0HzDmitry Osipenko2021-03-301-5/+5
* | | | drm/tegra: Don't set allow_fb_modifiers explicitlyDaniel Vetter2021-04-152-4/+8
* | | | drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann2021-04-141-2/+2
|/ / /
* | / drm/tegra: Don't register DP AUX channels before connectorsLyude Paul2021-04-081-5/+6
| |/ |/|
* | Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-03-164-82/+103
|\ \ | |/ |/|
| * drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-252-3/+6
| * drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-252-8/+14
| * drm: Rename plane->state variables in atomic update and disableMaxime Ripard2021-02-242-15/+15
| * drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard2021-02-242-32/+35
| * drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-242-3/+9
| * drm: Rename plane atomic_check state namesMaxime Ripard2021-02-242-28/+28
| * drm/tegra: Annotate dma-fence critical section in commit pathDaniel Vetter2021-02-231-0/+3
| * drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann2021-02-231-2/+2
* | drm/tegra: Fix reference leak when pm_runtime_get_sync() failsQinglang Miao2021-01-156-6/+6
* | drm/tegra: gr2d: Add compatible for Tegra114Dmitry Osipenko2021-01-152-0/+6
* | drm/tegra: gr2d: Correct swapped device-tree compatiblesDmitry Osipenko2021-01-151-2/+2
* | drm/tegra: dc: Enable display controller driver for Tegra114Dmitry Osipenko2021-01-151-0/+1
* | drm/tegra: vic: Add comments on STREAMID registersMikko Perttunen2021-01-151-0/+12
* | drm/tegra: falcon: Support newer VIC firmwareMikko Perttunen2021-01-152-12/+18
|/
* Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-12-143-24/+36
|\
| * drm: Use state helper instead of CRTC state pointerMaxime Ripard2020-11-101-3/+5
| * drm/<drivers>: Constify struct drm_driverDaniel Vetter2020-11-061-3/+2
| * drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard2020-11-021-5/+5
| * Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-11-027-84/+97
| |\
| * | drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2020-10-091-4/+4
| * | dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfacesThomas Zimmermann2020-09-291-2/+3
| * | dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfacesThomas Zimmermann2020-09-291-6/+12
| * | drm/tegra: Introduce GEM object functionsThomas Zimmermann2020-09-252-4/+8
* | | drm/tegra: sor: Disable clocks on error in tegra_sor_init()Qinglang Miao2020-11-261-2/+8
* | | drm/tegra: output: Do not put OF node twiceThierry Reding2020-11-131-1/+0
* | | drm/tegra: replace idr_init() by idr_init_base()Deepak R Varma2020-11-101-1/+1
* | | drm/tegra: sor: Ensure regulators are disabled on teardownMarc Zyngier2020-11-101-35/+24
* | | drm/tegra: sor: Don't warn on probe deferralJon Hunter2020-11-091-4/+3
| |/ |/|
* | Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-10-157-96/+97
|\ \
| * | Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-09-231-1/+1
| |\|
| | * Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-09-141-1/+1
| | |\
| | * | drm: allow limiting the scatter list size.Gerd Hoffmann2020-09-091-1/+1
| * | | Merge tag 'drm/tegra/for-5.10-rc1' of ssh://git.freedesktop.org/git/tegra/lin...Dave Airlie2020-09-234-55/+80
| |\ \ \
| | * | | drm/tegra: output: rgb: Wrap directly-connected panel into DRM bridgeDmitry Osipenko2020-09-171-52/+18
| | * | | drm/tegra: output: rgb: Support LVDS encoder bridgeDmitry Osipenko2020-09-171-9/+49
| | * | | drm/tegra: output: Support DRM bridgesDmitry Osipenko2020-09-172-0/+14
| | * | | drm/tegra: output: Don't leak OF node on errorDmitry Osipenko2020-09-171-4/+4