aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)Author
2013-10-22drm/sysfs: sort out minor and connector device object lifetimes.Dave Airlie
2013-10-15drm/i915: abstract the conversion of device->minor out to a macroDave Airlie
2013-10-10Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter
2013-10-09drm/i915/dp: get rid of intel_dp->link_configurationJani Nikula
2013-10-09drm/radeon/dp: use drm_dp_enhanced_frame_cap()Jani Nikula
2013-10-09drm: Kill drm perf counter leftoversVille Syrjälä
2013-10-09drm: Remove pci_vendor and pci_device from struct drm_deviceVille Syrjälä
2013-10-09drm: Kill ctx_count from struct drm_deviceVille Syrjälä
2013-10-09drm: Make irq_enabled boolVille Syrjälä
2013-10-09drm: Collect per-crtc vblank stuff to a structVille Syrjälä
2013-10-09drm: Make vblank_enabled boolVille Syrjälä
2013-10-09drm: Make vblank_disable_allowed boolVille Syrjälä
2013-10-09drm/i915/dp: use drm_edid_duplicateJani Nikula
2013-10-09drm: Fix comment referring to the long gone ->probe() connector vfuncLespiau, Damien
2013-10-09drm: Try loading builtin EDIDs firstChris Wilson
2013-10-09drm: move device unregistration into drm_dev_unregister()David Herrmann
2013-10-09drm: introduce drm_dev_free() to fix error pathsDavid Herrmann
2013-10-09drm: move drm_lastclose() to drm_fops.cDavid Herrmann
2013-10-09drm: merge device setup into drm_dev_register()David Herrmann
2013-10-09drm: add drm_dev_alloc() helperDavid Herrmann
2013-10-09drm: kill ->gem_init_object() and friendsDavid Herrmann
2013-10-09drm/nouveau: embed gem object in nouveau_boDavid Herrmann
2013-10-04drm/i915: Use adjusted_mode in the fastboot hack to disable pfitDamien Lespiau
2013-10-04drm/i915: Add a more detailed comment about the set_base() fastboot hackDamien Lespiau
2013-10-04drm/i915/vlv: Turn off power gate for BIOS-less system.Chon Ming Lee
2013-10-04drm/i915/vlv: reset DPIO on load and resume v2Jesse Barnes
2013-10-03drm/i915: Simplify PSR debugfsRodrigo Vivi
2013-10-03drm/i915: Tweak RPS thresholds to more aggressively downclockChris Wilson
2013-10-03drm/i915: Boost RPS frequency for CPU stallsChris Wilson
2013-10-03drm/i915: Fix __wait_seqno to use true infinite timeoutsChris Wilson
2013-10-03drm/i915: Add some missing steps to i915_driver_load error pathChris Wilson
2013-10-03drm/i915: Clean up the ring scaling calculationsBen Widawsky
2013-10-03drm/i915: Don't populate pipe_src_{w,h} multiple timesVille Syrjälä
2013-10-03drm/i915: implement the Haswell mode set sequence workaroundPaulo Zanoni
2013-10-03drm/i915: Disable/enable planes as the first/last thing during modeset on HSWVille Syrjälä
2013-10-03i915/vlv: untangle integrated clock source handling v4Jesse Barnes
2013-10-01drm/i915: fix typo s/PatherPoint/PantherPoint/Jani Nikula
2013-10-01drm/i915: Make intel_resume_power_well() staticDamien Lespiau
2013-10-01drm/i915: destroy connector sysfs files earlierPaulo Zanoni
2013-10-01drm/i915/dp: do not write DP_TRAINING_PATTERN_SET all the timeJani Nikula
2013-10-01drm/i915/dp: retry i2c-over-aux seven times on AUX DEFERJani Nikula
2013-10-01drm/i915/vlv: reduce GT FIFO error info to a debug messageJesse Barnes
2013-10-01drm: Reject stereo modes with an unknown layoutDamien Lespiau
2013-10-01drm: Revert "drm: Reject modes with more than 1 stereo flags set"Damien Lespiau
2013-10-01drm: Code stereo layouts as an enum rather than a bit fieldDamien Lespiau
2013-10-01drm/i915/vlv: use correct units for rc6 residency v2Jesse Barnes
2013-10-01drm/i915/vlv: use lower precision RC6 counterJesse Barnes
2013-10-01drm/i915: Use DIV_ROUND_CLOSEST()Ville Syrjälä
2013-10-01drm/i915: Eliminate one indent leel from vlv_find_best_dpllVille Syrjälä
2013-10-01drm/i915: Program GMBUS Frequency based on the CDCLK for VLV.Chon Ming Lee