summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-01-27drm/i915: Skip uncore lock on earlier gensChris Wilson
2015-01-27drm/i915: Assert that runtime pm is active on user fw accessChris Wilson
2015-01-27drm/i915: Rebalance runtime pm vs forcewakeChris Wilson
2015-01-27drm/i915: Subsume intel_ctx_submit_request in to drm_i915_gem_requestNick Hoath
2015-01-27drm/i915: Remove FIXME_lrc_ctx backpointerNick Hoath
2015-01-27drm/i915: Removed duplicate members from submit_requestNick Hoath
2015-01-27drm/i915: execlist request keeps ptr/ref to gem_requestNick Hoath
2015-01-27drm/i915: Keep drm_crtc->state in sync with intel_crtc->configAnder Conselvan de Oliveira
2015-01-27drm/i915: Improve how the memory for crtc state is allocatedAnder Conselvan de Oliveira
2015-01-27drm/i915: Make intel_crtc->config a pointerAnder Conselvan de Oliveira
2015-01-27drm/i915: Use local pipe_config varariable when availableAnder Conselvan de Oliveira
2015-01-27drm/i915: Pass new_config down do crtc_compute_clockAnder Conselvan de Oliveira
2015-01-27drm/i915: Embedded struct drm_crtc_state in intel_crtc_stateAnder Conselvan de Oliveira
2015-01-27drm/i915: Rename struct intel_crtc_config to intel_crtc_stateAnder Conselvan de Oliveira
2015-01-27drm/i915: Modifying structures related to DRRSVandana Kannan
2015-01-27drm/i915: Rename 'reg' to 'clk_reg' to unconfuse it from the other 'reg'Ville Syrjälä
2015-01-27drm/i915: Drop VLV checks from rc6p and rc6pp sysfs filesVille Syrjälä
2015-01-27Revert "Revert "drm/i915/chv: Use timeout mode for RC6 on chv""Ville Syrjälä
2015-01-27drm/i915: Configure GEN6_RP_DOWN_TIMEOUT on CHVVille Syrjälä
2015-01-27drm/i915: Change VLV GEN6_RP_DOWN_TIMEOUT value to decimalVille Syrjälä
2015-01-27drm/i915: Disable RC6 before configuring in on VLV/CHVVille Syrjälä
2015-01-27drm/i915: New offset for reading frequencies on CHV.Deepak S
2015-01-27drm/i915: Increase the range of sideband address.Deepak S
2015-01-27drm/i915/chv: Populate total EU count on CherryviewDeepak S
2015-01-27drm/i915: Don't cleanup plane state in intel_plane_destroy()Matt Roper
2015-01-27drm: Add rotation value to plane stateMatt Roper
2015-01-27Merge branch 'drm-next' of https://github.com/markyzq/kernel-drm-rockchip int...Dave Airlie
2015-01-27Merge branch 'drm-next-3.20' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2015-01-27Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie
2015-01-27Merge tag 'drm-amdkfd-next-fixes-2015-01-25' of git://people.freedesktop.org/...Dave Airlie
2015-01-27drm: fix drm_display_info_set_bus_formats kernel doc headerBoris Brezillon
2015-01-27Merge tag 'drm-intel-next-2015-01-17' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-01-27Merge tag 'topic/core-stuff-2015-01-23' of git://anongit.freedesktop.org/drm-...Dave Airlie
2015-01-25drm/exynos: fimd: check error status for drm_iommu_attach_deviceAjay Kumar
2015-01-25drm/exynos: create exynos_check_plane()Gustavo Padovan
2015-01-25drm/exynos: remove mode_set() ops from exynos_crtcGustavo Padovan
2015-01-25drm/exynos: don't duplicate drm_display_mode in fimd contextGustavo Padovan
2015-01-25drm/exynos: remove struct exynos_drm_managerGustavo Padovan
2015-01-25drm/exynos: remove drm_dev from struct exynos_drm_managerGustavo Padovan
2015-01-25drm/exynos: move 'type' from manager to crtc structGustavo Padovan
2015-01-25drm/exynos: remove pipe member of struct exynos_drm_managerGustavo Padovan
2015-01-25drm/exynos: add pipe param to exynos_drm_crtc_create()Gustavo Padovan
2015-01-25drm/exynos: rename base object of struct exynos_drm_crtc to 'base'Gustavo Padovan
2015-01-25drm/exynos: remove exynos_drm_crtc_mode_set_commit()Gustavo Padovan
2015-01-25drm/exynos: call exynos_update_plane() directly on page flipsGustavo Padovan
2015-01-25drm/exynos: unify plane update on exynos_update_plane()Gustavo Padovan
2015-01-25drm/exynos: remove exynos_plane_commit() wrapperGustavo Padovan
2015-01-25drm/exynos: don't do any DPMS operation while updating planesGustavo Padovan
2015-01-25drm/exynos: Don't touch DPMS when updating overlay planesGustavo Padovan
2015-01-25drm/exynos/vidi: remove useless ops->commit()Gustavo Padovan