]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ENGR00240988: gpu: copy gpu-viv driver from 3.5.7 kernel
authorShawn Guo <shawn.guo@freescale.com>
Mon, 22 Jul 2013 13:55:36 +0000 (21:55 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 20 Aug 2014 08:06:07 +0000 (10:06 +0200)
commit5de2051d3c5dcfe75faff49e2925579c33530fed
tree51ba4fbe2560afb7435cc95bbc9799f9d49b6f73
parent37fd63f01dc47be887d83d951fa24153b3814b4f
ENGR00240988: gpu: copy gpu-viv driver from 3.5.7 kernel

This is a direct copy of folder drivers/mxc/gpu-viv from 3.5.7 kernel.

Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
61 files changed:
drivers/mxc/Kconfig
drivers/mxc/Makefile
drivers/mxc/gpu-viv/Kbuild [new file with mode: 0644]
drivers/mxc/gpu-viv/Kconfig [new file with mode: 0644]
drivers/mxc/gpu-viv/arch/GC350/hal/kernel/gc_hal_kernel_hardware_command_vg.c [new file with mode: 0644]
drivers/mxc/gpu-viv/arch/GC350/hal/kernel/gc_hal_kernel_hardware_command_vg.h [new file with mode: 0644]
drivers/mxc/gpu-viv/arch/GC350/hal/kernel/gc_hal_kernel_hardware_vg.c [new file with mode: 0644]
drivers/mxc/gpu-viv/arch/GC350/hal/kernel/gc_hal_kernel_hardware_vg.h [new file with mode: 0644]
drivers/mxc/gpu-viv/arch/XAQ2/hal/kernel/gc_hal_kernel_context.c [new file with mode: 0644]
drivers/mxc/gpu-viv/arch/XAQ2/hal/kernel/gc_hal_kernel_context.h [new file with mode: 0644]
drivers/mxc/gpu-viv/arch/XAQ2/hal/kernel/gc_hal_kernel_hardware.c [new file with mode: 0644]
drivers/mxc/gpu-viv/arch/XAQ2/hal/kernel/gc_hal_kernel_hardware.h [new file with mode: 0644]
drivers/mxc/gpu-viv/config [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel.c [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel.h [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel_command.c [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel_command_vg.c [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel_db.c [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel_debug.c [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel_event.c [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel_heap.c [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel_interrupt_vg.c [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel_mmu.c [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel_mmu_vg.c [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel_power.c [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel_precomp.h [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel_vg.c [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel_vg.h [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel_video_memory.c [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal.h [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_base.h [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_compiler.h [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_driver.h [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_driver_vg.h [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_dump.h [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_eglplatform.h [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_eglplatform_type.h [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_engine.h [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_engine_vg.h [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_enum.h [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_kernel_buffer.h [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_mem.h [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_options.h [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_profiler.h [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_raster.h [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_rename.h [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_statistics.h [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_types.h [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_version.h [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_vg.h [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_debug.h [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_debugfs.c [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_debugfs.h [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_device.c [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_device.h [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_driver.c [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_linux.c [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_linux.h [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_math.c [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c [new file with mode: 0644]
drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.h [new file with mode: 0644]