summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_drv.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-161-0/+14
|\
| * drm/vc4: Allocate binner bo when starting to use the V3DPaul Kocialkowski2019-05-231-0/+14
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
|/
* drm/vc4: Disable V3D interactions if the v3d component didn't probe.Eric Anholt2019-04-031-0/+1
* drm/vc4: Use common helpers for debugfs setup by the driver components.Eric Anholt2019-04-031-11/+28
* drm/vc4: Add helpers for pm get/put.Eric Anholt2019-04-011-0/+2
* drm/vc4: Use drm_print_regset32() for our debug register dumping.Eric Anholt2019-04-011-0/+7
* drm/vc4: Add a debugfs entry to disable/enable the load trackerPaul Kocialkowski2019-03-061-0/+3
* drm/vc4: Add a load tracker to prevent HVS underflow errorsBoris Brezillon2019-03-061-0/+11
* drm/vc4: Report HVS underrun errorsBoris Brezillon2019-03-061-0/+10
* drm: vc4: Switch to use drm_gem_object reservation_objectRob Herring2019-02-191-6/+0Star
* drm: move drm_can_sleep() to drm_util.hSam Ravnborg2019-01-141-0/+1
* drm/vc4: Take margin setup into account when updating planesBoris Brezillon2018-12-191-0/+3
* drm/vc4: Don't check plane state more than onceBoris Brezillon2018-11-301-0/+5
* drm/vc4: Move LBM creation out of vc4_plane_mode_set()Boris Brezillon2018-11-301-0/+1
* drm/vc4: Add support for the transposer blockBoris Brezillon2018-07-071-0/+7
* gpu: drm: vc4: Adding new typedef vm_fault_tSouptick Joarder2018-06-211-1/+2
* 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
|\|