summaryrefslogtreecommitdiff
path: root/drivers/gpu (follow)
Commit message (Expand)AuthorAge
...
| | * | | | | | | | | | | drm/tegra: dpaux: Registers are 32-bitThierry Reding2015-06-12
| | * | | | | | | | | | | drm/tegra: gem: Flush pages after allocationThierry Reding2015-06-12
| | * | | | | | | | | | | drm/tegra: gem: Take into account IOMMU apertureThierry Reding2015-06-12
| | * | | | | | | | | | | drm/tegra: dpaux: Fix transfers larger than 4 bytesThierry Reding2015-06-12
| | |/ / / / / / / / / /
| * | | | | | | | | | | Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-nextDave Airlie2015-06-18
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | drm: rcar-du: Use the drm atomic state duplication helpers for planesLaurent Pinchart2015-06-16
| | * | | | | | | | | | | drm: rcar-du: Clean up planes in the error paths of .atomic_commit()Laurent Pinchart2015-06-16
| | * | | | | | | | | | | drm: rcar-du: Convert rcar_du_encoders_init_one() return value to 0/<0Laurent Pinchart2015-06-16
| | * | | | | | | | | | | drm: rcar-du: Clarify error message when encoder initialization failsLaurent Pinchart2015-06-16
| | * | | | | | | | | | | drm: rcar-du: Fix crash with groups that have less than 9 planesLaurent Pinchart2015-06-16
| | * | | | | | | | | | | drm: rcar-du: Disable all planes when stopping the CRTCLaurent Pinchart2015-06-16
| | * | | | | | | | | | | drm: rcar-du: Print the error value when DRM/KMS init failsLaurent Pinchart2015-06-16
| | | |/ / / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | drm/amdkfd: fix some range checks in address watch ioctlDan Carpenter2015-06-16
| * | | | | | | | | | | drm/radeon: remove obsolete kfd_bo from radeon_deviceOded Gabbay2015-06-16
| |/ / / / / / / / / /
| * | | | | | | | | | Merge tag 'omapdrm-4.2-atomic' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2015-06-16
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | / / / / / | | | |_|_|/ / / / / | | |/| | | | | | |
| | * | | | | | | | drm: omapdrm: new vblank and event handlingTomi Valkeinen2015-06-12
| | * | | | | | | | drm: omapdrm: merge omap_crtc_flush and omap_crtc_atomic_flushTomi Valkeinen2015-06-12
| | * | | | | | | | drm: omapdrm: add lock for fb pinningTomi Valkeinen2015-06-12
| | * | | | | | | | drm: omapdrm: if omap_plane_atomic_update fails, disable planeTomi Valkeinen2015-06-12
| | * | | | | | | | drm: omapdrm: inline omap_plane_setup into update/disableTomi Valkeinen2015-06-12
| | * | | | | | | | drm: omapdrm: omap_plane_setup() cannot fail, use WARNTomi Valkeinen2015-06-12
| | * | | | | | | | drm: omapdrm: Don't setup planes manually from CRTC .enable()/.disable()Laurent Pinchart2015-06-12
| | * | | | | | | | drm: omapdrm: Don't flush CRTC when enabling or disabling itLaurent Pinchart2015-06-12
| | * | | | | | | | drm: omapdrm: Move encoder setup to encoder operationsLaurent Pinchart2015-06-12
| | * | | | | | | | drm: omapdrm: Simplify DSS power managementLaurent Pinchart2015-06-12
| | * | | | | | | | drm: omapdrm: Remove nested PM get/sync when configuring encodersLaurent Pinchart2015-06-12
| | * | | | | | | | drm: omapdrm: Support unlinking page flip events prematurelyLaurent Pinchart2015-06-12
| | * | | | | | | | drm: omapdrm: omap_crtc_flush() isn't called with modeset lockedLaurent Pinchart2015-06-12
| | * | | | | | | | drm: omapdrm: Don't get/put dispc in omap_crtc_flush()Laurent Pinchart2015-06-12
| | * | | | | | | | drm: omapdrm: Make the omap_crtc_flush function staticLaurent Pinchart2015-06-12
| | * | | | | | | | drm: omapdrm: Remove omap_plane enabled fieldLaurent Pinchart2015-06-12
| | * | | | | | | | drm: omapdrm: Remove omap_crtc enabled fieldLaurent Pinchart2015-06-12
| | * | | | | | | | drm: omapdrm: Move crtc info out of the crtc structureLaurent Pinchart2015-06-12
| | * | | | | | | | drm: omapdrm: Move plane info and win out of the plane structureLaurent Pinchart2015-06-12
| | * | | | | | | | drm: omapdrm: Switch crtc and plane set_property to atomic helpersLaurent Pinchart2015-06-12
| | * | | | | | | | drm: omapdrm: Drop manual framebuffer pin handlingLaurent Pinchart2015-06-12
| | * | | | | | | | drm: omapdrm: Switch page flip to atomic helpersLaurent Pinchart2015-06-12
| | * | | | | | | | drm: omapdrm: Implement asynchronous commit supportLaurent Pinchart2015-06-12
| | * | | | | | | | drm: omapdrm: Replace encoder mode_fixup with atomic_checkLaurent Pinchart2015-06-12
| | * | | | | | | | drm: omapdrm: Switch connector DPMS to atomic helpersLaurent Pinchart2015-06-12
| | * | | | | | | | drm: omapdrm: Switch mode config to atomic helpersLaurent Pinchart2015-06-12
| | * | | | | | | | drm: omapdrm: Switch plane update to atomic helpersLaurent Pinchart2015-06-12
| | * | | | | | | | drm: omapdrm: Handle primary plane config through atomic plane opsLaurent Pinchart2015-06-12
| | * | | | | | | | drm: omapdrm: Implement planes atomic operationsLaurent Pinchart2015-06-12
| | * | | | | | | | drm: omapdrm: Wire up atomic state object scaffoldingLaurent Pinchart2015-06-12
| | * | | | | | | | drm: omapdrm: Implement encoder .disable() and .enable() operationsLaurent Pinchart2015-06-12
| | * | | | | | | | drm: omapdrm: Rework CRTC enable/disable for atomic updatesLaurent Pinchart2015-06-12
| | * | | | | | | | drm: omapdrm: Rename CRTC DSS operations with an omap_crtc_dss_ prefixLaurent Pinchart2015-06-12
| | * | | | | | | | drm: omapdrm: Clean up #include'sLaurent Pinchart2015-06-12
| | * | | | | | | | drm: omapdrm: Fix page flip race with CRTC disableLaurent Pinchart2015-06-12