summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_drv.h
Commit message (Expand)AuthorAgeFilesLines
* drm/vc4: Syncobj import supportStefan Schake2018-05-011-0/+1
* drm/vc4: Add CTM supportStefan Schake2018-04-231-0/+4
* drm/vc4: Move CRTC state to headerStefan Schake2018-04-171-0/+33
* drm/vc4: Move plane state to headerStefan Schake2018-03-091-0/+60
* drm/vc4: Expose performance counters to userspaceBoris Brezillon2018-02-101-0/+68
* drm/vc4: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes2017-12-081-2/+0Star
* drm/vc4: Add the DRM_IOCTL_VC4_GEM_MADVISE ioctlBoris Brezillon2017-10-191-0/+30
* drm/vc4: Add an ioctl for labeling GEM BOs for summary statsEric Anholt2017-07-291-7/+32
* drm/vc4: Remove dead vc4_event_pending().Eric Anholt2017-06-221-1/+0Star
* drm/vc4: Add get/set tiling ioctls.Eric Anholt2017-06-161-0/+6
* drm/vc4: Fix comment in vc4_drv.hBoris Brezillon2017-05-311-1/+1
* drm/vc4: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-221-4/+2Star
* drm/vblank: drop the mode argument from drm_calc_vbltimestamp_from_scanoutposDaniel Vetter2017-05-101-7/+4Star
* drm/vblank: Switch to bool in_vblank_irq in get_vblank_timestampDaniel Vetter2017-05-101-1/+1
* drm/vblank: Switch drm_driver->get_vblank_timestamp to return a boolDaniel Vetter2017-05-101-1/+1
* drm/vc4: Turn the V3D clock on at runtime.Eric Anholt2017-05-081-0/+1
* drm/vc4: Allow using more than 256MB of CMA memory.Eric Anholt2017-04-181-6/+22
* drm/vc4: Expose dma-buf fences for V3D rendering.Eric Anholt2017-04-131-0/+30
* drm: vc4: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-091-2/+0Star
* drm/vc4: Add DSI driverEric Anholt2017-02-011-0/+5
* drm/vc4: Remove vc4_debugfs_cleanup()Noralf Trønnes2017-01-301-1/+0Star
* drm: vc4: use crtc helper drm_crtc_from_index()Shawn Guo2017-01-181-1/+0Star
* drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart2016-12-181-0/+2
* drm/vc4: Add support for the VEC (Video Encoder) IPBoris Brezillon2016-12-101-0/+5
* drm/vc4: Fix ->clock_select setting for the VEC encoderBoris Brezillon2016-12-101-0/+1
* drm/vc4: Fix race between page flip completion event and clean-upDerek Foreman2016-11-301-0/+1
* drm/vc4: Add fragment shader threading supportJonas Pfeil2016-11-161-0/+2
* drm/vc4: Fix races when the CS reads from render targets.Eric Anholt2016-10-061-1/+18
* drm/vc4: cleanup with list_first_entry_or_null()Masahiro Yamada2016-10-061-7/+4Star
* drm/vc4: Fix overflow mem unreferencing when the binner runs dry.Eric Anholt2016-08-201-0/+9
* Merge tag 'drm-vc4-next-2016-07-15' of https://github.com/anholt/linux into d...Dave Airlie2016-07-161-0/+3
|\
| * drm/vc4: Add support for branching in shader validation.Eric Anholt2016-07-161-0/+3
* | Merge tag 'drm-vc4-next-2016-07-12' of https://github.com/anholt/linux into d...Dave Airlie2016-07-151-0/+7
|\|
| * drm/vc4: Implement precise vblank timestamping.Mario Kleiner2016-07-121-0/+7
* | drm/atomic: Add drm_atomic_crtc_state_for_each_plane_stateDaniel Vetter2016-06-021-1/+1
|/
* drm/vc4: Add DPI driverEric Anholt2016-04-141-0/+5
* drm/vc4: improve throughput by pipelining binning and rendering jobsVarad Gautam2016-03-141-9/+28
* Merge drm-fixes into drm-next.Dave Airlie2016-03-141-2/+11
|\
| * drm/vc4: Use runtime PM to power cycle the device when the GPU hangs.Eric Anholt2016-02-161-1/+5
| * drm/vc4: Enable runtime PM.Eric Anholt2016-02-161-0/+1
| * drm/vc4: Fix spurious GPU resets due to BO reuse.Eric Anholt2016-02-161-1/+5
* | drm/vc4: Add support for scaling of display planes.Eric Anholt2016-02-161-0/+4
* | drm/vc4: Make the CRTCs cooperate on allocating display lists.Eric Anholt2016-02-161-1/+7
* | drm/vc4: Nuke preclose hookDaniel Vetter2016-02-081-1/+0Star
|/
* drm/vc4: Add an interface for capturing the GPU state after a hang.Eric Anholt2015-12-081-0/+4
* drm/vc4: Add support for async pageflips.Eric Anholt2015-12-081-0/+16
* drm/vc4: Add support for drawing 3D frames.Eric Anholt2015-12-081-0/+182
* drm/vc4: Bind and initialize the V3D engine.Eric Anholt2015-12-081-0/+13
* drm/vc4: Add an API for creating GPU shaders in GEM BOs.Eric Anholt2015-12-081-0/+50
* drm/vc4: Add create and map BO ioctls.Eric Anholt2015-12-081-0/+4