| Commit message (Expand) | Author | Age | Files | Lines |
* | HULK_SMASH.patchbaserock/pedroalvarez/rpi2-drm | Pedro Alvarez | 2015-10-13 | 4 | -4/+7 |
* | rpi2-defconfig.patch | Pedro Alvarez | 2015-10-13 | 1 | -11/+8 |
* | drm/vc4: Allow vblank to be disabled | Pedro Alvarez | 2015-10-13 | 1 | -0/+2 |
* | drm/vc4: Use the fbdev_cma helpers | Derek Foreman | 2015-10-13 | 3 | -3/+32 |
* | rpi2 setup | Derek Foreman | 2015-10-13 | 3 | -2/+12 |
* | drm/vc4: Add tracepoints for seqno waits. | Eric Anholt | 2015-06-30 | 4 | -0/+83 |
* | drm/vc4: Implement async atomic modesets. | Eric Anholt | 2015-06-29 | 4 | -22/+129 |
* | drm/vc4: When asked for a page flip event, send it at vblank time. | Eric Anholt | 2015-06-29 | 3 | -0/+62 |
* | drm/vc4: Clear the vblank IRQ before doing the work to handle it. | Eric Anholt | 2015-06-29 | 1 | -1/+1 |
* | drm/vc4: Implement custom atomic commit in vc4. | Eric Anholt | 2015-06-29 | 1 | -1/+90 |
* | drm/vc4: Add an option for uninterruptiple V3D waits. | Eric Anholt | 2015-06-29 | 3 | -7/+9 |
* | drm/vc4: Expose the atomic ioctl. | Eric Anholt | 2015-06-29 | 1 | -0/+1 |
* | drm/vc4: Add support for negative plane X/Y positions. | Eric Anholt | 2015-06-29 | 1 | -5/+22 |
* | drm/vc4: Switch the driver from 2835 to 2708/2709. | Eric Anholt | 2015-06-23 | 6 | -35/+64 |
* | ARM: BCM2709: Make the upstream-targeted mbox functions work on 2709 instead. | Eric Anholt | 2015-06-23 | 3 | -91/+21 |
* | Merge remote-tracking branch vc4-kms-v3d' into vc4-kms-v3d-rpi2 | Eric Anholt | 2015-06-23 | 54 | -113/+8359 |
|\ |
|
| * | drm/vc4: Make the kernel allocate the tile state/alloc buffers. | Eric Anholt | 2015-06-17 | 4 | -63/+66 |
| * | drm/vc4: Switch to generating RCLs from the kernel. | Eric Anholt | 2015-06-17 | 6 | -321/+561 |
| * | drm/vc4: Try even harder to succeed at allocations (wait for GPU). | Eric Anholt | 2015-06-17 | 3 | -20/+50 |
| * | drm/vc4: Clean up BO allocation from the cache a bit. | Eric Anholt | 2015-06-17 | 1 | -7/+5 |
| * | drm/vc4: Clean up V3D interrupt handling, and document how it works. | Eric Anholt | 2015-06-17 | 1 | -13/+37 |
| * | drm/vc4: Allocate the correct size for our bin BO. | Eric Anholt | 2015-06-17 | 2 | -2/+6 |
| * | drm/vc4: Sync validation code from userspace. | Eric Anholt | 2015-06-17 | 3 | -111/+287 |
| * | drm/vc4: Don't forget to turn the hardware off on unbind. | Eric Anholt | 2015-06-17 | 1 | -0/+2 |
| * | drm/vc4: Prevent clients from racing far ahead of execution. | Eric Anholt | 2015-06-04 | 1 | -0/+7 |
| * | drm/vc4: Return the proper incremented seqno for our job. | Eric Anholt | 2015-06-04 | 1 | -3/+3 |
| * | drm/vc4: Use the power-of-two divider round_up instead of roundup. | Eric Anholt | 2015-06-04 | 1 | -10/+10 |
| * | drm/vc4: Restrict texture/fb sizes, to avoid a divide in validation. | Eric Anholt | 2015-06-04 | 1 | -11/+10 |
| * | drm/vc4: Stop using relocations for BRANCH_TO_SUBLIST. | Eric Anholt | 2015-06-04 | 1 | -7/+4 |
| * | drm/vc4: Optimize BRANCH_TO_SUBLIST validation. | Eric Anholt | 2015-06-04 | 2 | -7/+12 |
| * | drm/vc4: Make userspace's infinite waits actually infinite. | Eric Anholt | 2015-06-04 | 1 | -7/+10 |
| * | drm/vc4: Don't bother flushing the ARM CPU caches on GEM exec. | Eric Anholt | 2015-06-04 | 1 | -8/+0 |
| * | drm/vc4: Avoid repeatedly grabbing/dropping the GEM handle spinlock. | Eric Anholt | 2015-06-04 | 1 | -3/+6 |
| * | drm/vc4: Don't forget to irqsave/restore in the reset path. | Eric Anholt | 2015-06-04 | 1 | -6/+6 |
| * | drm/vc4: Make sure we clean up GEM if probe fails. | Eric Anholt | 2015-06-04 | 6 | -4/+75 |
| * | drm/vc4: Add a debugfs node for looking at BO allocation stats. | Eric Anholt | 2015-06-04 | 3 | -11/+68 |
| * | drm/vc4: Purge BO cache when we've failed an allocation, and retry. | Eric Anholt | 2015-06-04 | 1 | -4/+25 |
| * | drm/vc4: Don't forget to lock around BO creation in the overflow work. | Eric Anholt | 2015-06-04 | 1 | -0/+2 |
| * | drm/vc4: Don't forget to disable IRQs during the job_done spinlock. | Eric Anholt | 2015-06-04 | 2 | -8/+12 |
| * | drm/vc4: Avoid race with IRQs at module load. | Eric Anholt | 2015-06-04 | 1 | -2/+2 |
| * | drm/vc4: Return a correct IRQ status. | Eric Anholt | 2015-06-04 | 1 | -1/+4 |
| * | drm/vc4: Fix off-by-one in branch target validation. | Eric Anholt | 2015-06-04 | 1 | -1/+1 |
| * | drm/vc4: Add support for jobs without a bin CL. | Eric Anholt | 2015-06-04 | 3 | -4/+11 |
| * | drm/vc4: Drop unnecessary restriction on render w/h vs bin w/h. | Eric Anholt | 2015-06-04 | 1 | -22/+3 |
| * | drm/vc4: Make alignment of raster texture widths more consistent. | Eric Anholt | 2015-06-04 | 1 | -2/+2 |
| * | drm/vc4: Revert "drm/vc4: Evict user mappings of shaders while they're being ... | Eric Anholt | 2015-06-04 | 5 | -118/+3 |
| * | drm/vc4: Add create and map BO ioctls. | Eric Anholt | 2015-06-04 | 4 | -2/+89 |
| * | drm/vc4: Make sure that waits that get interrupted don't wait forever. | Eric Anholt | 2015-06-04 | 1 | -2/+20 |
| * | drm/vc4: Add a "flags" arg to submit_cl. | Eric Anholt | 2015-06-04 | 2 | -0/+4 |
| * | drm/vc4: Follow danvet's alignment rules for ioctl struct ABI. | Eric Anholt | 2015-06-04 | 2 | -10/+17 |