summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/media_tests/Makefile
blob: 471d83e61d95edb2bf42aaa43617c442e1f7adee (plain)
1
2
3
4
5
6
# SPDX-License-Identifier: GPL-2.0
#
CFLAGS += -I../ $(KHDR_INCLUDES)
TEST_GEN_PROGS := media_device_test media_device_open video_device_test

include ../lib.mk
ket/gasket_page_table.c?id=5631feed3932b062bd8a576c8deff666ccf1fb74'>staging: gasket: Convert get_user_pages*() --> pin_user_pages*()Souptick Joarder 2020-04-25Staging: gasket: fix typo in gasket_page_table.c comments.Kyoungho Koo 2019-05-30staging/gasket: Fix string splitTianzheng Li 2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny 2019-04-16Staging: gasket: Use DIV_ROUND_UPMadhumitha Prabakaran 2018-11-12staging: gasket: formatting fixesRobert Deal 2018-11-05staging: gasket: use sizeof(*p) for memory allocationKimberly Brown 2018-10-19staging: gasket: remove debug logs in page table mapping callsTodd Poynor 2018-10-15staging: gasket: Update device virtual address commentNick Ewalt 2018-10-15staging: gasket: page_table: simplify gasket_components_to_dev_addressNick Ewalt 2018-10-15staging: gasket: page_table: fix comment in components_to_dev_addressNick Ewalt 2018-10-15staging: gasket: page table: fixup error path allocating coherent memNick Ewalt 2018-10-15staging: gasket: page_table: rearrange gasket_page_table_entryNick Ewalt 2018-10-15staging: gasket: page_table: remove unnecessary PTE status set to freeNick Ewalt 2018-10-15staging: gasket: page table: remove dead code in coherent mem allocTodd Poynor 2018-10-15staging: gasket: page table: return valid error code on map failTodd Poynor 2018-09-18staging: gasket: page_table: handle failed dma_map_pageNick Ewalt 2018-09-18staging: gasket: page_table: use total_entries for max ext lvl0 page idxNick Ewalt 2018-09-18staging: gasket: cleanup if dma_map_page fails in gasket_perform_mappingNick Ewalt 2018-09-18staging: gasket: fix gasket_free_coherent_memory metadata freesNick Ewalt 2018-09-18staging: gasket: page_table: don't unmap coherent pagesNick Ewalt 2018-09-18staging: gasket: fix data page unmap DMA directionNick Ewalt 2018-09-18staging: gasket: fix DMA direction for extended page tablesNick Ewalt 2018-09-18staging: gasket: page table: use GFP_KERNEL for dma_alloc_coherentTodd Poynor 2018-08-27staging: gasket: page table: remove extraneous memory barriersTodd Poynor 2018-08-27staging: gasket: page table: use dma_mapping_error for error detectionTodd Poynor 2018-08-27staging: gasket: remove null ptr check before kfreeSumit Kumar 2018-08-08staging: gasket: fix code indent for conditional statementSumit Pundir 2018-08-01Revert "staging: gasket: page table: hold references to device and pci_dev"Todd Poynor 2018-08-01staging: gasket: page table: fix function param line continuation styleTodd Poynor 2018-08-01staging: gasket: pg tbl: remove static function forward declarationsTodd Poynor 2018-07-30staging: gasket: page table: simplify comments for static functionsTodd Poynor 2018-07-30staging: gasket: page table: hold references to device and pci_devTodd Poynor 2018-07-29staging: gasket: use NULL instead of 0 for null pointerDmitriy Cherkasov