summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorThomas Zimmermann <tzimmermann@suse.de>2021-07-30 20:35:09 +0200
committerThomas Zimmermann <tzimmermann@suse.de>2021-08-02 16:41:20 +0200
commit0ec77bd92b513aa4e556e5b92ccd993677d21cbc (patch)
tree9f2df07e1ee0f0eecde3ea398a2a870ad08ec322 /tools/perf/scripts/python/bin
parentf6424ecdb3c8aba18997a6992f780ab9c27734bc (diff)
downloadkernel-0ec77bd92b513aa4e556e5b92ccd993677d21cbc.tar.gz
drm/gem: Clear mapping addresses for unused framebuffer planes
Set the returned mapping address to NULL if a framebuffer plane does not have a BO associated with it. Likewise, ignore mappings of NULL during framebuffer unmap operations. Allows users of the functions to perform unmap operations of certain BOs by themselfes. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Sam Ravnborg <sam@ravnborg.org> Link: https://patchwork.freedesktop.org/patch/msgid/20210730183511.20080-4-tzimmermann@suse.de
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
2015-11-30mtd: spi-nor: include mtd.h header for struct mtd_info definitionRafał Miłecki 2015-11-19mtd: spi-nor: provide default erase_sector implementationBrian Norris 2015-11-11mtd: spi-nor: drop flash_node fieldBrian Norris 2015-11-11mtd: add get/set of_node/flash_node helpersBrian Norris 2015-10-13mtd: spi-nor: add mtd_is_locked() supportBrian Norris 2015-10-13mtd: spi-nor: fixup kernel-doc for flash lock/unlock function pointersBrian Norris 2015-10-13mtd: spi-nor: add SPI NOR manufacturer IDsBrian Norris 2015-10-13mtd: spi-nor: make bitfield constants more consistentBrian Norris 2015-10-13mtd: spi-nor: make implicit <linux/bitops.h> dependency explicitBrian Norris 2015-09-21mtd: spi-nor: remove unused read_xfer/write_xfer hooksCyrille Pitchen 2015-09-11mtd: spi-nor: Zap unneeded write_enable from write_regJagan Teki 2015-09-11mtd: spi-nor: Decouple SPI NOR's device_node from controller deviceMarek Vasut 2015-09-02mtd: spi-nor: embed struct mtd_info within struct spi_norBrian Norris 2015-09-02mtd: spi-nor: add forward declaration for mtd_infoBrian Norris 2015-03-27mtd: spi-nor: factor out replace-able flash_{lock,unlock}Brian Norris 2015-01-07mtd: spi-nor: Add quad I/O support for Micron SPI NORBean Huo 霍斌斌 (beanhuo) 2014-11-05mtd: spi-nor: drop replaceable wait-till-ready function pointerBrian Norris 2014-11-05mtd: m25p80: drop wait-till-ready checksBrian Norris 2014-10-21spi-nor: Remove spi_nor::read_id operationBen Hutchings 2014-10-21mtd: m25p80,spi-nor: Fix module aliases for m25p80Ben Hutchings 2014-10-17mtd: spi-nor: make spi_nor_scan() take a chip type name, not spi_device_idBen Hutchings 2014-07-11mtd: spi-nor: add support for flag status register on Micron chipsgrmoore@altera.com 2014-04-14mtd: spi-nor: unify read opcode variants with ST SPI FSMBrian Norris 2014-04-14mtd: spi-nor: re-name OPCODE_* to SPINOR_OP_*Brian Norris 2014-04-14mtd: spi-nor: drop \t after #defineBrian Norris 2014-04-14mtd: spi-nor: add the copyright informationHuang Shijie 2014-04-14mtd: spi-nor: add a helper to find the spi_device_idHuang Shijie 2014-04-14mtd: spi-nor: add the framework for SPI NORHuang Shijie 2014-04-14mtd: spi-nor: add the basic data structuresHuang Shijie 2014-04-14mtd: spi-nor: copy the SPI NOR commands to a new header fileHuang Shijie