1. 20 3月, 2014 1 次提交
    • B
      drm/i915: Reorganize the overclock code · d060c169
      Ben Widawsky 提交于
      The existing code (which I changed last) was very convoluted. I believe
      it was attempting to skip the overclock portion if the previous pcode
      write failed. When I last touched the code, I was preserving this
      behavior. There is some benefit to doing it that way in that if the
      first pcode access fails, the later is likely invalid.
      
      Having a bit more confidence in my understanding of how things work, I
      now feel it's better to have clear, readable, code than to try to skip
      over this one operation in an unusual case.
      Signed-off-by: NBen Widawsky <ben@bwidawsk.net>
      Reviewed-by: NChris Wilson <chris@chris-wilson.co.uk>
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      d060c169
  2. 19 3月, 2014 22 次提交
  3. 18 3月, 2014 17 次提交