summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-09-02gpu: ipu-cpmem: Add ipu_cpmem_dump()Steve Longerbeam1-0/+63
2014-09-02gpu: ipu-v3: Add more planar formats supportSteve Longerbeam2-18/+120
2014-09-02gpu: ipu-cpmem: Add second buffer support to ipu_cpmem_set_image()Steve Longerbeam1-16/+16
2014-09-02gpu: ipu-cpmem: Add ipu_cpmem_set_rotation()Steve Longerbeam1-0/+10
2014-09-02gpu: ipu-cpmem: Add ipu_cpmem_set_axi_id()Steve Longerbeam1-0/+7
2014-09-02gpu: ipu-cpmem: Add ipu_cpmem_set_block_mode()Steve Longerbeam1-0/+6
2014-09-02gpu: ipu-v3: Add ipu_idmac_lock_enable()Steve Longerbeam1-0/+69
2014-09-02gpu: ipu-v3: Add ipu_idmac_enable_watermark()Steve Longerbeam1-0/+25
2014-09-02gpu: ipu-v3: Add ipu_stride_to_bytes()Steve Longerbeam1-0/+30
2014-09-02gpu: ipu-v3: Add __ipu_idmac_reset_current_buffer()Steve Longerbeam1-0/+23
2014-09-02gpu: ipu-v3: Add ipu_idmac_clear_buffer()Steve Longerbeam1-0/+28
2014-09-02gpu: ipu-v3: Add ipu_idmac_buffer_is_ready()Steve Longerbeam2-1/+26
2014-09-02gpu: ipu-v3: Move IDMAC channel names to imx-ipu-v3.hSteve Longerbeam1-25/+0
2014-09-02gpu: ipu-v3: Add helper function checking if pixfmt is planarSteve Longerbeam1-0/+12
2014-09-02gpu: ipu-v3: Add rotation mode conversion utilitiesSteve Longerbeam1-0/+64
2014-09-02gpu: ipu-v3: Add ipu_mbus_code_to_colorspace()Steve Longerbeam1-0/+13
2014-09-02gpu: ipu-v3: smfc: Add ipu_smfc_set_watermark()Steve Longerbeam1-0/+20
2014-09-02gpu: ipu-v3: smfc: Convert to per-channelSteve Longerbeam1-26/+106
2014-09-02gpu: ipu-v3: smfc: Move enable/disable to ipu-smfc.cSteve Longerbeam2-12/+12
2014-09-02gpu: ipu-v3: Add Image Converter unitSteve Longerbeam4-2/+803
2014-09-02gpu: ipu-v3: Add Camera Sensor Interface unitSteve Longerbeam4-13/+780
2014-09-01drm/radeon: use common fence implementation for fences, v4Maarten Lankhorst4-29/+235
2014-09-01drm/ttm: kill off some members to ttm_validate_bufferMaarten Lankhorst3-94/+50
2014-09-01drm/ttm: add interruptible parameter to ttm_eu_reserve_buffersMaarten Lankhorst6-18/+19
2014-09-01drm/ttm: kill fence_lockMaarten Lankhorst15-135/+36
2014-09-01drm/ttm: call ttm_bo_wait while inside a reservationMaarten Lankhorst1-13/+12
2014-09-01drm/nouveau: require reservations for nouveau_fence_sync and nouveau_bo_fenceMaarten Lankhorst2-4/+15
2014-09-01drm/nouveau: add reservation to nouveau_gem_ioctl_cpu_prepMaarten Lankhorst1-4/+18
2014-08-27drm/radeon: preallocate mem for UVD create/destroy msgChristian König1-75/+26
2014-08-27drm/radeon: allow UVD to use a second 256MB segmentChristian König3-5/+23
2014-08-28Merge branch 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie15-184/+531
2014-08-27drm/radeon: drop doing resets in a work itemChristian König4-24/+8
2014-08-27drm/radeon: drop RADEON_FENCE_SIGNALED_SEQ v2Christian König2-19/+2
2014-08-27drm/radeon: add timeout argument to radeon_fence_wait_seq v2Maarten Lankhorst1-20/+28
2014-08-27drm/radeon: handle lockup in delayed work, v5Christian König2-78/+124
2014-08-27drm/radeon: take exclusive_lock in read mode during ring tests, v5Maarten Lankhorst4-23/+27
2014-08-27drm/radeon: force fence completion only on problematic rings (v2)Christian König4-15/+8
2014-08-27drm/radeon: wake up all fences on manual resetChristian König1-0/+1
2014-08-27drm/radeon: add UVD fw names for older asicChristian König1-0/+23
2014-08-27drm/radeon: enable RB_ARB before resetting the VCPUChristian König1-2/+2
2014-08-27drm/radeon: 760G/780V/880V don't have UVDAlex Deucher2-25/+42
2014-08-27drm/radeon: implement UVD hw workarounds for R6xx v3Christian König2-1/+28
2014-08-27drm/radeon: add UVD support for older asics v4Christian König6-0/+138
2014-08-27drm/radeon: add set_uvd_clocks callback for r6xx v4Alex Deucher2-0/+114
2014-08-27drm/radeon: properly init UVD MC bits on R600Christian König2-1/+7
2014-08-27drm/radeon: force UVD buffers into VRAM on RS[78]80 v2Christian König1-3/+6
2014-08-27drm/radeon: move the IB test after the AGP fallbackChristian König1-4/+4
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König24-229/+327
2014-08-26drm/i915: fix suspend/resume for GENs w/o runtime PM supportImre Deak1-17/+14
2014-08-26Merge branch 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie13-4/+591