cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

media-controller.rst (963B)


      1.. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
      2.. include:: <isonum.txt>
      3
      4.. _media_controller:
      5
      6##############################
      7Part IV - Media Controller API
      8##############################
      9
     10.. only:: html
     11
     12   .. class:: toc-title
     13
     14        Table of Contents
     15
     16.. toctree::
     17    :maxdepth: 5
     18    :numbered:
     19
     20    media-controller-intro
     21    media-controller-model
     22    media-types
     23    request-api
     24    media-funcs
     25    media-header
     26
     27
     28**********************
     29Revision and Copyright
     30**********************
     31
     32Authors:
     33
     34- Pinchart, Laurent <laurent.pinchart@ideasonboard.com>
     35
     36 - Initial version.
     37
     38- Carvalho Chehab, Mauro <mchehab@kernel.org>
     39
     40 - MEDIA_IOC_G_TOPOLOGY documentation and documentation improvements.
     41
     42**Copyright** |copy| 2010 : Laurent Pinchart
     43
     44**Copyright** |copy| 2015-2016 : Mauro Carvalho Chehab
     45
     46****************
     47Revision History
     48****************
     49
     50:revision: 1.1.0 / 2015-12-12 (*mcc*)
     51
     52:revision: 1.0.0 / 2010-11-10 (*lp*)
     53
     54Initial revision