summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-04-051-32/+15Star
|\
| * ASoC: vc4_hdmi: replace codec to componentKuninori Morimoto2018-02-121-32/+15Star
* | 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/+11Star
* | Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2018-02-025-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/+6Star
| * | | Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2017-12-032-13/+41
| |\ \ \
| | * | | drm/vc4: Add support for NV21 and NV61.Dave Stevenson2017-11-211-0/+10
| | * | | drm/vc4: Use .pixel_order instead of custom .flip_cbcrDave Stevenson2017-11-211-12/+8Star
| | * | | drm/vc4: Add support for DRM_FORMAT_RGB888 and DRM_FORMAT_BGR888Dave Stevenson2017-11-211-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/+0Star
| | * | | drm/vc4: Fix wrong printk format in vc4_bo_stats_debugfs()Boris BREZILLON2017-11-021-2/+2
| | * | | drm/vc4: Convert timers to use timer_setup()Kees Cook2017-10-312-12/+7Star
* | | | | drm/vc4: Fix NULL pointer dereference in vc4_save_hang_state()Boris Brezillon2018-01-181-6/+6
* | | | | drm/vc4: Flush the caches before the bin jobs, as well.Eric Anholt2018-01-181-0/+21
| |_|_|/ |/| | |
* | | | drm/vc4: Move IRQ enable to PM pathStefan Schake2018-01-042-3/+3
| |_|/ |/| |
* | | drm/vc4: Release fence after signallingStefan Schake2017-12-082-1/+4
* | | drm/vc4: Fix false positive WARN() backtrace on refcount_inc() usageBoris Brezillon2017-12-071-1/+2
|/ /
* | Merge tag 'drm-for-v4.15-part2-fixes' of git://people.freedesktop.org/~airlie...Linus Torvalds2017-11-282-1/+8
|\ \
| * \ Merge tag 'drm-misc-fixes-2017-11-20' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2017-11-242-1/+8
| |\ \
| | * | drm/edid: Don't send non-zero YQ in AVI infoframe for HDMI 1.x sinksVille Syrjälä2017-11-151-1/+2
| | * | drm/vc4: Account for interrupts in flightStefan Schake2017-11-141-0/+6
* | | | drm/vc4: Convert timers to use timer_setup()Kees Cook2017-11-222-12/+7Star
* | | | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-1610-95/+608
|\| | |
| * | | drm/vc4: Fix wrong printk format in vc4_bo_stats_debugfs()Boris BREZILLON2017-11-031-2/+2
| | |/ | |/|
| * | drm/vc4: Fix sleeps during the IRQ handler for DSI transactions.Eric Anholt2017-10-191-2/+30
| * | drm/vc4: Add the DRM_IOCTL_VC4_GEM_MADVISE ioctlBoris Brezillon2017-10-195-15/+488
| * | drm/vc4: Fix pitch setup for T-format scanout.Eric Anholt2017-10-141-5/+15
| * | drm/vc4: Move the DSI clock divider workaround closer to the clock call.Eric Anholt2017-10-141-6/+6
| * | drm/vc4: remove bridge from driver internal structurebenjamin.gaignard@linaro.org2017-10-101-11/+6Star
| * | drm/vc4: Set up the DSI host at pdev probe time, not component bind.Eric Anholt2017-09-271-40/+57
| * | drm/vc4: Avoid using vrefresh==0 mode in DSI htotal math.Eric Anholt2017-09-271-1/+2
| * | drm/vc4: clean up error handling on devm_kzalloc failureColin Ian King2017-09-081-12/+3Star
| * | drm/vc4: Use correct path to trace includeThierry Reding2017-09-052-3/+1Star
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* drm/vc4: Use drm_gem_fb_create()Noralf Trønnes2017-08-161-1/+2
* drm/vc4: Continue the switch to drm_*_put() helpersCihangir Akturk2017-08-141-1/+1
* drm/vc4: Fix leak of HDMI EDIDEric Anholt2017-08-141-0/+1
* drm/vc4: Add exec flags to allow forcing a specific X/Y tile walk order.Eric Anholt2017-08-083-6/+21