X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=drivers%2Fgpu%2Fdrm%2Fgma500%2Fpsb_intel_drv.h;h=2515f83248cb8d62d9fe914b08ea5734d1bb50c3;hb=bc794829141f28e14fe7d0e07e35870bd9aee78c;hp=81852b48654c3bde86f24f3e748440a3988f9ffa;hpb=ac0a5dd6ae764ba228ec645920b78c70cee05eb7;p=karo-tx-linux.git diff --git a/drivers/gpu/drm/gma500/psb_intel_drv.h b/drivers/gpu/drm/gma500/psb_intel_drv.h index 81852b48654c..2515f83248cb 100644 --- a/drivers/gpu/drm/gma500/psb_intel_drv.h +++ b/drivers/gpu/drm/gma500/psb_intel_drv.h @@ -105,11 +105,6 @@ struct psb_intel_mode_device { */ size_t(*bo_offset) (struct drm_device *dev, void *bo); - /* - * Cursor (Can go ?) - */ - int cursor_needs_physical; - /* * LVDS info */ @@ -176,6 +171,7 @@ struct psb_intel_crtc { int pipe; int plane; uint32_t cursor_addr; + struct gtt_range *cursor_gt; u8 lut_r[256], lut_g[256], lut_b[256]; u8 lut_adj[256]; struct psb_intel_framebuffer *fbdev_fb;