Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | drm/i915: fix open-coded DIV_ROUND_UP | Paulo Zanoni | 2013-10-21 |
| | | | | | | | | Use the nice Kernel macro, it makes the code much more readable. Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Reviewed-by: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> | ||
* | drm/i915: rename intel_fb.c to intel_fbdev.c | Daniel Vetter | 2013-10-11 |
This file is all about the legacy fbdev support. If we want to extract framebuffer functions, we better put those into a separate file. Also rename functions accordingly, only two have used the intel_fb_ prefix anyway. Reviewed-by: Chon Ming Lee <chon.ming.lee@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> |