summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4
Commit message (Expand)AuthorAgeFilesLines
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-06-0610-134/+530
|\
| * Merge drm-fixes-for-v4.17-rc6-urgent into drm-nextDave Airlie2018-05-182-4/+23
| |\
| * \ Merge tag 'drm-misc-next-2018-05-15' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-05-155-6/+63
| |\ \
| | * \ Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2018-05-113-32/+18
| | |\ \
| | * | | drm/vc4: Add a pad field to align drm_vc4_submit_cl to 64 bits.Eric Anholt2018-05-031-0/+5
| | * | | drm/vc4: Enable syncobj supportStefan Schake2018-04-301-1/+2
| | * | | drm/vc4: Export fence through syncobjStefan Schake2018-04-301-2/+28
| | * | | drm/vc4: Syncobj import supportStefan Schake2018-04-302-5/+26
| | * | | drm/vc4: Skip ULPS latching when we're in that ULPS state already.Eric Anholt2018-04-301-0/+5
| | * | | drm/vc4: make function vc4_allocate_bin_bo staticVaishali Thakkar2018-04-301-2/+1
| * | | | Merge tag 'exynos-drm-next-for-v4.18' of git://git.kernel.org/pub/scm/linux/k...Dave Airlie2018-05-151-1/+45
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge tag 'drm-misc-next-2018-04-26' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-04-307-128/+467
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | drm/vc4: Add CTM registers to debugfsStefan Schake2018-04-231-0/+4
| | * | | drm/vc4: Add CTM supportStefan Schake2018-04-234-1/+215
| | * | | drm/vc4: Add support for plane alphaStefan Schake2018-04-232-4/+18
| | * | | gpu: drm: vc4: simplify getting .drvdataWolfram Sang2018-04-231-2/+1
| | * | | drm/vc4: update cursors asynchronously through atomicGustavo Padovan2018-04-172-77/+74
| | * | | drm/vc4: Move CRTC state to headerStefan Schake2018-04-172-33/+33
| | * | | drm/vc4: Expose gamma as atomic propertyStefan Schake2018-04-171-11/+26
| | * | | drm/vc4: Add some missing HVS register definitions.Eric Anholt2018-04-171-0/+96
* | | | | drm/vc4: Fix leak of the file_priv that stored the perfmon.Eric Anholt2018-05-151-0/+1
| |_|_|/ |/| | |
* | | | drm/vc4: Fix scaling of uni-planar formatsBoris Brezillon2018-05-091-1/+1
* | | | drm/vc4: Fix oops dereferencing DPI's connector since panel_bridge.Eric Anholt2018-05-071-3/+22
| |_|/ |/| |
* | | drm/vc4: Make sure vc4_bo_{inc,dec}_usecnt() calls are balancedBoris Brezillon2018-04-301-1/+45
|/ /
* | Merge tag 'drm-fixes-for-v4.17-rc2' of git://people.freedesktop.org/~airlied/...Linus Torvalds2018-04-222-0/+3
|\ \
| * | Merge airlied/drm-next into drm-misc-fixesSean Paul2018-04-1613-142/+544
| |\|
| * | drm/vc4: Fix memory leak during BO teardownDaniel J Blueman2018-04-092-0/+3
* | | Merge tag 'sound-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-04-051-32/+15
|\ \ \ | |_|/ |/| |
| * | ASoC: vc4_hdmi: replace codec to componentKuninori Morimoto2018-02-121-32/+15
| |/
* | drm/vc4_validate: Remove VLA usageGustavo A. R. Silva2018-03-161-1/+1
* | drm/vc4: Enable background color fill when necessaryStefan Schake2018-03-091-0/+25
* | drm/vc4: Move plane state to headerStefan Schake2018-03-092-60/+60
* | drm/vc4: Check if plane requires background fillStefan Schake2018-03-091-0/+17
* | drm/vc4: Set premultiplied for alpha formatsStefan Schake2018-03-092-1/+3
* | drm/vc4: Replace long HDMI udelay with usleep_rangeStefan Wahren2018-03-051-1/+1
* | drm/vc4: Advertise supported modifiers for planesDaniel Stone2018-03-052-1/+34
* | Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-02-169-84/+409
|\ \ | |/ |/|
| * drm/vc4: Expose performance counters to userspaceBoris Brezillon2018-02-108-72/+398
| * drm/vc4: Use the alpha format field in drm_format_infoMaxime Ripard2018-01-291-12/+11
* | Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2018-02-015-40/+47
|\|
| * BackMerge tag 'v4.15-rc8' into drm-nextDave Airlie2018-01-182-3/+3
| |\
| * \ BackMerge tag 'v4.15-rc4' into drm-nextDave Airlie2017-12-193-2/+6
| |\ \
| * | | drm/vc4: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes2017-12-083-27/+6
| * | | Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2017-12-042-13/+41
| |\ \ \
| | * | | drm/vc4: Add support for NV21 and NV61.Dave Stevenson2017-11-201-0/+10
| | * | | drm/vc4: Use .pixel_order instead of custom .flip_cbcrDave Stevenson2017-11-201-12/+8
| | * | | drm/vc4: Add support for DRM_FORMAT_RGB888 and DRM_FORMAT_BGR888Dave Stevenson2017-11-201-0/+8
| | * | | drm/vc4: Reject HDMI modes with too high of clocks.Eric Anholt2017-11-091-0/+15
| | * | | drm/drivers: drop redundant drm_edid_to_eld() callsJani Nikula2017-11-071-1/+0