summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-10-31drm/tegra: Cleanup tegra_dc structureThierry Reding1-4/+1
2013-10-31drm/tegra: Remove unused fieldsThierry Reding1-4/+0
2013-10-31gpu: host1x: Remove unused MakefileThierry Reding1-6/+0
2013-10-31gpu: host1x: check relocs after all gathers are consumedErik Faye-Lund1-4/+4
2013-10-31drm: Fix typo in debug messageThierry Reding1-1/+1
2013-10-31drm: Track the proper DPMS mode of connectorsThierry Reding1-0/+8
2013-10-15drm/i915: abstract the conversion of device->minor out to a macroDave Airlie1-15/+17
2013-10-10Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter82-829/+582
2013-10-09drm/i915/dp: get rid of intel_dp->link_configurationJani Nikula3-29/+13
2013-10-09drm/radeon/dp: use drm_dp_enhanced_frame_cap()Jani Nikula1-2/+1
2013-10-09drm: Kill drm perf counter leftoversVille Syrjälä7-43/+0
2013-10-09drm: Remove pci_vendor and pci_device from struct drm_deviceVille Syrjälä15-49/+46
2013-10-09drm: Kill ctx_count from struct drm_deviceVille Syrjälä3-4/+1
2013-10-09drm: Make irq_enabled boolVille Syrjälä7-18/+20
2013-10-09drm: Collect per-crtc vblank stuff to a structVille Syrjälä5-109/+65
2013-10-09drm: Make vblank_enabled boolVille Syrjälä2-5/+5
2013-10-09drm: Make vblank_disable_allowed boolVille Syrjälä6-10/+11
2013-10-09drm/i915/dp: use drm_edid_duplicateJani Nikula1-9/+1
2013-10-09drm: Fix comment referring to the long gone ->probe() connector vfuncLespiau, Damien1-3/+3
2013-10-09drm: Try loading builtin EDIDs firstChris Wilson1-54/+54
2013-10-09drm: move device unregistration into drm_dev_unregister()David Herrmann1-25/+36
2013-10-09drm: introduce drm_dev_free() to fix error pathsDavid Herrmann4-13/+28
2013-10-09drm: move drm_lastclose() to drm_fops.cDavid Herrmann2-70/+70
2013-10-09drm: merge device setup into drm_dev_register()David Herrmann4-164/+95
2013-10-09drm: add drm_dev_alloc() helperDavid Herrmann4-57/+78
2013-10-09drm: kill ->gem_init_object() and friendsDavid Herrmann33-119/+0
2013-10-09drm/nouveau: embed gem object in nouveau_boDavid Herrmann8-35/+38
2013-10-04drm/i915: Use adjusted_mode in the fastboot hack to disable pfitDamien Lespiau1-2/+5
2013-10-04drm/i915: Add a more detailed comment about the set_base() fastboot hackDamien Lespiau1-1/+13
2013-10-04drm/i915/vlv: Turn off power gate for BIOS-less system.Chon Ming Lee2-0/+25
2013-10-04drm/i915/vlv: reset DPIO on load and resume v2Jesse Barnes2-1/+23
2013-10-03drm/i915: Simplify PSR debugfsRodrigo Vivi3-150/+30
2013-10-03drm/i915: Tweak RPS thresholds to more aggressively downclockChris Wilson4-47/+143
2013-10-03drm/i915: Boost RPS frequency for CPU stallsChris Wilson7-91/+138
2013-10-03drm/i915: Fix __wait_seqno to use true infinite timeoutsChris Wilson5-51/+149
2013-10-03drm/i915: Add some missing steps to i915_driver_load error pathChris Wilson1-4/+15
2013-10-03drm/i915: Clean up the ring scaling calculationsBen Widawsky1-4/+4
2013-10-03drm/i915: Don't populate pipe_src_{w,h} multiple timesVille Syrjälä1-4/+12
2013-10-03drm/i915: implement the Haswell mode set sequence workaroundPaulo Zanoni1-0/+32
2013-10-03drm/i915: Disable/enable planes as the first/last thing during modeset on HSWVille Syrjälä1-24/+45
2013-10-03i915/vlv: untangle integrated clock source handling v4Jesse Barnes1-3/+26
2013-10-01drm/i915: fix typo s/PatherPoint/PantherPoint/Jani Nikula1-1/+1
2013-10-01drm/i915: Make intel_resume_power_well() staticDamien Lespiau2-2/+1
2013-10-01drm/i915: destroy connector sysfs files earlierPaulo Zanoni9-9/+10
2013-10-01drm/i915/dp: do not write DP_TRAINING_PATTERN_SET all the timeJani Nikula1-42/+87
2013-10-01drm/i915/dp: retry i2c-over-aux seven times on AUX DEFERJani Nikula1-1/+6
2013-10-01drm/i915/vlv: reduce GT FIFO error info to a debug messageJesse Barnes1-1/+2
2013-10-01drm: Reject stereo modes with an unknown layoutDamien Lespiau1-0/+3
2013-10-01drm: Revert "drm: Reject modes with more than 1 stereo flags set"Damien Lespiau1-4/+0
2013-10-01drm: Code stereo layouts as an enum rather than a bit fieldDamien Lespiau1-32/+15