summaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook
Commit message (Expand)AuthorAgeFilesLines
* [media] DocBook media: document the new V4L2_DV_FL_IS_CE_VIDEO flagHans Verkuil2015-04-081-0/+9
* [media] media/Documentation: New flag EXECUTE_ON_WRITERicardo Ribalda2015-04-082-4/+14
* [media] v4l: Add VUY8 24 bits bus formatHyun Kwon2015-04-031-0/+30
* [media] v4l: Sort YUV formats of v4l2_mbus_pixelcodeHyun Kwon2015-04-031-292/+292
* [media] v4l: Add RBG and RGB 8:8:8 media bus formats on 24 and 32 bit bussesLaurent Pinchart2015-04-031-0/+67
* [media] v4l2_plane_pix_format: use __u32 bytesperline instead of __u16Hans Verkuil2015-04-021-2/+2
* [media] DocBook media: fix broken EIA hyperlinkMichael Opdenacker2015-04-023-8/+7
* [media] DocBook media: improve V4L2_DV_FL_HALF_LINE documentationHans Verkuil2015-04-021-4/+5
* [media] DocBook media: fix BT.2020 descriptionHans Verkuil2015-04-021-4/+4
* [media] DocBook media: improve event documentationHans Verkuil2015-04-023-113/+115
* [media] DocBook media: fix awkward language in VIDIOC_QUERYCAPHans Verkuil2015-04-021-4/+4
* [media] DocBook media: fix VIDIOC_CROPCAP type descriptionHans Verkuil2015-04-023-5/+13
* [media] DocBook media: clarify BGR666Hans Verkuil2015-04-021-39/+40
* [media] DocBook media: fix PIX_FMT_SGRBR8 exampleHans Verkuil2015-04-021-8/+8
* [media] DocBook media: fix section IDsHans Verkuil2015-04-021-18/+18
* [media] DocBook v4l: update bytesperline handlingHans Verkuil2015-04-022-4/+4
* [media] DocBook media: BT.2020 RGB uses limited quantization rangeHans Verkuil2015-04-021-5/+6
* [media] DocBook media: fix xv601/709 formulasHans Verkuil2015-04-021-6/+6
* [media] DocBook media: document the new 'which' fieldHans Verkuil2015-03-233-11/+26
* [media] DocBook media: fix typos in YUV420M descriptionHans Verkuil2015-03-031-2/+2
* [media] DocBook media: fix xvYCC601 documentationHans Verkuil2015-03-031-24/+17
* [media] DocBook media: fix validation errorHans Verkuil2015-03-021-1/+1
* [media] media.h: mark alsa struct in media_entity_desc as TODOHans Verkuil2015-02-261-1/+15
* Merge tag 'v4.0-rc1' into patchworkMauro Carvalho Chehab2015-02-237-76/+177
|\
| * Merge tag 'for_linux-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-02-201-3/+3
| |\
| | * kgdb, docs: Fix <para> pdfdocs build errorsRajaneesh Acharya2015-02-191-3/+3
| * | Merge tag 'docs-fix' of git://git.lwn.net/linux-2.6Linus Torvalds2015-02-171-17/+0
| |\ \
| | * | Fix docs build failure caused by i2o removalJonathan Corbet2015-02-161-17/+0
| * | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-02-161-4/+122
| |\ \ \ | | |/ / | |/| |
| | * | drm/i915/documentation: Add intel_uncore.c to drm.tmplMika Kuoppala2015-01-291-0/+1
| | * | Merge tag 'drm-intel-next-2015-01-17' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-01-271-0/+16
| | |\ \
| | | * | drm/i915: Move to atomic plane helpers (v9)Matt Roper2015-01-121-0/+5
| | | * | Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queuedDaniel Vetter2015-01-1217-523/+2721
| | | |\|
| | | * | drm/i915: Include i915_gem_evict.c kerneldoc into the drm docbookDaniel Vetter2015-01-061-0/+11
| | * | | Merge tag 'drm-intel-next-2014-12-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-01-101-0/+15
| | |\| |
| | | * | drm/i915: Implement a framework for batch buffer poolsBrad Volkin2014-12-161-0/+5
| | | * | drm/i915: Documentation for multiple GGTT viewsTvrtko Ursulin2014-12-151-0/+5
| | | * | drm/i915: Introduce FBC DocBook.Rodrigo Vivi2014-12-101-0/+5
| | * | | Merge tag 'topic/atomic-core-2015-01-05' of git://anongit.freedesktop.org/drm...Dave Airlie2015-01-091-3/+88
| | |\ \ \
| | | * | | drm/atomic: atomic connector propertiesRob Clark2015-01-051-2/+9
| | | * | | drm/atomic: atomic plane propertiesRob Clark2015-01-051-2/+72
| | | * | | drm: add atomic propertiesRob Clark2015-01-051-0/+8
| | * | | | Merge tag 'topic/core-stuff-2014-12-19' of git://anongit.freedesktop.org/drm-...Dave Airlie2015-01-091-1/+2
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | drm: Include drm_crtc_helper.h in DocBookThierry Reding2014-12-171-0/+1
| | | * | | drm/doc: Remove duplicate "by"Thierry Reding2014-12-171-1/+1
| | | * | | drm/doc: Document drm_add_modes_noedid() usageLaurent Pinchart2014-12-111-5/+19
| * | | | | Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-02-151-7/+7
| |\ \ \ \ \
| | * | | | | pdfdocs: Fix 'make pdfdocs' failure for 'uio-howto.tmpl'Sharon Dvir2015-02-031-7/+7
| | |/ / / /
| * | | | | Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6Linus Torvalds2015-02-113-42/+43
| |\ \ \ \ \
| | * | | | | Documentation: Fix trivial typo in comment.Sharon Dvir2015-02-041-1/+1