summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorPaul Kocialkowski <paul.kocialkowski@bootlin.com>2019-01-18 15:51:12 +0100
committerMaxime Ripard <maxime.ripard@bootlin.com>2019-01-18 19:00:18 +0100
commita211e56e947c8dbf37e1682f278bcfe8b20129c4 (patch)
tree8d29c37b6883803356be4097382828e284e07feb /tools/perf/scripts/python/bin/stackcollapse-record
parent41c8c210a2b4ba8b1b532cdba7ff0112ef76abb2 (diff)
downloadkernel-a211e56e947c8dbf37e1682f278bcfe8b20129c4.tar.gz
drm/fourcc: Add format info helpers for checking YUV sub-sampling
Display engine drivers often need to distinguish between different types of YUV sub-sampling. This introduces helpers to check for common sub-sampling ratios in their commonly-used denomination from the DRM format info. Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com> Reviewed-by: Maxime Ripard <maxime.ripard@bootlin.com> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190118145133.21281-3-paul.kocialkowski@bootlin.com
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
a href='/distro/kernel/commit/drivers/dma/at_xdmac.c?id=87c56dcba4573441b5cc4b42ecbb35188fee8f04'>dmaengine: at_xdmac: Handle return value of clk_prepare_enable.Arvind Yadav 2017-08-21dmaengine: at_xdmac: Fix compilation warning.Arvind Yadav 2016-12-06dmaengine: at_xdmac: don't restore unsaved statusAlexandre Belloni 2016-11-30dmaengine: at_xdmac: Use dma_pool_zallocSouptick Joarder 2016-10-06Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds 2016-08-22dmaengine: at_xdmac: fix to pass correct device identity to free_irq()Wei Yongjun 2016-08-08dmaengine: at_xdmac: convert callback to helper functionDave Jiang 2016-07-28Merge tag 'dmaengine-4.8-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds 2016-07-16Merge branch 'topic/at_xdmac' into for-linusVinod Koul 2016-06-30dmaengine: at_xdmac: fix debug stringAlexandre Belloni 2016-06-08dmaengine: at_xdmac: fix un-exported functionsBen Dooks 2016-05-30dmaengine: at_xdmac: double FIFO flush needed to compute residueLudovic Desroches 2016-05-30dmaengine: at_xdmac: fix residue corruptionLudovic Desroches 2016-05-30dmaengine: at_xdmac: align descriptors on 64 bitsLudovic Desroches 2016-03-10dmaengine: at_xdmac: fix residue computationLudovic Desroches 2016-01-20Merge tag 'dmaengine-fix-4.5-rc1' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds 2016-01-18dmaengine: at_xdmac: fix resume for cyclic transfersSongjun Wu 2016-01-13Merge tag 'dmaengine-4.5-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds 2015-12-10dmaengine: at_xdmac: fix at_xdmac_prep_dma_memcpy()Cyrille Pitchen 2015-12-05dmaengine: at_xdmac: Remove unnecessary synchronize_irq() before free_irq()Lars-Peter Clausen 2015-12-05dmaengine: at_xdmac: fix bad behavior in interleaved modeSylvain ETIENNE 2015-12-05dmaengine: at_xdmac: fix false condition for memset_sg transfersLudovic Desroches 2015-12-05dmaengine: at_xdmac: fix macro typoLudovic Desroches 2015-12-05dmaengine: at_xdmac: fix spurious flag status for mem2mem transfersLudovic Desroches 2015-11-16dmaengine: at_xdmac: use %pad format string for dma_addr_tArnd Bergmann 2015-11-10Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds 2015-10-01dmaengine: at_xdmac: fix memory leak in interleaved modeLudovic Desroches 2015-10-01dmaengine: at_xdmac: handle numf > 1Maxime Ripard 2015-10-01dmaengine: at_xdmac: clean used descriptorLudovic Desroches 2015-10-01dmaengine: at_xdmac: change block increment addressing modeMaxime Ripard