1. 16 4月, 2013 1 次提交
    • P
      drm/gma500: Check connector status before restoring sdvo · 4dd6a897
      Patrik Jakobsson 提交于
      This patch fixes a bug introduced by:
      
      commit 749387dc
      Author: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
      Date:   Sun Apr 7 16:35:50 2013 +0200
      drm/gma500: Fix hibernation problems on sdvo encoders
      
      The bug is triggered when we do a mode set on a sdvo encoder with all
      connectors in the disconnected state. A crtc is considered enabled by
      drm even though all of its connectors are disconnected. Work around
      this by adding a check in our sdvo restore function.
      
      Also remove the unneeded dpms on. Prepare and Commit will take care of
      that.
      Signed-off-by: NPatrik Jakobsson <patrik.r.jakobsson@gmail.com>
      4dd6a897
  2. 10 4月, 2013 1 次提交
    • X
      gma500:fix build failure for 3.9-rc5 · 0c1a14c2
      Xiong Zhou 提交于
      Last version of this patch is not clear enough and X86 duplicated.
      
      This patch fixes build failure of v3.9-rc5 and rc6.
      When config ACPI_VIDEO as m, DRM_GMA500 as y, here comes the failure.
      GMA5/600 needs acpi_video just like nouveau.
      And some tab type fix by the way.
      
      Failure message:
      drivers/built-in.o: In function `psb_driver_load':
      kernel-3.9-rc5/drivers/gpu/drm/gma500/psb_drv.c:340: \
      	undefined reference to `acpi_video_register'
      make: *** [vmlinux] Error 1
      Signed-off-by: NXiong Zhou <jencce.kernel@gmail.com>
      Signed-off-by: NPatrik Jakobsson <patrik.r.jakobsson@gmail.com>
      0c1a14c2
  3. 07 4月, 2013 4 次提交
  4. 04 4月, 2013 1 次提交
  5. 02 4月, 2013 1 次提交
  6. 18 3月, 2013 5 次提交
  7. 14 3月, 2013 3 次提交
  8. 26 2月, 2013 1 次提交
  9. 24 2月, 2013 3 次提交
    • D
      Merge branch 'drm/hdmi-for-3.9' of git://anongit.freedesktop.org/tegra/linux into drm-next · 28ee4618
      Dave Airlie 提交于
      Thierry writes:
      "Remove a duplicate implementation of the CEA VIC lookup and move the CEA
      and other mode tables to drm_edid.c to make it more difficult to create
      duplicates of the tables.
      
      Add some helpers to pack CEA-861/HDMI AVI, audio and SPD infoframes into
      binary buffers that can easily be written into hardware registers. A new
      helper function makes it easy construct an AVI infoframe from a DRM
      display mode.
      
      Convert the Tegra and Radeon drivers to use the new HDMI helpers."
      * 'drm/hdmi-for-3.9' of git://anongit.freedesktop.org/tegra/linux:
        drm/radeon: Use generic HDMI infoframe helpers
        drm/tegra: Use generic HDMI infoframe helpers
        drm: Add EDID helper documentation
        drm: Add HDMI infoframe helpers
        video: Add generic HDMI infoframe helpers
        drm: Add some missing forward declarations
        drm: Move mode tables to drm_edid.c
        drm: Remove duplicate drm_mode_cea_vic()
      28ee4618
    • D
      Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-next · a497bfe9
      Dave Airlie 提交于
      Two regressions fixes from snowboarding land
      
      * 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel:
        drm/i915: Revert hdmi HDP pin checks
        drm/i915: Handle untiled planes when computing their offsets
      a497bfe9
    • D
      Merge branch 'drm/tegra-for-3.9' of git://anongit.freedesktop.org/tegra/linux into drm-next · a3b1097c
      Dave Airlie 提交于
      Thierry writes:
      "Add support for 2 hardware overlays found on Tegra. These support YUV
      pixel formats and can be used as video overlays. .mode_set_base() is
      implemented and support for VBLANK and page-flipping is added.
      
      A few minor bug fixes are also included and a new debugfs file allows
      to inspect the framebuffers attached to the Tegra DRM device."
      
      * 'drm/tegra-for-3.9' of git://anongit.freedesktop.org/tegra/linux:
        drm/tegra: Add list of framebuffers to debugfs
        drm/tegra: Fix color expansion
        drm/tegra: Split DC_CMD_STATE_CONTROL register write
        drm/tegra: Implement page-flipping support
        drm/tegra: Implement VBLANK support
        drm/tegra: Implement .mode_set_base()
        drm/tegra: Add plane support
        drm/tegra: Remove bogus tegra_framebuffer structure
        drm: Add consistency check for page-flipping
      a3b1097c
  10. 22 2月, 2013 20 次提交