summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)Author
2017-02-22drm/msm: Update the list of A5XX registersJordan Crouse
2017-02-22msm/drm: Dynamically locate the clocks from the device treeJordan Crouse
2017-02-22drm/msm: Reference count address spacesJordan Crouse
2017-02-22drm/msm: Support per-instance pagetablesJordan Crouse
2017-02-22drm/msm: Support dynamic IOMMU domainsJordan Crouse
2017-02-22drm/msm: Pass the MMU domain index in struct msm_file_privateJordan Crouse
2017-02-22drm/msm: a5xx: Enable 64 bit mode by defaultJordan Crouse
2017-02-22drm/msm: Add a struct to pass configuration to msm_gpu_init()Jordan Crouse
2017-02-22drm/msm: Implement preemption for A5XX targetsJordan Crouse
2017-02-22drm/msm: Set IOMMU map attributesJordan Crouse
2017-02-22drm/msm: Make the value of RB_CNTL (almost) genericJordan Crouse
2017-02-22drm/msm: Shadow current pointer in the ring until command is completeJordan Crouse
2017-02-22drm/msm: Add support for multiple ringbuffersJordan Crouse
2017-02-22drm/msm: Add a property for the GMEM baseJordan Crouse
2017-02-22drm/msm: Remove memptrs->wptrJordan Crouse
2017-02-22drm/msm: Add hint to DRM_IOCTL_MSM_GEM_INFO to return an object IOVAJordan Crouse
2017-02-22drm/msm: adreno: Add A540 supportJordan Crouse
2017-02-22drm/msm: gpu: Bring in new registers for A540Jordan Crouse
2017-02-22drm/msm: gpu: Move DT probing and configuration to adreno_gpuJordan Crouse
2017-02-22drm/msm: gpu: Use the zap shader on 5XX if we canJordan Crouse
2017-02-22drm/msm: gpu: Add support for the GPMUJordan Crouse
2017-02-22drm/msm: gpu: Add A5XX target supportJordan Crouse
2017-02-22drm/msm: Make sure the GPU is valid before we use itJordan Crouse
2017-02-22drm/msm: Make sure that WPTR stays in boundsJordan Crouse
2017-02-22drm/msm: Make sure that MSM_SUBMIT_BO_FLAGS are setJordan Crouse
2017-02-22drm/msm: Search for the SMMU device in the node sub-devicesJordan Crouse
2017-02-22drm/msm: Use 64 bit containers for iovasJordan Crouse
2017-02-22drm/msm: get an iova from the address space instead of an idJordan Crouse
2017-02-22drm/msm: Ask PM_QOS to set the interrupt affnityJordan Crouse
2017-02-22drm/msm: Disable interrupts during initJordan Crouse
2017-02-22drm/msm: gpu Add new gpu register read/write functionsJordan Crouse
2017-02-22drm/msm: gpu: Cut down the list of "generic" registers to the ones we useJordan Crouse
2017-02-22drm/msm: gpu: Add OUT_TYPE4 and OUT_TYPE7Jordan Crouse
2017-02-21drm/msm: Bring in new register definitionsJordan Crouse
2017-02-19drm/msm: gpu: Return error on hw_init failureJordan Crouse
2017-02-19drm/msm: Detach the MMU during msm_gpu_cleanup()Jordan Crouse
2017-02-19drm/msm: Support different SMMU backends for address spacesJordan Crouse
2017-02-19drm/msm: support multiple address spacesRob Clark
2017-02-18Merge "drm/msm: add put_iova() helper"Linux Build Service Account
2017-02-18Merge "drm/msm: set dma_mask properly"Linux Build Service Account
2017-02-17Merge "drm/msm/sde:: fix optional property parsing for qseed and csc properties"Linux Build Service Account
2017-02-16drm/msm/sde:: fix optional property parsing for qseed and csc propertiesAbhinav Kumar
2017-02-16Merge "drm/msm/sde: signal pending PAGE_FLIP events"Linux Build Service Account
2017-02-15Merge "drm/msm/sde: enable pixel extension and qseed3 along with VIG pipes"Linux Build Service Account
2017-02-13drm/msm/sde: enable pixel extension and qseed3 along with VIG pipesGopikrishnaiah Anandan
2017-02-13drm/msm: add put_iova() helperRob Clark
2017-02-13drm/msm: Remove the 'len' parameter from mmu map/unmap functionsJordan Crouse
2017-02-13drm/msm: set dma_mask properlyRob Clark
2017-02-13drm/msm: Use phys_addr_t for physical addressesJordan Crouse
2017-02-13drm/msm/adreno: Remove CONFIG_OF checksArchit Taneja